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..bf25713ab142bbd5c639e2e39a3f8475a9fdf59f --- /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": [ + "q_proj", + "down_proj", + "up_proj", + "gate_proj", + "v_proj", + "o_proj", + "k_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..929335c90dd62477c28cc7a598e31aff46e04f8d --- /dev/null +++ b/adapter_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05042d3287db54247c45cd25661fef23b233689ba7be1a9cc5b37af110300f62 +size 125248624 diff --git a/checkpoint-451/README.md b/checkpoint-451/README.md new file mode 100644 index 0000000000000000000000000000000000000000..2bf40f4ec8fe7bb4813b1d72636652ca158178f3 --- /dev/null +++ b/checkpoint-451/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-451/adapter_config.json b/checkpoint-451/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..bf25713ab142bbd5c639e2e39a3f8475a9fdf59f --- /dev/null +++ b/checkpoint-451/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": [ + "q_proj", + "down_proj", + "up_proj", + "gate_proj", + "v_proj", + "o_proj", + "k_proj" + ], + "task_type": "CAUSAL_LM", + "use_dora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/checkpoint-451/adapter_model.safetensors b/checkpoint-451/adapter_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..929335c90dd62477c28cc7a598e31aff46e04f8d --- /dev/null +++ b/checkpoint-451/adapter_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05042d3287db54247c45cd25661fef23b233689ba7be1a9cc5b37af110300f62 +size 125248624 diff --git a/checkpoint-451/adapter_model/README.md b/checkpoint-451/adapter_model/README.md new file mode 100644 index 0000000000000000000000000000000000000000..2bf40f4ec8fe7bb4813b1d72636652ca158178f3 --- /dev/null +++ b/checkpoint-451/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-451/adapter_model/adapter_config.json b/checkpoint-451/adapter_model/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..bf25713ab142bbd5c639e2e39a3f8475a9fdf59f --- /dev/null +++ b/checkpoint-451/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": [ + "q_proj", + "down_proj", + "up_proj", + "gate_proj", + "v_proj", + "o_proj", + "k_proj" + ], + "task_type": "CAUSAL_LM", + "use_dora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/checkpoint-451/adapter_model/adapter_model.safetensors b/checkpoint-451/adapter_model/adapter_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..929335c90dd62477c28cc7a598e31aff46e04f8d --- /dev/null +++ b/checkpoint-451/adapter_model/adapter_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05042d3287db54247c45cd25661fef23b233689ba7be1a9cc5b37af110300f62 +size 125248624 diff --git a/checkpoint-451/global_step451/mp_rank_00_model_states.pt b/checkpoint-451/global_step451/mp_rank_00_model_states.pt new file mode 100644 index 0000000000000000000000000000000000000000..82dce1e873051371095457c85438b7ed3ec6768b --- /dev/null +++ b/checkpoint-451/global_step451/mp_rank_00_model_states.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:375ac1da520edd1fe11afa70a6579cb0ff514e178a856d86815607f6c4e4dead +size 125607596 diff --git a/checkpoint-451/global_step451/zero_pp_rank_0_mp_rank_00_optim_states.pt b/checkpoint-451/global_step451/zero_pp_rank_0_mp_rank_00_optim_states.pt new file mode 100644 index 0000000000000000000000000000000000000000..3d906eccaa04cd2d5571038811ff9419717f0097 --- /dev/null +++ b/checkpoint-451/global_step451/zero_pp_rank_0_mp_rank_00_optim_states.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cadbda1b3c236a455a31b04fed31f49c16af12b0962711fe11316b1ca9820a08 +size 187779656 diff --git a/checkpoint-451/global_step451/zero_pp_rank_1_mp_rank_00_optim_states.pt b/checkpoint-451/global_step451/zero_pp_rank_1_mp_rank_00_optim_states.pt new file mode 100644 index 0000000000000000000000000000000000000000..05ed690b97a3f68e7e694ec224d7b4528a6dd631 --- /dev/null +++ b/checkpoint-451/global_step451/zero_pp_rank_1_mp_rank_00_optim_states.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f6e8c22dbb30d4f2a4d2a73ce77ad80eb666d47890204a5fba590fe02c9889a +size 187779784 diff --git a/checkpoint-451/global_step451/zero_pp_rank_2_mp_rank_00_optim_states.pt b/checkpoint-451/global_step451/zero_pp_rank_2_mp_rank_00_optim_states.pt new file mode 100644 index 0000000000000000000000000000000000000000..806e2e3d58bd41f660e0a0cc5e759de56164027d --- /dev/null +++ b/checkpoint-451/global_step451/zero_pp_rank_2_mp_rank_00_optim_states.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d60b6b9bda9843f9d53c939ab397953b16092ecb21690cfb3761186bee9e4add +size 187779784 diff --git a/checkpoint-451/global_step451/zero_pp_rank_3_mp_rank_00_optim_states.pt b/checkpoint-451/global_step451/zero_pp_rank_3_mp_rank_00_optim_states.pt new file mode 100644 index 0000000000000000000000000000000000000000..599f7f3f224265e25936e2ff809f1089ec8cffb3 --- /dev/null +++ b/checkpoint-451/global_step451/zero_pp_rank_3_mp_rank_00_optim_states.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d76e501b04566079be447378c591f80463c139f2c9bdd2b8a62a2e89645c0359 +size 187779784 diff --git a/checkpoint-451/latest b/checkpoint-451/latest new file mode 100644 index 0000000000000000000000000000000000000000..c34aefc38f3ded85c3e7762878b4524201695497 --- /dev/null +++ b/checkpoint-451/latest @@ -0,0 +1 @@ +global_step451 \ No newline at end of file diff --git a/checkpoint-451/rng_state_0.pth b/checkpoint-451/rng_state_0.pth new file mode 100644 index 0000000000000000000000000000000000000000..17de90f9baa7503aa3757b79a6954199bc529167 --- /dev/null +++ b/checkpoint-451/rng_state_0.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edb9bc92dda82f9e0f3532db41b744d67372f813754c6b994a81554ec7c40eb8 +size 15024 diff --git a/checkpoint-451/rng_state_1.pth b/checkpoint-451/rng_state_1.pth new file mode 100644 index 0000000000000000000000000000000000000000..e47eb57b95038b066c0c438336801ada2643785f --- /dev/null +++ b/checkpoint-451/rng_state_1.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b76d50623e0fb6c0cf5aa4a1798bae235216b6f5c0ec9ee5c7508c4e77ea238f +size 15024 diff --git a/checkpoint-451/rng_state_2.pth b/checkpoint-451/rng_state_2.pth new file mode 100644 index 0000000000000000000000000000000000000000..8a9b10c9e4df9173d59dbaefc05094c575d3ec83 --- /dev/null +++ b/checkpoint-451/rng_state_2.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20e578b830135cbcfca811b27b4df73a97fbb4063155cab77f5ab0e95ec58682 +size 15024 diff --git a/checkpoint-451/rng_state_3.pth b/checkpoint-451/rng_state_3.pth new file mode 100644 index 0000000000000000000000000000000000000000..d688dc6f730806c82b82df11d3d60219004ec074 --- /dev/null +++ b/checkpoint-451/rng_state_3.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c62392aaea224423faf387652dee16a4857520d0184dad2cbcd28a0d565ddc2 +size 15024 diff --git a/checkpoint-451/scheduler.pt b/checkpoint-451/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..d85dfb136e12e4899551141ee3953c7531097cb0 --- /dev/null +++ b/checkpoint-451/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6491416bc5f7b01b4f0304dea3b7ded07103ad4077868b04384d31ab6e2cc185 +size 1064 diff --git a/checkpoint-451/special_tokens_map.json b/checkpoint-451/special_tokens_map.json new file mode 100644 index 0000000000000000000000000000000000000000..8bedc05a6476080d7f473a9da72394f2cee48340 --- /dev/null +++ b/checkpoint-451/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-451/tokenizer.json b/checkpoint-451/tokenizer.json new file mode 100644 index 0000000000000000000000000000000000000000..9d45deca9edc80300989ca717b2f5673b0e0976f --- /dev/null +++ b/checkpoint-451/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-451/tokenizer.model b/checkpoint-451/tokenizer.model new file mode 100644 index 0000000000000000000000000000000000000000..6c00c742ce03c627d6cd5b795984876fa49fa899 --- /dev/null +++ b/checkpoint-451/tokenizer.model @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347 +size 499723 diff --git a/checkpoint-451/tokenizer_config.json b/checkpoint-451/tokenizer_config.json new file mode 100644 index 0000000000000000000000000000000000000000..fff2449d3d3d6ad0d0fec6cf91122be524aa3e50 --- /dev/null +++ b/checkpoint-451/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-451/trainer_state.json b/checkpoint-451/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..29c9cf2c53c11071537573e1c39c72dcc2764922 --- /dev/null +++ b/checkpoint-451/trainer_state.json @@ -0,0 +1,166 @@ +{ + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 0.9980636237897649, + "eval_steps": 23, + "global_step": 451, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.05089903181189488, + "grad_norm": 0.7468199729919434, + "learning_rate": 0.001825741858350554, + "loss": 1.4222, + "step": 23 + }, + { + "epoch": 0.10179806362378976, + "grad_norm": 0.33098104596138, + "learning_rate": 0.0008451542547285166, + "loss": 1.2833, + "step": 46 + }, + { + "epoch": 0.15269709543568466, + "grad_norm": 0.3552784323692322, + "learning_rate": 0.0006262242910851496, + "loss": 1.095, + "step": 69 + }, + { + "epoch": 0.20359612724757953, + "grad_norm": 0.32930678129196167, + "learning_rate": 0.0005198752449100363, + "loss": 1.0648, + "step": 92 + }, + { + "epoch": 0.2544951590594744, + "grad_norm": 0.32375234365463257, + "learning_rate": 0.0004540766091864998, + "loss": 1.0184, + "step": 115 + }, + { + "epoch": 0.3053941908713693, + "grad_norm": 0.37444040179252625, + "learning_rate": 0.0004082482904638631, + "loss": 1.0037, + "step": 138 + }, + { + "epoch": 0.3562932226832642, + "grad_norm": 0.398503839969635, + "learning_rate": 0.00037397879600338285, + "loss": 0.9613, + "step": 161 + }, + { + "epoch": 0.40719225449515906, + "grad_norm": 0.36333534121513367, + "learning_rate": 0.00034710506725031166, + "loss": 0.9395, + "step": 184 + }, + { + "epoch": 0.4580912863070539, + "grad_norm": 0.3362521231174469, + "learning_rate": 0.0003253000243161777, + "loss": 0.929, + "step": 207 + }, + { + "epoch": 0.5089903181189488, + "grad_norm": 0.3286592960357666, + "learning_rate": 0.0003071475584169756, + "loss": 0.9067, + "step": 230 + }, + { + "epoch": 0.5598893499308437, + "grad_norm": 0.37335479259490967, + "learning_rate": 0.0002917299829957891, + "loss": 0.8955, + "step": 253 + }, + { + "epoch": 0.6107883817427386, + "grad_norm": 0.3964427411556244, + "learning_rate": 0.0002784230231948523, + "loss": 0.8665, + "step": 276 + }, + { + "epoch": 0.6616874135546335, + "grad_norm": 0.39572906494140625, + "learning_rate": 0.0002667852642561041, + "loss": 0.8622, + "step": 299 + }, + { + "epoch": 0.7125864453665284, + "grad_norm": 0.4889402389526367, + "learning_rate": 0.0002564945880212886, + "loss": 0.8716, + "step": 322 + }, + { + "epoch": 0.7634854771784232, + "grad_norm": 0.3482915163040161, + "learning_rate": 0.00024730968341474897, + "loss": 0.8326, + "step": 345 + }, + { + "epoch": 0.8143845089903181, + "grad_norm": 0.4124608337879181, + "learning_rate": 0.00023904572186687873, + "loss": 0.8199, + "step": 368 + }, + { + "epoch": 0.865283540802213, + "grad_norm": 0.3616255819797516, + "learning_rate": 0.00023155842232374464, + "loss": 0.8103, + "step": 391 + }, + { + "epoch": 0.9161825726141078, + "grad_norm": 0.42308276891708374, + "learning_rate": 0.00022473328748774736, + "loss": 0.8067, + "step": 414 + }, + { + "epoch": 0.9670816044260028, + "grad_norm": 0.4363687038421631, + "learning_rate": 0.00021847813825958586, + "loss": 0.8163, + "step": 437 + } + ], + "logging_steps": 23, + "max_steps": 451, + "num_input_tokens_seen": 0, + "num_train_epochs": 1, + "save_steps": 23, + "stateful_callbacks": { + "TrainerControl": { + "args": { + "should_epoch_stop": false, + "should_evaluate": false, + "should_log": false, + "should_save": true, + "should_training_stop": true + }, + "attributes": {} + } + }, + "total_flos": 4.580565166436909e+18, + "train_batch_size": 2, + "trial_name": null, + "trial_params": null +} diff --git a/checkpoint-451/training_args.bin b/checkpoint-451/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..f996cec8de4e6ad2e751a898e2b1d46ef69acd12 --- /dev/null +++ b/checkpoint-451/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e92fd77d1a9b0adeb270a441723837887441ee2d71f1b183a2a0a0d7d3eb913a +size 6776 diff --git a/checkpoint-451/zero_to_fp32.py b/checkpoint-451/zero_to_fp32.py new file mode 100644 index 0000000000000000000000000000000000000000..e69ecd9acb5a235ffbf927091051106d902b3d39 --- /dev/null +++ b/checkpoint-451/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-et b/test-en-et new file mode 100644 index 0000000000000000000000000000000000000000..429841094ce2bab6b576cec40899cfd71881a25a --- /dev/null +++ b/test-en-et @@ -0,0 +1,1012 @@ +„Meil on nüüd 4 kuud vanud igelad, kes ei ole diabeetikud, kes olid endiselt diabeetikud,“ lisas ta. +Dr. Ehud Ur, meditsiini professor Dalhousie Ülikoolis Halifaxis Nova Scotias ja Kanada Diabetesi Liidu kliiniliste ja teadluste osakonna esimees hoiatas, et uuring on veel alguses. +Nii nagu mõned teised eksperdid, on ta ka skeptiline selle kohta, kas diabeet on võimalik heilitada, märkides, et need tulemused ei ole olulised inimestele, kes on juba tüüpi 1 diabeet. +Esmaspäeval avaldas Sara Danius, Põhja-Ameerika Akadeemia kirjanduse nobelikomitee täiskasvanud sekretär, avalikult Sveriges Radio raadioprogrammis, et komitee, mis ei suutnud Bob Dylani 2016. aasta kirjanduse nobelipreemiaga suhtes, oli lõpetanud oma püüdlust Dylani leida. +Danius ütles: „Nüüd teeme midagi ei ole. Ma olen kutsunud ja saadetud sõnumid talle kõige lähemale koostöötajale ja saanud väga sõbralikke vastuseid. Nüüd on see tõenäoliselt piisav.“ +Enne seda oli Ringi tegevjuht Jamie Siminoff kommentanud, et ettevõte alustati, kui tema kõrvaklapp ei olnud kuulatav oma autogarajast oma poodist. +Ta ehitles oma kodus Wi-Fi kõrvakellu, ütles ta. +Siminoff ütles, et müüg on tõusnud pärast oma 2013. aasta Shark Tanki jooksul esitamist, kus show’i paneel ei rahastanud ettevõtet. +2017. aasta lõpus tegutses Siminoff telekaupade kanalil QVC. +Ring lahkus ka kaebuse oma konkureerivale turvateenuste ettevõttel ADT Corporationiga. +Samal ajal kui üks eksperimentaalne vaktsiin on suutnud vähendada Ebola surmavõimu, ei ole ennast tähendatud, et mitte ükski ravim on suutnud tähendada olemasolevad infektsioonid. +Üks antigeenikokkulepp, ZMapp, oli alguses lootuslikuks, kuid täpsemad uuringud näitasid, et selle kasutamine ei suutnud enamat kasu ennetada surma kahjumise eest kui soovitanud. +PALMi kliiniline katse kasutas ZMappi nagu kontrolli, mis tähendab, et teadlased kasutasid seda põhjepunktiks ja võrreldasid sellele kolme teisi leevendust. +USA Gymnastics toetab Ameerika Ühendriikide olümpiakomitee kirja ja tunnustab olümpiaperekondi absoluutsed vajadused, et kasutada olümpiamängijate jaoks turvaliselt keskkonda. +Kinnitame Ameerika Ühendriikide Olympiakomitee (USOC) avaldust, et meie sportlasedi ja klubide intressid ja nende spord võib paremini täita, kui meie organiseeriumi edasi liikumine tähendavatele muutustele või edasi liikumine eemaldamise asemel. +USA Gymnastics toetab iseseisvad uurimised, mis võivad valgustada, kuidas Larry Nassari jõudnud ohvritest kirjeldatud suhtlemisvigastus võib olla jäänud jäänud niivõtmata pikaks ajaks ja tunnustab kõigil vajalikke ja sobilikke muutusi. +USA Gymnastics ja USAOC on sama eesmärk - teha sporti gümnaastikat ja teised, nagu võimalikult turvalisena, positiivsena ja valdavaks, et sportlased saaksid oma unuste jälgida. +1960. aastatel töötas Brzezinski John F. Kennedile nõunikuna ja siis Lyndon B. Johnsoni valitsusele. +1976. aasta valimistel rääkis ta Carterile välispoliitikast, olles siis National Security Advisor (NSA) aastatel 1977–1981, jäädes Henry Kissingeri järel. +Kui NSA, aitas ta Carteri diplomaatiliselt jagada maailmajuhtumid, nagu Camp Davidi lepingud 1978; USA ja Hiina suhted 1970. aastate lõpus normaliseerumine; Irani revolutsioon, mis juhtis 1979. aastal Irani vankeid kriisi; ja Sooveti invatsioon Afganistani 1979. aastal. +Ryan Goslingi ja Emma Stone'i tähistava filmi sai nimetusid kõigil olulistele kategooriatele. +Goslingile ja Stonele tuli nimetus parimaks näitlejaks ja näitlejaks. +Teised nimetused hõlmavad parim film, režissör, kinematograafia, kostüümide disain, filmiklipping, oma tulemus, produktsioonide disain, ääriklipping, äärikombineerimine ja oma käsikirja. +Kahte filmi laulu, Audition (The Fools Who Dream) ja City of Stars, tunnustati parimaks eestlase lauluga. Lionsgate stuudio sai 26 tunnustuse - rohkem kui kogu muu stuudio. +Pühapäeval hiljem teatas Ameerika Ühendriikide president Donald Trump pressiesindaja kaudu avalduses, et Ameerika Ühendriikide sõdurid lahkavad Sýriast. +Teadaannet tegi pärast seda, kui Trump oli telefonikõne Turgi presidendi Recep Tayyip Erdoğani. +Samuti võtab Türgi kasutusse ka vahistatud ISISi võitlejad, kellele Euroopa riigid ei ole soovinud tagasi saada. +See kinnitab mitte ainult, et vähemalt mõned dinosauredel oli höövad, mis on juba levinud teooria, vaid annab üksikasju, mida fossiilid tavaliselt ei suuda, näiteks värvi ja 3D-järjestus. +Teadlased ütlevad, et selle loomuline oli tali-brunne peal ja valge või karotinoidivärvane all. +Leidetulem on samuti võimalik anda võrdluse linnude põrgede evolutsioonile. +Kuna dinosauruste põrged ei ole keeruliselt kehv rachis, vaid on neil muud põrgede omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omaduslikud omadus +Põleti struktuur viitab sellele, et nad ei olnud kasutatud lendamiseks, vaid temperatuurireguleerimiseks või esitamiseks. Teadlased soovitasid, et kuigi see on noor dinosauruse pea, näitavad võrdlused täiskasvanud põleti ja mitte põleti. +Teadlased soovitasid, et kuigi see on noor dinosauruse pea, näitavad võrdlused täiskasvanud põrged ja mitte põrged. +Autobombi põhjustas eile hommikul Türgi Gaziantepi politseijaoskonnas tulistus, mis tappis kaks politseinikku ja vigastas rohkem kui 20 teist inimest. +Kuberneri kabinet ütles, et 19 vigastatud olid politseinikud. +Politsei ütles, et nad kahtlustavad Daesh (ISIL) sõjaväeliste vastu rünnaku. +Nad leidsid, et Soo tegutseb samas põhimõttes kui teised tähed: Kõik süsteemis olevad tähed oli leitud, et nad tegutsevad oma valguse tõttu, oma liikumise tõttu ja mitte muud. +Luminosus ja pöörivus kasutatakse samas, et määrata tähest Rossby numbri, mis on seotud plaasma liikumisele. +Kõige väiksem on Rossby numbri, seda vähem aktiivne on täht magneetliku pöördumise suhtes. +Oma reisil põhjustas Iwasaki palju probleeme. +Teda varastasid kaaplased, rünnas Tibetis koer, põgenes Nepalist abi ja arreteeriti Indias. +802.11n standard töötab nii 2,4 kHz kui ka 5,0 kHz taajuusel. +See võimaldab sellele 802.11a, 802.11b ja 802.11g tagasilõhendamise võimaluse, kui juhtivastas on kaks raadio. +802.11n kiirused on tõenäoliselt suuremad kui nende edendajate kiirused, kus maksimaalne teoretiline läbimiskogus on 600 Mbit/s. +Duvall, kes on abielu ja kahel täiskasvanud lapsega, ei jättenud Millerile, kellele on lugu seotud, suurt mõju. +Kui Millerile küsiti kommentaari, ütles ta: „Mike räägib palju kuulamisel... olin valmistamas ja ei olnud tegelikult kuulnud, mida ta räägib.“ +„Püüame püüdma 2020. aastal 2005. aasta tasemel karbondioxidi emissiooni GDP-i kohta tõenäoliselt vähendama,“ ütles Hu. +Ta ei määranud rahastusi, öeldes, et nad toimuvad Pekingi majanduse tulemuste põhjal. +Hu soovitas arengu riiki „võtta ennast selle vanu tee, et tõstma eelnevalt põllu, enne kui puhastada hiljem.“ +Ta lisas, et „need ei pea siiski kasutada, kuidas nende arenguste, vastutuste ja võimetega üle jäävaid vastuottoid võtta.“ +Iraku uurimisgrupi esitas oma aruande täna kella 12.00 Greenwichi aja järgi. +See hoiatab, et keegi ei suudaks kindlustada, et Irakis toimuvad mis tahes tegevus lõpetab sektsioonivõitlust, kasvavat vägivaldust või liikumist kaose poole. +Aruande algab soovitus avatud arutluste ja USA suhtes Lõuna-Aafrikasse suunduvate poliitika kokkuleppamise kohta. +Arvamus on tõenäoliselt kriitiline peaaegu kõige ise Iraagi poliitika kohta ja soovitab selle kohta kiiresti muutmist. +Esimene nende 78 soovitusest on, et enne selle aasta lõppu tuleks võtta uus diplomaatiline tegevus, et tagada Iraagi piirangud vastu vihaseid sekkumiste ja taastada diplomaatilised suhteid oma naaberriikidega. +Tänapäevane senaator ja Argentiina esimeesnaine Cristina Fernandez de Kirchner teatas eile õhtul oma presidendikandide avaldamisel La Platas, linnas, mis asub 50 kiilometrit (31 miili) pärast Buenos Aires. +Kirchner teatas oma põhjusest kandideerida presidendiks Argentüüri teateris, mis on sama kohane, kus ta kasutas oma 2005. aasta senaatori kampaania Buenos Airesi provintsi delegatsiooni liikmeks. +Arutluse põhjustas Hurricane Katrina järel rahastatud abi ja uuendamise eest, mille üle on põhjustatud kontroversiooni. Mõned fiskalikonservatiivsed on nende tõttu keeruliselt nimetanud „Bush’i Uus-Orleansi kokkulepp“. +Liberaalsete arvamusi on keskendunud Washingtoni siseseisjatele andetud restoratsioonikontraktidele. +Roma külastas rohkem kui neli miljonit inimest surnuks. +Inimeste arv oli nii suur, et ei suutnud kõigile pääseda St. Peteri torgil toimunud surnuksesse. +Romas asendati mitmeid suurtel televizoritele, et inimestele oleks võimalus seda üle vaadata. +Mis tahes Itaalia ja ühesuguse maailmas, iseäranis Poolas, oli tehtud sama tüübi, mida vaadati palju inimestele. +Ajakirjanikud on kritiseerinud eelmiste FBI poliitikate eesmärgilt, et keskenduda varadele, mis on lihtsalt lahendatavad, eriti varastatud autode juurde, et suurendada ametivõimude eduprotsent. +Kongress alustas 2005. aasta rahastust obscenite initsiaatiivile ja täiendas, et FBI peab 10 agentit kasutada täiskasvanute pornoklippide eest. +Robin Uthappa tegi meeskonna kõige suurem punkti, 70 punkti 41 palli võrra, löödes 11 nelja ja 2 kuud. +Keskmised ründajad, Sachin Tendulkar ja Rahul Dravid, tegid suhteliselt hea töö ja saavutasid sadakümne mehevõistlust. +Kuid pärast kapteni löögi tekkis India ainult 36 löögi, kaotades 7 löögi, lõppes inningsi. +Ameerika Ühendriikide president George W. Bush saabus Singapurisse 16. novembrini hommikul, algades Aasia ühe nädala kestvavat turgi. +Ta tundus Singapuri peaministri Lee Hsien Loongi ja peaministeeriumi asepresident Wong Kan Sengi, kes terveksid teda ja arutasid kaubandus- ja terrorismiülesandeid. +Pärast nädala kahjutust vahevalimist ütles Bush avaldajatele Aasia kaubanduse laienemise kohta. +Peaminister Stephen Harper on nõustunud saata valitsuse „Puhta ilma seadus“ kõigi parteide komiteele uurimiseks enne teise lugu, pärast teisipäeva 25-minütist kohtumist PMO-s NDP liidri Jack Laytoniga. +Layton oli küsimas PM-le koosolekul konservatiivide keskkonnaloolise seaduse muutuste, kus ta soovitas „täielikku ja täiendavat ümberkirjutamist“ konservatiivide keskkonnaloolise seadusele. +Alates sellest hetkest, kui Liidu valitsus tegutses Devonportis asuvale Mersey haiglasse rahastamise finantseerimise, on osariiklik valitsus ja mõned Liidu rahvusassamblee liikmeid arvustanud seda tegevust valimiskampaania eel valmistamiseks novembrist kutsutavate liidliku valimiste eel valmistamiseks. +Kuid peaminister John Howard on öelnud, et see tegevus oli ainult suurendama Tasmaniase valitsuse tõttu haiglaste asutuste tasemeid, andes lisaks AUD 45 miljoni dollari. +Viimase teate tulemuse kohaselt tunnistas meri tasemeid, mis tähendas tsunami loomist. Pago Pago lähedal ja Niue lähedal on tunnistatud tsunami tegevus. +Tongas ei ole teatatud tõsiseid kahjustuste või vigastuste, kuid elektri oli väliaegselt kaotatud, mille tõttu ei saanud Tonga ametivõimud saada PTWC-lt tulnud tsunamihoiatust. +Hawaiis olevad 14 kooli, mis asuvad rannikul või lähedal sellele, olid sulgedud kogu kolmapäeval, kuigi hoiatuste võtmist ei võtnud. +Ameerika Ühendriikide president George W. Bush tunnistas teavitust. +Bushi pressiesindaja Gordon Johndroe nimetas Põhja-Korea lubatust „suureks tulemuseks Korea poolsaare tuumarelvadest loobumise eesmärgile“. +Atlanti orkaanikaudu kümnendane nimetatud orkaan, subtroopiline orkaan Jerry, muutsus täna Atlanti ookeanis. +Riiklik orkaanikeskus (NHC) ütleb, et Jerry ei ole tänapäeval maale ohtlikus. +Ameerika Ühendriikide insenerite arvates võib 15,2 sentimeetrit suur tulvavett võtmist üle eelmiselt kahjustatud põhjuste. +Kümnendi linnaosa, kus tulvas Hurricane Katrina ajal kuni 6,1 metri kõrge, on tänapäeval juba kõrge vee, kuna lähedal olevad põhjustikud on ületud. +Jõe voolub üle 30,5 metrit suuruse levee 30,5 metrit suuruse piirkonnas. +Commonsi juht Adam Cuerden avaldas Wikinewsile eelmisel kuul oma rahutust pärast lahenduste eemaldamist. +„Ta (Wales) tegi meie jaoks põhiliselt vale. Esimesena, kui tegemist oli õigusliku põhjustega. Teisel, kui tegemist oli sellest, et ta kuulis meid, kuni tema kunsti eemaldati.“ +Kogukonna ärritus põhjustas tänapäevaseid püüdluste seksuaalses sisalduses oleva poliitika kirjutamisele veebile, kus on miljoneid avatud litsenssivate meedia. +Tegutud töö oli peamiselt teoreetiline, kuid programi kirjutati, et simuleerida Sagittariusi galaktika katsumuste tulemused. +Meeskonda otsitud tulemuse põhjustavad tidevad võimed galaktika pime matta ja Milky Way’i pime matta vahel. +Nii nagu kuu põhjustab Maale tideid, siis põhjustab Milky Way Sagittariusi galaktika vastu sama tüüpi voogu. +Teadlased suutlesid otsustada, et tume maitse mõjutab teisi tume maitse sama viisel kui tavapärase maitse. +Selle teooria kohaselt on enamik tumedest massi galaktikumis on galaktikumis ümbritsevates halos ja see koosneb palju väikestest partiklidest. +Televisioonireportaadid näitavad, et tehases tulib valgekukku. +Kohalike ametivõimud hoiatavad kohalikke elanikke, kes elavad tehase läheduses, jääma kodusse, lülitada konditsioneerijad ja ei jooga vett. +Japani atomiagentu andmetel on tehases tunnistatud radioaktiivne cesium ja joonium. +Ametivõimud spekuleerivad, et see tähendab, et asukohal olevad uraani tootmiseks kasutatud kontteinerid võivad olla rikkunud ja lekitavad. +Dr Tony Moll leidis KwaZulu-Natali piirkonnast Afrikas Lõuna-Aafrikas Extremely Drug Resistant Tuberculosis (XDR-TB). +Intervjuus ütles ta, et uus variante on „väga suur valmistus ja ohtlikus, sest selle valmistus on väga suur.“ +Dr Moll arvab, et mõned patsientid võisid haigluses nakkuse saada ja vähemalt kaks neist oli haiglas töötajad. +Ühe aasta jooksul võib nakatunud inimene nakata 10–15 lähedase kontaktiga. +Küll aga tundub, et XDR-Tuberkuloosi kogu tuberkuloosiga inimeste protsent on väga madal; 6000 inimest kõigest 330 000 inimest, kes on Süda-Aafrikas mis tahes hetkes tuberkuloosiga nakatunud. +Nii keskmiselt 1000 naela suurte satelliidid, mis liikusid umbes 17 500 miili tunnis, tabasid 491 miili pärast Maa. +Teadlased ütlevad, et kohtumine põhjustas suurt tulistust. +Nad püüavad endiselt otsima, kui suur oli lennuõnnetus ja kuidas Maa selle tõttu mõjutatakse. +Ameerika Ühendriikide kaitseministeeriumi strategiateenuste juhtkond jälgib lõhkeid. +Analüüsuse tulemused avaldakse avalikule veebile. +Ohio ametivõimud ütlesid, et Pittsburghi lastehaiglas töötab olnud arsti süüdistatakse suurendatud tapmist pärast seda, kui tema ema leiti reedel surnuks oma autotaskus. +29-aastane doktor Malar Balasubramanian leiti Blue Ashis Ohionis, mis on Cincinnati lähedal umbes 15 miili põhja poole lähedal olev suburbi. Tema leib oli lähedal teede lähedal T-shirtis ja allikas ja tundus olla tõsiselt ravimise all. +Ta juhtis politseinikke oma musta Oldsmobile Intrigue'i juurde, mis oli 150 metrit kaugusel. +Siin leidsid nad Saroja Balasubramaniani, 53, surnukeha, mis oli kukkunud vere tõstetud kokku. +Politsei ütles, et keha tundus olnud siin umbes päeva võrra. +Sel aasta esimesed haigused teatati juulikuu lõpus. +Haiguse levitavad sõidukad, kes siiruvad seejärel inimestele moskiitide kaudu. +Epideemiatõttu on Indiase valitsus võtnud kasutusele selleid tegevusi, nagu sõrmejõudjade kasutamine tõsiselt kahjustatud piirkondades, tuhandeid moskitoonikotid andmistamine ja pesticidide rakendamine. +Samuti on valitsuse kohaselt lubatud mitmeid miljonit encefalitisivaktsine, mis aitavad terviseametite järgmise aasta valmistamiseks. +Tänavu plaanitud vaktsine suundumise historialliselt kõige enamasti mõjutatud piirkondadele viivitati rahastuse puudumise tõttu ja madala prioriteedi võrreldes teiste haigustega. +1956. aastal lahkus Słania Suurbritanniaga, kus ta alustas kolme aastat hiljem tööda Suurbritannia poostkontorile ja sai nende peamine graafik. +Ta tootis Rootsi ja 28 teiste riigi jaoks rohkem kui 1000 postimärgi. +Tema töö on nii tunnustatud kvaliteet ja täpsus, et ta on üks filatelistide haruldavad nimeid. Mõned erikasutavad ainult tema töö kogumist. +Tema 1000. postkross oli 2000. aastal Guinnessi rahvarekordidele kirjutatud David Klöcker Ehrenstrahli töö „Suve kuningate suurte tegevusi“. +Samuti töötas ta paljudel riikide rahvusbanknotite valmistamisel, viimased nende töö tulemused olid Kanada uute 5- ja 100-dollari suuruse rahvusbanknotite eesosades olevad peaministeri portreedid. +Pärast sündmusi transportiti Gibsoni haiglasse, kus ta suri hetkel hiljem. +64-aastane sõidukindlane ei saanud sündmusel vigastust. +Sama päeva kella umbes 12.00 GMT võtsid sündmuskohalt autot tagasi. +Inimene, kes töötab garage lähedal, kus juhtus sündmus, ütles: „Oli lapsed, kes ootasid tänavale üle sõitmist ja nad kõik ütlesid ja naerusid.“ +Need kõik läksid tagasi, kus juhtus sündmus. +Bali programmis on ka teemad, nagu päästetakse säilitada maailma jäänud metsad ja anda tehnoloogiad, et aidata arenguvad riigid kasvatada vähemalt põhjustavates viisides. +Samuti soovib ÜRO lõpetada rahastus, mis aitaks riikidele, kes on maailmakahjustuse mõju all, suhtuma selle tagajärgmiste tulemusega. +Rahast võib kasutada tulvavõetud majad, parem veejuhtimine ja põllumajanduse erinevus. +Fluke kirjutas, et nende püüdlused naiste tervise kohta rääkimise eest peaaegu ebaõnnestunud olid. +Ta tuli sellele tulemusele pärast palju positiivsete kommentaari ja soovitust, mis saadeti talle nii nais- kui ka meeskonna inimeste käest, kes soovitasid, et kontraceptiivsete ravimid peaksid tähendada meditsiiniliselt vajalikke. +Kui võitlused lõppesid pärast, kui vigastatud transportati haiglasse, jäi piirkonnas umbes 40 vangi, kes ei tahtnud naase oma vanglastele. +Tegutsejad püüdsid korraldada olukorda, kuid vangide nõud on ebatäpsed. +Kella 10:00-11:00 õhtul MDT alustasid vanglased turgil tulekahju. +Sellegipoolest astusid politseinikud, kes olid varustatud jälgimise varustusel, piirkonnale ja põhjustasid vanglased teariga. +Põletõrjeametnikud lõpetasid lõpuks õhtul kell 23.35 tulekahju. +Pärast seda, kui 1963. aastal ehitati järele, peatasid tulvad, mis levitasid sedimendid üle jõe. +Sediment oli vajalik seda valmistada, et loodusel elavad loomad saaksid kasutada. +Nende tulemuse tõttu on kahet kokku kadunud ja kahet on ohustatud, sealhulgas humpback chub. +Kuigi jääb vee tõenäoliselt vaid paar jalga pärast üleujutust, loodavad ametivõimud, et see on piisav olla, et taastada jõhkõrvet. +Tsunamihoiat ei ole väljastatud ning Jakarta geofüüsilise agentuure andmetel ei ole tsunamihoiat väljastatud, kuna maavärin ei ole täiendanud 6,5-kraadi tingimust. +Kuigi tsunami ei olnud ohtlikus, hakkasid elanikud panike ja hakkasid oma ettevõttedest ja kodudest lahkuda. +Kuigi Winfrey oli oma lahkumise ajal naljad, teavitas ta oma fännidele, et ta tuleb tagasi. +„See ei ole lõpp. See on üks raamatu lõpp ja uue raamatu algus.“ +Namibia presidendi- ja rahvusassamblee valimised lõppetulemused näitavad, et praegu presidendi Hifikepunye Pohamba on valitud suure valimiskokku. +Hallituspartei South West Africa People's Organisation (SWAPO) säilitas ka rahvusassamblee valimistel enamuse. +Koalitsioon ja Aafganistani sõdurid on liikunud piirkonnale, et kindlustada asukoha ja teiste koalitsioonilennukite on saadetud abi. +Lennuõnnetus toimus kõrge kõrguses mägismaal ja arvatavad, et see põhjustati vastu tulist. +Püüdluste kohta leidmise eesmärgil on olnud keerukas ilm ja keerukas maastik. +Mangola, Medecines Sans Frontieres ja Maailma Tervise Organisatsioon ütlevad, et see on riigi kõige halvem tihedus. +Medecines Sans Frontiere pressiesindaja Richard Veerman ütles: „Angola suundub oma kõige kehvemasse kriisi ja olukord on Angolas veel väga halb,“ ütles ta. +Mängud alustasid 10.00 hommikul ilmaga, mis oli väga hea, ja pärast keskmise hommikku vihma, mis lihtsalt lahkus, oli täiesti tähtis päev 7. mängu rugbile. +Tippmängu esimesed seeds Lõuna-Aafrika alustasid õige tõttu, kui nad võitisid 5. seedes Zambiaga 26 : 00. +Võistluses oma lõunapoolsete sõbrad vastu oli Süda-Aafrika tõenäoliselt rohutud, kuid turniiri edasi suundumisel parandus selle suhtlus tasakaaluliselt. +Nende jõulised kaitsed, palli juhtimisoskused ja suurepärased meeskonnate töö tegid nad erinevaks ja oli selge, et tegemist on meeskonnaga, mille tuleb võidma. +Amsterdami linnavalitsus ja Anne Franki muuseumi ametnikud ütlevad, et puu on nakatunud loomulikke ja tegemist on avalikkuse terviseohuks, kuna nad väidavad, et see oli lähedal oma kukkumisest. +Ta oli plaanitud kõrvetada teisipäeval, kuid päästeti pärast katastroofilise kohtu otsuse. +Kõikud kaevide sissepääsed, mis olid nimetatud nimega „Kaheksa tütar“, on vähemalt 100 kuni 250 metrit (328 kuni 820 jalga) suur. +Infraredi kuvad näitavad, et õhtu ja päeva temperatuurivahetused näitavad, et nad on tõenäoliselt kaevad. +„Nad on päevas ja õhtul kõige kõrgeemad. +Nende termiline käitumine ei ole nii stabiilne kui maa suure kaevad, mis säilivad tihtipeale suhteliselt stabiilne temperatuur, kuid see on sõltuva sellele, et nad on tõsised aukud maa poole,“ ütles Glen Cushing Ameerika Ühendriikide Geoloogia Liidu (USGS) Astrogeoloogia Meeskonnast ja Northern Arizona Universityst, mis asub Flagstaffis, Arizona. +Prantsusmaal on hääletus tavaliselt tehnoloogiavõrra: hääletajad eristavad end, laadavad oma valitud kandidaatiga seotud eeldatud lehekülgi postkasti. +Pärast ametivõimude kinnitust valijate isendusest saab valija postkarti valimiskassi ja kirjutab hääletuskandi. +Prantsuse valimiskohtunikute seadus kodifitseerib seda tähtsuslikult. +Alates 1988. aastast peavad hääletuskotid olema läpinud, et hääletajad ja vaatajad saaksid tunnista, et hääletuse alguses ei ole olemas kirjad ja et hääletuse alguses lisatakse kirjad ainult täidetud ja autoriseeritud hääletajate jaoks. +Kandideerijad võivad saata oma esindajat kõigile protsessi poolt. Õhtul hääletatakse vabatahtlikke, kes järgivad konkreetseid protsessi. +ASUS Eee PC, mis oli võrdluse ja funktsionalite tõttu avaldatud maailma üle, sai Taipei IT Monthis 2007. aastal kõige suurema tähelepanu. +Aga kasutajate jaoks on laptoptõrme turu radikaliselt erinev ja muutunud pärast seda, kui ASUSi tunnustati 2007. aastal Taivaani riikliku valitsuse valitsusmeeskonna kaudu. +Rahvusringhäälingu veebilehti kirjeldab saate kui „vanu kooli radioteateri, millel on uut ja hämmastav geekeadus!” +Oma alguspäevas oli saate ainult TogiNet Radio veebiradiokohal, mis on keskendunud räägiradiokohal. +2015. aasta lõpus asutas TogiNet AstroNet Radio alamööda. +Sarja tegutseval oli alguseks amatöörikeelurit, kes olid East Texasi kohalikud. +Tõenäoliselt jätkus õhtu jooksul levinud varastamine, kuna õiguskaitseametnikud ei olnud Bishkeki tänaval. +Üks vaatlejäänud kirjeldas Bishkeki „anarhia“ sündmusena, kui inimeste rühmad liikusid tänavatele ja varastasid kulutusliku vara poodid. +Paljud Bishkeki elanikud süüdistasid lõuna poolest tulnud meeleavaldajad ebaseadusliku olukorra. +Suurbritannia on võitnud All Blacksit (Uus-Meremaa) Tri Nationsi mängus Royal Bafokengi staadionil Rustenburgis Suurbritannias. +Lõpliku tulemuseks oli ühe punkti võidu, 21 : 20, lõpetades All Blacks 15 mängu võiduvõidu. +See lõppes Springboksile viie mängu kaotusjõudu. +See oli lõppmängu All Blacksile, kes oli juba kaks nädalat tagasi võitnud trofii. +Sarja lõppemängu toimub järgmisel nädalal Ellis Parkis Johannesburgis, kui Springbokid mängivad Austraaliaga. +Keskmine maavärin tabas Lääne-Montanat õhtul esmaspäeva kella 22.08. +Ameerika Ühendriikide Geoloogiline Uurimine (USGS) ja riiklik maavärinatöötajate keskus ei ole saanud veelgi kohe kahjustusi teavet. +Maavärin oli keskendunud umbes 20 km (15 miili) põhja-idarannikule Dillonist ja umbes 65 km (40 miili) lõuna Buttest. +Ametnikud on kinnitanud, et lennuinfluens H5N1, mis on ohtlik inimestele, on nakatunud surma lintu, mis leiti esmaspäeval lähedal Lyonist Põhja-Prantsusmaal. +Prantsusmaa on Euroopa Liidu seitsmendane riik, kus tegemist on selle viirusega, järgides Austraalia, Saksa, Sloveeniast, Búlgariast, Kreega ja Itaalia. +Kroatia ja Dania kinnitamata jäävad kahtlustatud H5N1 juhtumid. +Chambers oli kaebanud Jumalat „maailma elanikke levinud surma, hävitamist ja terorimist“. +Chambers, kes on agnostik, väidab, et tema kohtuasja on „lõbus“ ja „kõigil võib kõigil kaebata“. +Prantsuse ooperis Camille Saint-Saensi esitatud lugu on kunstniku elu, kelle elu mõjutab narkootikumide ja Jaapani armastus. +Nende tulemuse tõttu tulistavad näitlejad laval õhkke ja teater soovitab publikku liituda sellele. +Endine rahvusassamblee esimees Newt Gingrich, Texasi kuberner Rick Perry ja rahvusassamblee liige Michele Bachmann lõppesid kohalikult neljandas, viiandas ja kuudes kohas. +Pärast tulemuste tulemist kiitis Gingrich Santorumit, kuid oli Romneyle raske sõnaid, kes oli Gingrichile vastu negatiivse kampaania reklaamide avaldamise eest Iowas. +Perry ütles, et ta tuleb „tagasi Teksasusse täna õhtul toimunud valimiskogu tulemuste hindamiseks, otsida, kas oleks minu edasi jõudu võimalus“, kuid hiljem ütles ta, et ta jääb valimistel ja võistleb 21. jaanuaril Lõuna-Carolina peamisel valimisel. +Bachmann, kes võitis augustis Ames Straw Poll, otsustas oma kampaania lõpetada. +Fotograaf saadeti Ronald Reagan UCLA Medical Centeri, kus ta hiljem suri. +Bieber oli väidetavalt 20. sajandi vanus. Bieberi avalduses ütles: „Kuigi ma ei olnud sündmuskohal või suhteliselt seoses sellega tragöödiga, siis oma mõtted ja rõõm on sündmuste ohvri perekonnas.“ +Entertainmenti uudiste veebileht TMZ mõistleb, et fotograafi peatus oma sõidukit Sepulveda Boulevardi teise poole ja püüdis enne tänavale üle sõidumist ja jätkumist fotod tegema, mille tõttu kasutas California Highway Patroli politseinik, kes juhtis sõidukohta, ta tagasi kahte korda. +Politsei sõnul ei tõenäoliselt süüdistata sõidukse juht, kes tabas fotograafi. +Kuna on saadaval igal päev vaid 18 medali, on paljud riigi ebaõnnestunud saada medali. +Need hõlmavad Hollandi, kus Anna Jochemsen lõppes eile Super-G võistluses naiste kategoorias kümnendal kohal, ja Soomest, kus Katja Saarinen lõppes sama võistluses kümnendal kohal. +Austraalia Mitchell Gourley lõppes Super-G meeskonna järjestuses 11. kohal. Tšehhi täiskasutaja Oldrich Jelinek lõppes Super-G meeskonna järjestuses 16. kohal. +Mehhiklased Arly Velasquez lõi Super-G meeskonna 15. koha. Uus-Meremaa Adam Hall lõi Super-G meeskonna 9. koha. +Põlva meeste visuaalselt kehvasti suutjad Maciej Krezel ja juht Anna Ogarzynska lõpetasid Super-G 13. koha. Lõuna-Korea suutja Jong Seork Park lõpetas Super-G 24. koha. +Haitis pärast 2010. aasta maavärina saabunud ÜRO rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised +Süüdistuse kohaselt ei jõudnud ÜRO kampa jäänu täielikult hõlbustatud, mis põhjustas bakteriade sisemise Artibonite jõe põhjaosa, mis on Haiti suurim jõgi. +Enne sõdurite saabumist ei olnud Haitil pärast 1800. aastate olnud probleemid, mis tähendavad haigust. +Haiti õigus- ja demokraatia instituut on viitnud iseseisvatele uuringutele, mis viitavad sellele, et Nepali rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvaheline rahvusvah +Danielle Lantagne, ÜRO terviseekspert, ütles, et rünnak on tõenäoliselt põhjustanud rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusvahelised rahvusv +Hamilton kinnitas, et Howardi Ülikooli haigla võttis patsienti stabiilses olukorras. +Patsient oli külastanud Nigerias, kus on toimunud mõned Ebola-viiruse juhtumid. +Haigla on jälgendanud infektsiooni juhtimise protokolli, sealhulgas patsienti eraldamist teiste vastu, et ennetada võimalikku teiste nakatumist. +Enne The Simpsonsi oli Simon töötanud mitme erineva positsioonis erinevaid tegevusi. +1980. aastatel töötas ta nagu Taxi, Cheers ja The Tracy Ullman Show. +1989. aastal aitas ta Brooksiga ja Groeningiga The Simpsonsi loomise ja oli vastu esimesel kirjutusmeeskonnale töökoht. +Vaatamata 1993. aastast lahkumist jätkas ta oma ametlikku produktori tühja ja sai järgmisel hooajal miljonid dollarit tagajärgi. +Varem teatas Hiina ajakirjandusasutus Xinhua, et lennuk oli kaotatud. +Hiljemad teavet teatasid, et lennuk sai pommivigastuse ja oli suunatud tagasi Afganistani, lendades Kandahari lennujaama poole. +Viimased teavitused ütlevad, et lennuk oli Ürümqi lennupiirkonnast tagasi Afghanistani suunatud pärast seda, kui Ürümqi lennupiirkonnas ei olnud lubatud pikenduslendus. +Lennuonnetused on tihtipeale levinud Iranis, kus on vanustunud lennukid, mis on halvemalt hooldatud nii sisemajanduse kui ka sõjavägi operatsioonide eesmärgil. +Rahvusvahelised piirangud tähendavad, et uued lennukid ei saa osta. +Eelmisel nädalal kukkus politsei helikopter, mis tappis kolme inimest ja vigastas veel kolme. +Möödunud kuul oli Irani kõige halvem lennuõnnetus aastateid, kui lennuk, mis suundus Armeniale, kukkus ja tappis 168 inimest, kes oli lennukis. +Sama kuu lendas teine lennuk Mashhadi lennurajast üle ja tabas põrgu, tappes 17 inimest. +Aerosmith on tühistanud oma jäänud konsertid oma touril. +Rockbänd oli plaanitud USA ja Kanada külastada kuni 16. septembrini. +Nad on lõpetanud tourit pärast seda, kui peamine laulja Steven Tyler vigastus pärast seda, kui ta oli 5. augustil koncertil laulnud ja jäi lavalt. +Murray kaotas esimeses setis tasakaotusel pärast seda, kui mõlemad mehed kasutasid setis kõikid palli. +Del Potro oli teise seti alguses edukas, kuid seda ka vajas 6-6 tulemuse järel lõpliku võistlust. +Potro sai sellest punktist terapia oma põlvale, kuid suutles tagasi mängu jätkata. +Programm hakkas kella 20.30 kohaliku aja järgi (15.00 UTC). +Kogu riigis tuntud lauljaid esitasid Shri Shyami jalgadele bhajanit või usalduslaulud. +Laulja Sanju Sharma alustas õhtu, järgnes Jai Shankar Choudhary, kes esitles ka chhappan bhog bhajanit. Laulja Raju Khandelwal tegutses ta. +Seejärel juhtis Lakkha Singh bhajanite laulamisel. +Baba Shyamile jagati 108 Chhappan Bhogi plati (hinduismis 56 erineva toiduobjekti, nagu süüdist, fruktoidid, põrged, soodused ja teised toiduobjektid, mida jätakse jumalatele). +Lakkha Singh esitles ka chhappan bhog bhajanit. Söngvara oli Raju Khandelwal. +Nintendo president Satoru Iwata paljastas neljapäeval toimunud Tōkyō Game Show’i tippkonverentsi ajal uue Nintendo Revolutioni konsolide kontrollerite disaini. +Kasutatakse kahte sensorit, mis on lähedal kasutajale oma televisiooni, kasutades neid, et trianguleerida oma positsiooni kolme dimensioonilises ruumis. +See võimaldab mängijatele kontrolli videomängude tegevusi ja liikumisi lennutades laite ilma. +Giancarlo Fisichella kaotas oma auton juhtimist ja lõpetas ralli väga kiiresti pärast algust. +Tema meeskonnaliikme Fernando Alonso oli suure osa ralli juht, kuid lõppes seda pärast oma boksipeatus, tõenäoliselt põhjustatud põhjustatud otsa edela olevast õhku. +Michael Schumacher lõpetas oma võistlust Alonso järgmise pärast, sest võistluse ajal toimunud paljudel võistlustel oli kasutusvahetus. +„Ta on väga kaunis ja laulab ka väga hea,“ ütles meeleavalduskonverentsi transkripti kohaselt. +„Jõudsin iga kord, kui tegemist oli sellest rehearsiooni, oma süda poole.“ +Umbes 3 minutit lõhkumisel näitas lennukis oleva kaamera paljude isolatsioonifoami lahkumist nesteakutest. +Samas ei arvatud, et nad oleksid lennukile kahjustanud midagi. +NASA liikluste programmi juht N. Wayne Hale Jr. ütles, et põhja oli „pärast aega, mille me peame muretsema.“ +Viie minuti esitluse alguses tuleb tuule, umbes minuti hiljem on tuule kiiruse 70 km/h, siis tuleb vihma, kuid nii tugev ja suur, et see lööb surnuke, siis tulid taevast tuha, inimesed panikusid ja karjusid ning juhtusid üksteisele. +Ma kaotas oma sõbra ja tema sõbra, ja oma teel oli kaks invalide inimest, kes lihtsalt jõudsid üle ja tõrjusid nad,“ ütles Armand Versace. +Samuti teatas NHK, et Niigata maakonnas toimuv Kashiwazaki Kariwa tuumaelektriteleja töötab tavaliselt. +Hokuriku Electric Power Co. teatas, et maavärin ei mõjutanud seda ette ja et tema Shika tuumaenergiatööstusel oli sulgutud reaktorid 1 ja 2. +Teavitatakse, et piirkonnas on umbes 9400 elamusid vett vabalt ja umbes 100 elamusid elektri vabalt. +Mõned teed on kahjustatud, raudteede tänavad on katkenud põhjustatud piirkondades ja Ishikawa maakonnas oleva Noto lennujaama on jätkuvalt sulgatud. +Üks bomba põhjustas väljas valitsuse kuberneri kabinetist. +Järgmised kolme bomba põhjustasid kahe tundi jooksul valitsuse hooneid lähedal. +Mõned aruanded kirjeldavad ametliku surmajuhtumite arvu kahteist kuni kaheksast, kuid ametlikud aruanded kinnitavad, et kuni 30 inimest vigastati; lõpliku arvu ei ole veel teadetud. +Nii cyanurikakasvad kui ka melamiin leiti nende lemmikide moetest, kes suri pärast saastunud lemmikute toidu söömist. +Ülikooli töötajate sõnul reageerivad kahte aine üksteis, et muoduda kristaale, mis võivad peaaegu peatada nende funktsioon. +Teadlased vaatasid, kuidas katsepisside lisamine melamiini ja sianurikasu põhjustas katsepisside kristaalseks muutumist. +Nende kristalite koostus võib võrreldes infraredi spektroskooptika (FTIR) võrreldes sooduskristalite koostusega. +Ma ei tea, kas nad seda tajuvad või mitte, kuid enamus Keska-Ameerika toodest tuli sellest riigist tullimata. +Samuti maksati 80 protsenti meie toote Kesk-Ameerika riikides tariifide kaudu. +See ei tundnud mulle mõeldud; tõenäoliselt ei olnud see õiglane. +Kõik, mida ma inimestele ütlen, on see, et nad meie sama viise kasutavad, kui me nad kasutame. +Kalifornia kuberner Arnold Schwarzenegger kirjutas seadusele seoses videomängude vägivaldavate mängude müügile või leenamise eest noormeeste jaoks. +Seadus nõuab, et Kaliforniast müüvad vägivaldavad videomängud peaksid olema tunnistatud 18-kraadiga ja mängude müümine 1000 dollari suuruse karistusmääraga. +Riigiprokurör Kier Starmer QC andis täna hommikul avaldust, mille kohaselt on kahtlustatud nii Huhne kui ka Pryce. +Huhne on lahkunud ja ta asendab kabinetis Ed Davey parlamendiliikme. Norman Lamb parlamendiliikme oodatakse, et ta võtab üle Davey lahkudes töökohta. +Huhne ja Pryce tulevad Westminsteri magistraadikohtusse 16. veebruaril. +Surmade olid 25-aastane Nicholas Alden ja 21-aastane Zachary Cuddeback, kes oli juhtnud. +Edgar Veguilla sai sõrme ja kõrvavigastusi, samal ajal kui Kristoffer Schneider jäi nõudluseks rekonstruktsioonikirurgia oma peale. +Uka rünnaku ebaõnnestus, kui ta oli viie mehe pea suunas. Schneideril on jätkuva valgus, üks silm ei näe, puudub osa peaa ja pea on rekonstruktsioonil valmistatud titaniumist. +Schneider andis tunnistust videolinkiga Ameerika Ühendriikide ilmavägi (USAF) bases oma kodumaal. +Tänapäeval toimunud ürituse järel võistles Carpanedo meeskonna meistrivõistlustel kaks isikliku võistlust. +Ta esimes oli Slalom, kus ta sai oma esimes osas Did Not Finish. 36 kõigest 116 võistleja sai sama tulemuse. +Teine oma võistlusel, Giant Slalomil, lõi ta tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tänavasti tän +Neljast naiste seda-poole külastajast ei saanud lõpetada reedel ning 45 külastajast 117 külastajast Giant Slalomis ei saanud lõpetada reedel. +Madhya Pradeshi politsei leidis varastatud arvut ja mobiltelefonit. +Peapolitseinik D K Arya ütles: „Meil on vahistatud viis inimest, kes ründasid Šveitslase naise ja ta mobiltelefonit ja lapti leidisid tagasi.“ +Süüdistatud on nimetatud Baba Kanjar, Bhutha Kanjar, Rampro Kanjar, Gaza Kanjar ja Vishnu Kanjar. +Politsei juhataja Chandra Shekhar Solanki ütles, et süüdistatud tuli kohtus kajastatud. +Kuigi autoga majaga tabanud oli sisel kolm inimest, ei saanud keegi nad vigastatud. +Aga juht sai tõsiseid vigastusi pähele. +Põhjustatud sõidukohal oli tavapäraselt sulgedud, kui päästeti juht Audi TT-ist vabalt. +Ta peeti esimesena James Pageti haiglas James Pageti haiglas Great Yarmouthis. +Pärast seda jõudis ta Cambridge'i Addenbrooke'i haiglasse. +Pärast seda on Adekoya süüdistatud Edinburghi sheriffikohtus, süüdistades teda oma poja tapmises. +Ta on vahistatud enne süüdistuse ja kohtu kohtu, kuid kõigil tunnistajate tunnistuste võib olla tahetud, sest tema ime on laiajäänud avaldatud. +Tegemist on Ühendkuningriigis tavapäras tööpraktika, kuid Šotimaa õigus töötab erinevalt ja kohtusid on vaatnud fotode avaldamist võimalikult ebaõiguslikuks. +Professor Pamela Ferguson Dundee Ülikoolist märkib, et „ajakirjanikud tunduvad olema oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma oma +Crown Office, mis on üldjuhul süüdistuste juhtimisel, on andnud ajakirjanikutele vihje, et ei tule veelgi kommentaare, vähemalt enne süüdistuste esitamist. +Dokumenti andmete kohaselt viitab piiriõiguste kaebusele, millele Palestina soovib piiri enne 1967. aasta Lääne-Aafrika suunas toimunud sõda. +Teemad, mida räägitakse, hõlmavad ka tulevus Jerusalemi, mis on püha nii rahvaste jaoks, kui ka Jõevaalde küsimus. +Israeli nõuab jätkuva sõjavägi jäämist tänaval kümme aastat pärast sõlmitud lepingu, samal ajal kui PA suhtub sellele jäämisele ainult viie aastat. +Täiendavate pestikontrolli katses oli tähtiselt järeldatud rändurite juhtumisel, kuna katsendus oli järeldatud ning selle tulemused hindatud. +NPWS-i ja Sporting Shooters Association of Australia (NSW) Inc koostöö käigus oli valitud kvalifikatsioonilised vabatahtlikud, kes töötasid Sporting Shooters Associationi jagdaprogrammis. +Mick O'Flynni sõnul oli NPWS tegevjuht Park Conservation and Heritage andes esimesel tulistusoperatsioonil valitud neli tulistaja täielikku ohutus- ja treenimiskurssi. +Martelly tunnistas eile uue provisioonilise valimiskogu (CEP) üheksa liikme. +See on Martelly’i viies CEP viie aasta jooksul. +Möödunud kuul oli presidentli komisjoni soovitus eelmise CEP-i lahendamine osana paketi tegevusi, mille eesmärk on riigi uute valimiste poole suundumine. +Komisjon oli Martelly vastuseks laiavaldavate regimivastaseid meeleavalduste vastu, mis alustati oktoobris. +Mõnikord vägivaldneid meeleavaldusi põhjustasid valimiste ebaõnnestumine, mõni seoses 2011. aastast. +On teavitanud umbes 60 juhtumit, kus iPodid on kahjustanud liiga kõrge temperatuur, mis on põhjustanud kokku kuus tulekahjust ja jättanud neli inimest väiksemate põletustega. +Jaapani Majandus-, kaubandus- ja tööstuse ministeerium (METI) ütles, et on teadnud 27 juhtumit, mis on seoses selledega. +Eelmisel nädalal teatas METI, et Apple on teavitanud neile lisaks 34 ülekuumust kohtumist, mida ettevõte nimetas „ei-tõsiseks“. +Ministeerium reageeris, öeldes, et Apple'i aruande lükkamine on tõeliselt põhjustatud. +Maavärin tabas Mariana kella 07:19 hommikul kohaliku aja järgi (09:19 pärast GMT reedel). +Põhja-Mariana saart riiklik katastroofiametni büroo ütles, et riigis ei olnud teatatud kahjustusi. +Samuti ütles Vaikse ookeani tsunamihoiatuskeskus, et tsunami ei olnud tunnistatud. +Filipiini politseijaoskonna eeldatud mees on põhjustanud Hongkongi turistite vangistamise Manilas, Filippiini pealinnas, takistades nende autobussi. +Rolando Mendoza tulistas turiste M16 karbi. +Mitme inimest on vabastatud ja võetud on vähemalt kuus inimest. +Kuus vanke, sealhulgas lapsed ja vanad, vabastati varaselt, nagu ka filipiinlased fotograafid. +Pärast seda võtsid fotograafid vana naise kohale, kui ta vajus toaletti. Mendoza tulistati. +Liggins jälgis oma isa jälgi ja astus meditsiini karjääri. +Ta õppis obstetriks ja alustas tööda Aucklandi Riiklikasse naistehaiglas 1959. aastal. +Samal ajal, kui Liggins töötab haiglas, hakkas ta uurima eeldatud sündmust. +Tema uuringu tulemused näitasid, et kui hormoni andetakse, siis suurendab see lapse fetaalset kehtivuse. +Xinhua teatas, et valitsuse uurijad leidisid teisipäeval kahte „muste kassi“ lennuajakirjurit. +Samuti tunnustasid võitlejad Lunale. +Tommy Dreamer ütles: „Luna oli esimene Extreme Queen. Minu esimene juht. Luna suri kaks tähetõttu õhtul. Tähtiselt ainusugusega, nagu ta oli. Võimelane naine.“ +Dustin „Goldust“ Runnels kommenteeris, et „Luna oli nii freaky kui ma...võib-olla isegi rohkem...armastan teda ja kaalun teda...loodan, et ta on parem asemel.“ +Enne 2010. aasta valimist küsitletud 1400 inimese hulka kasvas 2008. aastast 8 protsenti võrreldes. +Vahepealne peaminister Julia Gillard väitis 2010. aasta valimiskampaanias, et usub, et Austraalia peaks saada presidendivabaks Queen Elizabeth II valitsuse lõpus. +34 protsenti inimest, kes osalevad uuringus, jagavad seda arvamust ja soovivad, et Königinna Elisabet II oleks Austraalia viimane monarh. +Umbes 29 protsenti küsitletud arvavad, et Austraalia peaks muutuda vabariikiks kiiresti võimalikult, samal ajal kui 31 protsenti arvavad, et Austraalia peaks isegi ei muuta vabariikiks. +Olympia kuldmedalist oli plaanitud ujuda Commonwealth Gamesis 100 ja 200 metrit vabalt ujumisel ning kolme relvit, kuid oma kaebuste tõttu on tema füüsiline valmistus küsimusele jäänud. +Ta ei suutnud võtta vajalikke meditsiine, et võtta üle oma valgust, kuna need on keelatud mängudelt. +Curtis Cooper, matematik ja arvutiteadusprofessor Missouri Ülikoolis, leidis 25. jaanuaril kõige suurema tänapäeval teadetud prümnumberi. +Mõned inimesed kinnitasid leidmist erinevalt varuste ja programmide kasutamisel veebruari alguses ja see teatati teisipäeval. +Kometid võib olla võimaluslikud vettijõudluste allikad maale samuti organismidele, mis võivad loomuda proteine ja toetada elu. +Teadlased loodavad mõista, kuidas planeed muutuvad, iseäranis, kuidas Ma muutus, kuna kometid tabasid Maa kaua tagasi. +Cuomo, 53, alustas oma kubernikuasendu selle aasta alguses ja kirjutas eelmisel kuul eelnõu, mis legaliseeris sama poole suhtumist. +Ta viitas süüdistuste kohta „poliitilise õhkust ja õnnetust“. +Arvatakse, et ta kandideerib presidendiks 2016. aastal. +NextGen on süsteem, mille FAA väidab, et võiks lennukitele lennuda pikemad teed ja säästada aastas miljonid gallonit tolli ja vähendada karbondioxidi emissiooni. +Selle kasutatakse satelliidipõhise tehnoloogia vastu vanemate maa-radaripõhise tehnoloogia vastu, et võimaldada lennujuhtidele suurema täpsusel lennukite otsimist ja anda piltele täpsemate teavet. +Liikluse lisandamata ei toimu ning maastikujunid ei peata Wembleyl, ega autoparkimine ja park-and-ride võimalused ei ole saadaval. +Liikluste puudumise tõenäosus tõi võimalusele, et mängu tuleks mängida sulgedes oodides ilma meeskonda toetajate. +Neljapäeval avaldatud ajakirjas Science avaldatud uuringu kohaselt on Ekuadori Galápagose saartel sündinud uus linnutegund. +Ameerika Ühendriikide Princetoni Ülikooli ja Rootsi Uppsala Ülikooli teadlased teatasid, et see uus loodus on sündinud vaid kahe põlvkonna jooksul, kuigi sellele protsessile oli usutud, et kulub palju pikem. Tõttu sellele oli usutud, et põlvkonna jooksul oli toimunud linnu Darwin finch, Geospiza fortes, ja immigrantsi kaktuslindu finch, Geospiza conirostris. +Kuld võib kasutada kõikide tüüpikeid. Seda võib mõõda väikeseid tüüpikeid. +See suudatakse tõstma õhkku, mis suudatakse võrrelda ja plaatida. Seda suudatakse lõhkuda või rõhutada lehtideks. +Seda võib valmistada väga õhutuks ja liimata seda teiste metallidele. Seda võib valmistada nii õhutuks, et seda kasutati mõnikord kirjadesse, mis tunnustati nimega "illuminated manuscripts". +See nimetatakse kemikaalide pH-ga. Võite valmistada indikaatori punase kaalikasju juuste kasutamisel. +Kapsi juht on värv suhteliselt sellele, kas keemil on suurt või vähe (alkaline) pH-taseme. +pH-tasemine tähendab vettionide (pH-i H-i) määrat, mis on testitud keemil. +Vesiionid on protonid, kelle elektronid on väljastatud (kuna vetise aatomid koosnevad ühest protonist ja ühe elektronist). +Kahel kuivad pulverid ühendaks ja järgnevalt, kui käed on puhtad ja uhutad, mõõtke neid palli. +Nende käte kuumus reageerib väljepindadega, mis tundub seltsemaks ja muodab selle tüüpi kuju. +Harappa ja Mohenjo-daro linnadel oli peaaegu iga majaga kokku täidetud toilett. Need oli ühendatud sofistleeritud põllujuhtmeesüsteemiga. +Kreeti ja Santorini Minoola kohalikke linnade majades on leidnud jäänud vesi- ja jõhketeenuste. +Egyptus, Persias ja Hiinas oli ka vanad toalettid. Roomalase tsivilisatsioonis olid toalettid mõnikord osa avalikke saunakotid, kus olid mehed ja naised koos. +Kui soovite kõndida inimesele, kes on tuhandeid miili kaugusele, kasutate satelliidi. +Kosmose satelliit võtab kõne võtmise pärast ja tagab selle tagasi peaaegu hetkese jooksul. +Satelliit võtsid taivaase raketi. Teadlased kasutavad teleskoope taivas, sest Maa atmosfääri muudab osa meie valgust ja vaade. +Rakett, mis on üle 30 metrit kõrg, on vajalik, et satelliit või teleskoopi avastada tähele. +Ratt on muutnud maailma usutavalt. Suurim, mida ratt on meie jaoks teinud, on annanud meile palju lihtsamat ja kiiremat transporti. +See on võtnud meile rongi, autot ja palju muud transpordivahendid. +Nende alla on rohkem keskmise suuruse kedelid, kes söövad keskmise suuruse loomade, sealhulgas soomade ja jagade. +Lõplikult on palju väikeseid kohtade (sealhulgas vabalt elavad lemmikkohtad), kes söövad palju rohkem väikeseid loomade nagu loomad, nahkhiired, salad ja linnud. +Nende edu salajõud on niche konsepteerimine, eriline töö, millele kõik katsevad, mis võimaldab nad võistelda teistega. +Leonid on kõige suhtelisemad koed, kes elavad suurte rühmadena, mis tuntuvad prides. +Pride koosneb ühtest kuni kolmest seotud täiskasvanud meest, samuti nii palju naist kui 30 ja löögi. +Naised on tavaliselt suhteliselt seotud üksteise, olles suur perekonna sõbrad ja tütarad. +Leonide rühmad käitavad nii palju nagu uksid või koerad, loomad, kelle käitumine on tõsiselt sarnane lionele (kuid ei teiste suurte kattidele), ja nad olevat ka väga ohtlikud oma eesmärgile. +Tähtiselt täisvalmistunud sportlase, suutleb tiger (kõige olulisemalt eba lihtsalt), ujuda, suunduda suurte distantsioonidele ja tõsta viie korda suurema võimega kui tugev inimene. +Tiger on sama rühmis (genus Panthera) kui leopardid, lindud ja jaguarid. Need neli koerad on ainuad, kes suudavad karjuda. +Tiigri karjutus ei ole nagu lioni karjutus, kus on täi karjutus, vaid rohkem nagu karjutus, kus on karjutavad, karjutavad sõnad. +Ocelotid soovivad sööma väikeseid loomade. Need võivad õhutada apaid, nahkhiid, soomad ja linnud, kui nad võivad. Peaaegu kõik loomad, mida ocelot õhutab, on veel väiksemad kui see. +Teadlased arvavad, et ocelotid jälgivad ja leidavad loomade (õhutused) tunnistamiseks tunnistamise tõttu, kus nad maal on olnud. +Nad näevad õhtul väga hea ja liikuvad samuti väga salajalt. Ocelotid otsivad oma eesmärgi seoses oma keskkonnaga ja põhjustavad oma eesmärgi silmitsi. +Kui väikese inimeste rühma (väikese rahvastikku) eraldub põhikogu, millest nad tulid (nagu kui nad liikuvad üle mägistikku või jõe, või kui nad liikuvad uute saartele, et nad ei suuda tagasi lihtsalt liikuda), siin on nad tihtipeale teadlik, et nad leidavad erineva keskkonda kui enne. +See uus eluumgebus on erinevad resurssid ja erinevad konkurentid, nii et uus elanikkond vajab erinevaid omadusi või sooritusi, et olla võimelisem konkurent, kui oli vajalik enne. +Algne rahvastik ei ole muutunud kogu, nad vajavad endiselt sama muutumist kui varem. +Aja jooksul, kui uus elanikkond hakkab oma uue eluumberi ajustada, hakkavad nad muutuma vähem ja vähem nagu teised elanikkondad. +Lõpuks, pärast tuhandeid või isegi miljoneid aastat, tunduvad need kahel inimestele nii erinevad, et nad ei saa nimetada samaks liikumaks. +Selle protsessi nimetame speciaatsiooniks, mis tähendab uute loode sündumist. Speciaatsioon on võimatu tulemus ja väga oluline osa evolutsiooni. +Taimed valmistavad õhkliku, mida inimesed hindavad, ning nad võtlevad ka karbondioxidi, mida inimesed õhkuvad (tähendab, et nad hindavad). +Taimed valmistavad oma toidu päikesele fotosüsteemi kaudu. Samuti pakuvad nad. +Me teeme oma majad põhjustel ja teeme otsed põhjustel. Enamik toidu, mida sööme, on põhjustel. Ilma põhjuste ei suutaksid loomad elada. +Mosasaurus oli oma aja kõrgeim ehk tipppredator, nii et ta ei kartnud midagi, välja arvatud muid mosasaureid. +Sellegi pikad kõrvad olid enam kui 70 piisavalt tõhutud hammast, sealhulgas lisakokku oma suu katuses, mis tähendab, et ei olnud võimalus põgenema midagi, mis selle teel jõudis. +Me ei ole kindlasti teada, kuid see võib olla olnud tungikas. Selle ravi sisaldasid kuju, suurtid ja teised mosasaurused ning see võib olla isegi kanibaal. +Samuti rünnas see midagi, mis vee sisse sõitis; isegi suur dinosaurus, nagu T. rex, ei suutnud selle vastu võitma. +Kuigi enamik nende toidu oleks meiele tuttav, olid romaanlased ka oma oma osa kurioosse või ebatavate toiduartiklite, sealhulgas villi sika, põõs, nahkhiirte ja rottu, mis tuntakse dormouseks. +Järjekordne erinevus oli selle, et samal ajal kui vaesad inimesed ja naised oma toidu söösid, soovisid rikkad mehed oma toidu söömise ajal kokkuleppu, kus nad istusid oma poole. +Eraaegsed romaanlised toidud ei suutnud sisaldada toidu, mis tuli Euroopa poolest Ameerikast või Aasia poolest hiljutiste sajandite jooksul. +Näiteks ei olnud neil korni, tomaate, kartofele, kakoo või kaka, ja ei olnud iidse romaani koska turuke. +Babylonlased ehitasid kõigile oma jumalatele esimese templi, mis arvatud oli jumalate kodus. +Inimesed tuuesid jumalate ja pühaid püüdsid jumalate vajaduste täitmiseks püüdluste ja festivalite kaudu. +Igal templil oli avatud templiväljak ja sellele järel sisemine sündmus, kus võiksid sündmusse sõitma ainult pühaid. +Mõnikord ehitatud erilised pyramidikeelne tornid, nimetatud ziggurateks, olid templite osa. +Turmipõhja oli jumalile eriline püha kohane. +Kesk-Aafrikas tugeval kliimati ei olnud maja nii oluline. +Enamik hebrea perekondi elu toimus avatud ilmaga. +Naised valmistasid toidu aedal; poodid olid lihtsalt avatud pultid, mis vaatasid tänavale. Kivit kasutati ehitamiseks. +Canaani maal ei olnud suurte metsad, seega oli puu äärmiselt kallis. +Gröönimaa asutati madalalt. Norra sagadel on kirjeldatud, et Erik punane oli süüdistatud Iislandilt tapmist pärast ja reisides edasi lääne poole leidis Gröönimaa ja nimetas selle Gröönimaaks. +Kuid olenemata tema leidmist elas Eskimotest kogukondad siin juba selle ajal. +Kuigi kõiked riigid olid „skandinaavlased“, olid paljud erinevusi inimeste, kuningate, tavatuste ja ajalugu Dania, Ruotsi, Norra ja Islani vahel. +Kui olete vaatnud filmi National Treasure, võite arvata, et iseseisvuse deklaratsiooni tagajärgi oli kirjutatud kaardi. +Kuid see ei ole tõeline. Kuigi dokumenti taga on midagi kirjutatud, ei see ole kaardikohad. +Iseseisvuse deklaratsiooni tagajärgi kirjutati sõnade „Allikas iseseisvuse deklaratsiooni 4. juulil 1776. aastal“. Tekst tuleb dokumenti poole, põhja poole. +Kuigi keegi ei täpselt teada, kes kirjutas seda, on teada, et oma elu alguses oli suur pargmentidokument (mis mõõdetakse 29¾ palli ja 24½ palli) rollitud säilitamiseks. +Seetõttu on tõenäolisus, et tähendus lisati lihtsalt etikettina. +D-päeva maandumised ja järgmised lahingud olid vabastanud Põhja-Prantsusmaa, kuid Lõuna-Prantsusmaa pole veel vabalt. +See juhtisid „Vichy“ prantsuslased. Need olid prantsuslased, kes oli 1940. aastal tekitanud rahu sakslaste ja töötasid selle asemel selle võitlemise asemel sisseränduritega. +15. augustil 1940 rünnasid liitlased Lõuna-Prantsusmaa, rünnaku nimetati „Operation Dragoon“. +Ameeriklased ja Vabased Prantsuslased olid vaid kaks nädala jooksul vabastanud Lõuna-Prantsusmaa ja suundusid Saksa poole. +Civilisatsioon on üks kultuuri, mis jagab suur rahvahulg, kes elavad ja töövad kooperatiivselt, ühiskonna. +Sõna „tsivilisatsioon“ tuleb latina keelest sõna „civilis“, mis tähendab tsiviliseeritud, seoses sõna „civis“, mis tähendab kodanikku, ja sõna „civitas“, mis tähendab linnu või linnavalitsuse, ning see mõjutab ka sellele, et mõjutab sõna „tsivilisatsioon“ suhteliselt sellele, kui suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suhteliselt suht +Linnavalitsused on riikide eelised. Tsivilisatsiooniline kultuur tähendab teadmiste jagamist mitmeid põlvkonna jooksul, kultuuri jäänu ja õiglase leviku. +Vähemad kultuured kaduvad tihtipeale ilma olulisi ajaloolisi tõendid ja ei saa tunnustatud täielikke tsiviilisatsioonideks. +Revolutsioonisõja ajal ehitasid 13 osariiki esimesena vähe keskvalitsus, kus kongress oli ainus osa, alates Konfedeeratsiooniliste lepingu artiklite põhjal. +Kongress ei olnud mitte midagi võimu, et määrata maksu, ja kuna ei olnud riikliku ametivõimu või õigusmeetmeid, siis kasutas ta riiklikke ametivõimude, kes olid tihtipeale ei suutnud koostööd, et täita kõik oma tegevusi. +Samuti ei olnud sellele õigus ületada riikide vahel maksu- ja tariifilised seadused. +Artiklid nõutisid enne muutmist kõikide osariikide üksikasjalikku nõustumist ja osariikid tõsisid keskvalitsuse nii keeruliselt, et nende esindajad olid tihtipeale kadunud. +Italia rahvusliku jalgpalli ja Saksa rahvusliku jalgpalli meeskond on maailmas teise edukas meeskond ning olid 2006. aastal FIFA maailmameistrivõistluste võitjad. +Populaarsed spordid hõlmavad jalgpalli, korvpall, võistlustennis, ujumajalgpalli, karistusjalgpalli, rugby, jalgrattal, jäähockey, rollerhockey ja F1 mootorsport. +Talviolümpiamängude ja rahvusvaheliste mängude võistlustel võistleb Itaalia Põhja- ja Lääne-Euroopa piirkondades populaarsemates talviolümpiamängude ja rahvusvaheliste mängude võistluste võistlustel. +Jaapani kaldab ligi 7000 saart (suurim on Honshu), mille tõttu on Jaapani maailma 7. suurim saar! +Japani suuruse põhjuse tõttu on sellele riigile tihtipeale soovitatakse geograafiliselt „saartikkuks“ +Taiwani algus oli 15. sajandi alguses, kui Euroopa meremehed jõuavad saart nimetada Ilha Formosa või Ilha Bonita, mis tähendab kaunis saart. +1624. aastal asutas Hollandi Austraalia kaupmannide ühendus (VOC) Taiwani lõunapoolsel linnavaljastus, mille tõttu muutusid aboriginaalsete põllukultuuri tööpraktikad ning VOC kasutas Hiina töötajate tööle oma riisipõlludele ja süügiplantagele. +1683. aastal võtsid Hiina Qing-dynastia (1644-1912) vägede kontrolli Taiwani lääne- ja põhjaosa rannikualadel ning teatasid Taiwani 1885. aastal Hiina keisri provintsi. +1895. aastal, pärast esimese Hiina-Jaapani sõda (1894-1895) võitlust, kinnitab Qingi valitsus Shimonoseki lepingut, mille kohaselt jätkab Taiwani riigivõimu Jaapani, kes juhib saart kuni 1945. aastani. +Machu Picchu koosneb kolmest peamisest struktuurist, näiteks Intihuatana, päikese templist ja kolme okna kohust. +Enamik kompleksi ääres olevate ehitusi on uuesti ehitatud, et anda turistele paremat idea sellest, kuidas nad alusel tegelikult tundusid. +1976. aastal oli Machu Picchu 30 protsenti taastatud ning taastamine jätkub tänapäeval. +Näiteks on maailmas kõige enamasti kasutatud valguste fotograafia formati 35 mm, mis oli analogfilmi ajal lõpul peamine filmi suurus. +Selle valmistamine jätkub tänapäeval, kuid olulisemalt on see saanud digitaalsete kaameri kuvasensorite formati. +Tegelikult on 35 mm formati 36 mm laiuse ja 24 mm kõrguse võrra. +Selle formaati suhtelikus on seetõttu väidetav 3 : 2. +Paljud tavapärased formaadid (näiteks APS perekonnas olevad formaadid) on sama suuruse või lähedalt selle suurusele. +Palju kasutatud ja tavaliselt pilgutatud kolmandade reegl on lihtne juhtumine, mis loodab dünaami, samal ajal kui jäävad järjestuse mõõdu. +See kirjeldab, et põhikeskuse kõige parem asukoha on pildi vertikaalselt ja horisontaalselt jaoks jaotavate liinide üle (näite või). +Selle ajal Euroopa ajalugu jooksul jõudis uurimisele ka Katolikliku kirik, mis oli muutunud rikkaks ja võimeliks. +Üle tuhandeid aastat on kristlikus religioon ühendanud Euroopa riiki, isegi kui keeli ja tavad on erinevad. +Selle ülejõuduv võim mõjutas iga inimest nii kuningast kui tavapärasele. +Üks peamised kristlikud põhimõtted on seal, et vara peaks kasutata õnnetuse ja vaesuse vähendamiseks ning et kiriku rahalikud fondid on siin täpselt sellest põhjus. +Kogukirkuse keskvalitsus oli olnud Roomis rohkem kui tuhande aastat ja see vald ja raha kogumine põhjustas palju inimeste küsimuse, kas seda põhiseadus täitakse. +Sellegipoolest pärast sõja algust hakkas Suurbritannia Saksamaa merevägede blokadi. +Strateegia oli tõhus, katkestades olulised sõjavägi ja rahvusvahelised toodeteenused, kuigi see blookeerimine rikkus enamasti tunnustatud rahvusvahelist õigust, mis on kodifitseeritud mitmeid aastakümmete jooksul toimunud rahvusvaheliste lepingu. +Suurbritannia kaevitas rahvusvahelised veed, et ennetada kogu ookeani osade sisse sõitmist, mis oleks ohtlikks isegi neutraalsed laevad. +Kuna selle taktika vastu oli piiratud reaktsioon, oodis Saksa sama reaktsiooni oma piiratud alluvõistluse vastu. +1920. aastatel oli enamiku kodanike ja rahvaste tavapärased arvamused pacifismi ja eristamisega. +Pärast seda, kui oli vaatelt sõja järgmistel võitlustel, soovisid rahvad enamasti selle situatsiooni vältida. +1884. aastal lahkus Tesla Ameerika Ühendriikidele, et võtta töö Edisoni ettevõttes New Yorgis. +Ta saabus Ameerika Ühendriikides 4 sentini oma nimel, luulekirjanduse raamatu ja Charles Batchelor (oma eelmise töö ajal juht) Thomasi Edisonile tunnistuskirja. +Antik Hiina oli oma ainulaadset viis, et näitada erinevat ajaajad. Isegi Hiina või Hiina valitsusel olnud perekond oli erinev dynastia. +Samuti oli järgmiste dynastia vahetav aeg eraldatud provintsi. Parimatest need aegad on kolme kuningriigi aeg, mis toimus 60 aastat Hani ja Jinidynastia vahel. +Need ajaosad olid agressiivse sõda ajal, kus valitsusse püüdvad palju arikujate vahel toimus. +Kolme kuningriigi aeg oli üks verisemad aegad Hiina ajalugu jooksul, kus tuhandeid inimeste suri Xi'ani suurpalatsis kõige kõrgele kohale võitluses. +Siin on palju sotsiaal- ja poliitilisi tulemused, nagu metrilike süsteemi kasutamine, absoluutismi ja republikanismi vahetamine, rahvusliku usu ja usu, et riik kuulub inimestele, mitte ainult ühe juhti. +Samuti pärast revolutsiooni oli töökohti avatud kõigile meestele, mis võimaldasid kõige ambitsioonisematele ja edukamatele edukust. +Sama jõuab ka sõjaväelastele, sest selle asemel, et sõjaväe arvuste põhine klass, on nüüd põhine calaber. +Samuti inspireeris Prantsuse revolutsioon paljud teiste riiki töötajatele, kes olid tabanud, ja nad hakkasid oma oma revolutsioonid. +Muhammad oli tõsiselt huvitatud selle tavapärase elu pärast. Ta kasutas tavaliselt kaeva, mis tuli tuntud nimega "Hira'", oma mõtlemiseks mägile nimega "Noor" (valgus). +Muhammeði spirituaalsete soovitusi väga selgelt tundub kaevus, mis on jäänud aega jooksul. +Mecca põhjapoolest olevast mägist on kaev täielikult eraldatud ülemaailmast. +Tegelikult ei ole keerulikult leida, isegi kui oleks teadetud, et see oleks olemas. Kui oleks sisel kaevast, on see täiel isolatsioon. +Mis tahes ei ole nähtav, vaid selge ja ilus taivas üle ja paljud ümber jäävad mägid. Selle maailma väga vähe osa näeb või kuulub kaevast sisest. +Suur Pyramid Gizas on ainus seda seitsme uudist, kes on tänapäeval ennasti jäänud. +Egyptlased ehitasid suurt pyramidi kolmandas sajandil eKr, ja see on üks paljudest suurte pyramidide struktuure, mis on ehitatud surmanud faraoni eest. +Giza platoo, või „Giza nekropolis“ Egiptuse surmajoa sisaldab mitmeid pyramidid (kus suur pyramid on suurim), mitmeid väikeid haudad, mitmeid templid ja suur Sphinx. +Suur pyramidi ehitati, et tänu faraoni Khufu, ja paljud väiksemad pyramidid, haudad ja templid ehitati, et tänu Khufu naistele ja perekonnatele. +„Kõrge poole“ tähendab V-kirjaga ja „madal poole“ tähendab või neli, mis puudub madala poole. +Üles tähendab, et tuleks alustada tippis ja lõhendada, ja alla tähendab, et tuleks alustada frogis (mis on koha, kus oma käe lõhendab lõhendi) ja lõhendada lõhendi. +Tõusmood on tavaliselt mullumeelne, samal ajal kui madalmood on tugevam ja tõsisem. +Võite kirjutada oma tingimused, kuid meenutage, et prinditud tingimused on siin muusilist põhjus, nii et nad peavad tavaliselt tähele panema. +Kaotunud kuningas Louis XVI, kuninganna Marie Antoinette ja nende kaks noorlast lapse (11-aastane Marie Therese ja neli-aastane Louis-Charles) ning kuninganna sõbral Madam Elizabeth 6. oktoobril 1789 põhjustasid Versaillesist Pariisi tagasi kaupmeeste rahvas. +Sõidukes sõitisid nad tagasi Pariisi, kus nad oli inimeste rahvastikuga, kes karjusid ja karjusid kuningale ja kuningliku naise vastu oma ohtlikuste eest. +Inimesed ründasid kuninga ja kuninganna, et nad oleksid oma sõidukite aknad avatud. +Üks meeskonnan liikme näitas kunagi kuningliku kaitsja Versaillesis tulistatud pea kuninglinna hirmutunud kuninganna ees. +Ameerika Ühendriikide imperialismi sõjas Filipiini võitlemise eest maksati Filipino inimene ise. +Nad olid pakkunud maksta Ameerika Ühendriikide kolonialirežimi vastu suure osa kulutuste ja võlaprotsenti, millele oli Philippiini valitsuse nimel Wall Streeti pankade asutusel avaldatud võlakirjad. +Loomulikult oleks USA impeerialismi põhilised kasvudest põhjustatud Filipino rahvast pikaselt kasutamisest saadud suurprofitid. +Templarite mõistmiseks peab mõista kontekst, mis põhjustas ordeeri loomist. +Sündmusi aeg on tavaliselt nimetatud kõrgele keskaegsele ajastusele, Euroopa ajalugu aastatel 11., 12. ja 13. sajandil (aastatel 1000–1300). +Kõige kõige keskmised aegad järgnesid varhastest kõige kõige keskmistest aegad ja järgnesid hiljutistest kõige kõige keskmistest aegad, mis konventsioonis lõppes umbes 1500. aastal. +Tehnoloogiline determinism on tähendus, mis hõlmab tõenäoliselt suure pikkuseid ideed praktikas, alates tehnoloogia põhjustamast või tehnoloogilist nõudlustest ja lõpuks tõsisele sõnul, et inimese põhjendus on tehnoloogiast tõenäoliselt jõudnud loogika, mis on seotud teadete õigustele ning nende tehnoloogia kajastamisele. +Enamikud tehnoloogia determinismi tõlkendused jagavad kahe üldist idee: et tehnoloogiakehvamine jõuab suhteliselt üle kultuuri või poliitilist mõju, ning et tehnoloogia taas mõjutab sotsiaalsete sektsioonit, mis on inimlikud, enam kui sotsiaalselt mõjutud. +Näiteks võib öelda, et mootoriautot tõenäoliselt juhtivad teede arendamisele. +Küll aga ei ole riiklik liiklustee võimalik kasutada ainult paaril autot, seetõttu on arendatud uued valmistusmeetodid, et vähendada autokasutuse kulutust. +Massiline autokasutus tõstab ka suuremat tõttu sündmusi teedel, mis tõstab uute tehnoloogiat tervishoiu korraldamiseks. +Romantismi oluline osa oli kultuuriline determinism, mis tuli kirjanikke Goethe, Fichte ja Schlegelist. +Romantismi kontekstis mõjutas geograafia inimeste, ja aja jooksul sündus geograafiale seotud tavad ja kultuur, ja need, kes olid ühtlasi seotud ühiskonna kohta, olid paremad kui valitsemata seotud õigusi. +Nii nagu Pariisi tuntakse tänapäevase maailma moepealinnaks, tuntisid Konstantinopolit feudaal-Euroopa moepealinnaks. +Tema tuntuma epicentri luksusest alustas umbes 400. aastal ja jätkus kuni umbes 1100. aastal. +Selle statuus laskes põhiliselt 12. sajandil tõttu selle, et ristireisijad olid naase kandnud lahendusi, nagu silkid ja küünid, mis olid väärtuslikumad kui Byzantiumi turgud pakkusid. +Sellega ajal toimus Fashion Capitali titli üleminek Konstantinopolist Pariisi. +Gotika stiil oli kõige suurem 10. - 11. sajandi ja 14. sajandi vahel. +Dressi alguses mõjutas Byzantiumi kultuuri Lõuna-Eestis tõsiselt. +Samas võivad lääneriikide stiilid jääma 25–30 aastat tagasi. +Keskmisteistajastuse lõpus hakkas Lääne-Euroopa oma stiili arendada. Ajasti suurte arenduste hulka olid kriisid tulemuse tulemuseks, kui inimesed hakkasid kasutada pööri, et kiiremini puudutada. +Subsistentsaadetööstus on tööstus, mille eesmärk on valmistada piisavalt toidu, et täita ainult põllumajanduse töötajate ja nende perekonnate vajadusi. +Subsistentslik põllumajandus on lihtne, sageli orgaaniline, järjestus, mis kasutab säästatud siitseid, mis on kohalikud ekoregioonidele, seoses sõrme vahendamisega või teiste peaaegu lihtsate tehnoloogiatega, et suurendada tulemuse. +Ajalooliselt oli enamik põllu- ja karjääri töötajad seotud eluvarustavaks põllu- ja karjäärikultuuri ja see on endiselt paljudesse arvatud riikides tavaline. +Subkultuure ühendavad sarnase inimeste, kes tunnevad, et nad on ühiskonna tingimuste ees jättud ja võivad nad arendada oma isendust. +Subkultuurid võivad olla erinevad selle tõttu, et liikmedel on erineva vanus, rass, klass, asukoha ja/või sugu. +Subkultuuri erinevusi mõjutavad võimalusi võivad olla keelepärased, ilmepärased, usuolud, poliitilised, seksuaalsed, geograafilised või kombineeritud faktoreid. +Subkultuuri liikmed signalisivad oma kuulumist tavaliselt erinevalt ja symboliliselt kasutades stiili, mis hõlmab fashioonid, maneerismid ja argot. +Üks kõige tavapärasemate meetodit, mille kasutatakse, et ilustada sotsiaalsiobjekti olulisus, on kasutada vähesed õnnetused lapsedest, kes ei saanud sotsiaalsiobjekti kasutada, kui nad kasvusid, selle tõttu, et nad ei saanud tähelepanu või selle tõttu, et nad ei saanud sotsiaalsiobjekti kasutada tahesuguse tõttu. +Sellised lapsed nimetatakse „feraalseks“ või villiseks. Mõned feralised lapsed on inimeste (tavaliselt oma ema ja isa) vahistatud; mõnedes juhtus lapse jättamine pärast ema ja isa lapse tõsisele intelektuaalse või füüsilise kehvuste eiramist. +Värinud lapsed võivad olla kogutanud enne jättamist või põgenemist tõsise lapsekahjutuse või traumiga. +Teised väidetakse sündinud loomade juurde; mõned väidetakse, et nad elasid villis isiklikult. +Kui ei-inimlikud loomad kasutavad lapse täielikult, näitab see lapse käitumus (füüsiliste piirangute võttes) peaaegu täielikult nagu konkreetse hooldusloomade käitumus, nagu olukorda inimeste kohta. +Samal ajal kui projekti põhine õpilaste õppimise lihtsamaks ja mugavamaks, siitavad õpetajad õpilaste õppimisele veel üle. +Scaffolding ei ole õpimismeetod, vaid abi, mis toetab inimestele, kes kasutavad uue õppekogemuse, nagu uue tarkvara kasutamine või uue projekti alustamine. +Scaffoldid võivad olla nii virtuaalsed kui tegelikud, mis tähendab, et õpetaja on skaffoldi tüüp, samuti on skaffoldi tüüp Microsoft Office'i väikesele paaperklippi mees. +Virtuaalsed vahendid sisenevad programmis ja on eeldatud, et nad küsitavad, hoiabad ja selgitavad tegevusi, mis võib olla õpilasele lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt liht +Lapsed plahvitakse Foster Care'i mitmeid erinevaid põhjuste pärast, mis võivad alustada sellelt, et lapse ei hoolitakse, kuni sealt, et lapse eitakse või selle eest, et lapse rahutatakse. +Ükski lapse ei pea kasutada elukorra, mis ei toeta, ei hoida ja ei õppida, kuid nad seda kasutavad. +Arvame, et Foster Care System on needlastel lapsedel turvalinna. +Meie varjupaigasüsteemi eesmärk on pakkuda turvalised kodud, armastavad hooldajad, stabiilne haridus ja usaldavad tervishooldus. +Võõrustusel on eeldatud, et see pakub kõikid vajadused, mis ei olnud kodus, kus nad eelmiselt välja võtnud. +Internet ühendab nii massikommunikatsiooni kui ka isiklikke kommunikatsiooni elemente. +Interneti erinevad omadused põhjustavad lisandimensioni kasutuste ja rõõmuste suhtes. +Näiteks tähendab James et al. (1995) Interneti kasutamisel oluliseks motiiviks „õppimine“ ja „sotsiaalsed suhted“. +Samuti tunnistasid Eighmey ja McCord (1998) uute motivatsiooniliste aspekte, kui nad uurisid publikumi reaktsioonidele veebile. Need olid „isiklik inimõtlemine“ ja „jätkuvad suhted“. +Videotöötlemise kasutamine on põhjustanud olulisi leidmisi mikroexpressiooni tõlkimisel, mis kestab paar milisekundit. +Eriti väidetakse, et on võimalik leida, kas inimene valeb, mõeldes õige mikroexpressioone. +Oliver Sacks näitas oma avalduses The President's Speech, kuidas inimene, kelle aju kahjustus ei suudanud rääkida, suudab siiski täpselt hindada tõsisus. +Ta väidab isegi, et need inimese käitumise tähendamise võimed võivad olla jagatavad ka loomadele nagu kodukoeradele. +20. sajandi uuringud on näitanud, et geneetiliste erinevuste on kaks poolt: peetud ja täidetud. +Muutus lisab uut genetilist variaatiot ja valimine lahendab seda poolest esitatud variaatiot. +Segregatsioon ja rekombinatsioon jõuavad erinevusi tagasi ja tagasi järgmise põlvkonna ja järgmise põlvkonna vahel iga põlvkonna jooksul. +Territoriumil, kus elavad inimesed, on primatidele, kelle süsteem on nagu inimeste, raske täita nende aminohappide nõudluste võimalusel olemasolevad põlluvarustused. +Lisaks sellele, et seda ei tegema, on tõsised tulemused: kasvu depressioon, puuduvad toitumised ning lõplikult surm. +Kõige lihtsalt saavutavad põllukasvad olid proteine, mis oleksid lehtedel ja põllukasvadel saavutavad, kuid nende söömine on meie jaoks keeruline, kui nad ei ole valmistatud. +Võrreldes sellele on loomalike toidu (mõrvad, termidid ja munad) ehkki lihtsalt leevendavad, vaid nad pakuvad ka suurt hulk proteine, mis sisaldavad kõige olulisemad aminohappid. +Üldjuhul ei meeldi, et me ei ole üllatunud, kui oma eelised lahendasid oma „proteiniprobleemi“ sama viisel nagu tänapäeval savannil elavid simpsid. +Unen katkestamine on protsess, mille eesmärk on teha tavapärase unikaudu jooksul teadlikult tõsise ja jõudma taas unesse (10–60 minutit hiljem). +Seda võib lihtsalt tegema kasutades suhteliselt rahulikku kella, et võtta teid teadlikkusele ilma täielikku valgustamist. +Kui olete oma unistusel kellu taastamas, siis võib seda asetada toimu kohta, mis pakub teile võimalust lõpetada selle käivitamise eest kõrval välja astumise tõttu. +Teised bioritmi-põhised valikud tähendavad, et enne unust võtab inimene palju vett (eriti vee või tee, mida tuntakse diureetiksi), mis pakub inimese jõudma jõudma. +Inimese sisese rahu suurus suhtub vastavalt vastu sellele, kas keha ja sünnipuu on raskus. +Kõige madalam tõhutus tähendab kõige rohkem positiivset elumõju. Iga inimene on võimalus leida täielikku rahu ja sõna. +Igal inimene võib saavutada põhjustatud valgust. Selle eesmärgi ees oleva ainu asja on meie oma raskeus ja negatiivsus. +Tibeti budismi põhjustab Buddha õpetused, kuid see on laiendatud mahayana teel, mis on põhjustatud armastusel, ja palju tehnikatest Indiase joga. +Põhiliselt on tiibli budism väga lihtne. See koosneb Kundalini jõugast, meditatsioonist ja täielikku armastuste teel. +Kundalini jõoga käivitatakse Kundalini energiat (valgustusenergia) jõogaasendite, hingetööde, mantraade ja visualisatsioonide kaudu. +Tibetlase meditatsiooni keskus on jumalik yoga. Deitide visualiseerimise kaudu puhastatakse energiatunnelid, aktiveeritakse chakrasid ja loodetakse valmistustunnetus. +Saksa oli maailmasõjas 1939–1945 aastatel tavapärase vastu, mis põhjustas USA ja Nõukogude Liidu koostööd. Sõja lõppemisel põhjustasid süsteemi, protsessi ja kultuuri suhtumised riikide vahel. +Kaks aastat sõja lõppu pärast olid endine liitlased nüüd vastased ja hakkas kõldsõda. +See kestis järgmised 40 aastat ja oli tõeliselt võitluste põhjal võitlejate armijate vahel Afrikast Aasia poole, Aafganistanis, Kuubas ja paljudes muudes paikades. +17. septembril 1939. aastal oli Poola kaitsus juba katkenud ja ainus lootus oli tagasi lahkuda ja organiseerida uuesti Rumea piiri. +Siiski olid need plaanid peaaegu õhtul ebaõnnestunud, kui üle 800 000 neist Nõukogude Liidu Punane armee sõdurit sündisid ja loobusid Belarussia ja Ukraina frontid, pärast seda kui nad rikkusid Riga rahutuste lepingu, Nõukogude Liidu-Poola rahutuste lepingu ja teised rahutuste lepingu, nii bilateraalselt kui ka multilateraalselt. +Laevade kasutamine varuste transpordimiseks on tõenäoliselt kõige tasakaaluvõimelis viis ookeanide üle inimeste ja varuste liikumiseks. +Merevägi töö on traditsiooniselt olnud selleks, et tagada, et riigi on võimalus liikuda oma inimestele ja toodele, samal ajal kui nad sekkavad oma vastase võimaluse liikuda oma inimestele ja toodele. +Üks kõige märkimisväärsemad viimaste aasta nimekirjad oli WWII Põhja-Atlantiline kampaania. Ameeriklased püüdsid liikuda mehed ja materjali Atlantsi ookeani üle, et aidata Suurbritannia. +Samal ajal püüds Saksa merevägi, kasutades peamiselt U-bootid, lõpetada selle liiklust. +Kui olid liitlased ebaõnnestunud, siis oleks Saksa võinud võidma Suurbritannia sama taval, kui ta oli võidnud kogu Euroopa. +Jagad tunduvad olnud esimese kodutamise ajal umbes 10 000 aastat tagasi Irani Zagrosi mägis. +Vanad kultuurid ja hõimud alustasid neid salvestada, et olla lihtsalt saadaval mõõdu, haaru, liha ja nahka. +Koduvad loomad jätkusid tavaliselt karjadesse, mis ulatasid mägidelt või teiste looduskohadelt ning olid tihtipeale hooldatavad karjad, mis olid tihtipeale lapsed või noored, nagu tavalisemalt teadetud karjad. Need hooldusmeetmed kasutatakse endiselt tänapäeval. +Enne 16. sajandi ei olnud Inglismaal ebaseadusi ehitatud. +Kuigi vagunid olid lihtsalt paraleelne puuplankid, võimaldasid nad loomadele, kes nad tõstasid, suuremad kiiruste saavutamise ja suuremat kulutuse tõstmise võimalusi kui päevasti lihtsamad teed. +Raudtee jõudmiseks tasutati tõenäoliselt varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinnaid varjupinna +See muutus tavapäraseks tegevuseks, kuid terad põhjustasid palju rohkematest kahjustusi sõidukite puidukõrvatele. +Lõplikult vahetati puidukõrvad terastikõrvadiks. 1767. aastal tuli esimesed täielikud terastikõrvad kasutusele. +Esimene tuntud transpordimine oli jalutamine, inimesed alustasid jalutama 2 miljonit aastat tagasi, kui Homo erectus (tähendab tõeliselt jalutav inimene) tuli esile. +Nende eelised, australopithecusid ei käinud tavaliselt jalutiselt. +Australopithecusi 4,2-3,9 miljonit aastat vana jäänud fossiilidest leidetakse bipedaalsete erinevusi, kuigi Sahelanthropus võib olla käinud kaks jalaga juba 7 miljonit aastat tagasi. +Me võib alustada elada olulisemalt sõbralikult ilmaga, me võib liituda ilmastiku liikumisele ja me võib isegi olla aktivistid, et vähendada tuleviku kahjustusi mõninga taseme. +See on täpselt sama kui paljude juhtumite tüüpilise meelitamine. Kuid kui meie eesmärkiks ei ole ainult tüüpiline lahendus, siis peame leida probleemide juurde ja neid deaktiveerida. +On selge, et maailm on palju muutunud inimeste teadluste ja tehnoloogia edenduste tõttu, ning probleemid on suurenenud liikmete ja inimeste extravagantse elusti tõttu. +Pärast kongressi 4. juuliku kinnipidamist saadetati see kongressi presidendi John Hancocki ja sekretär Charles Thomsoni kirjaga valmistatud eelnõu John Dunlapi tiskkohoonele. +Öösel valmistati 150–200 eksemplari, mis on nüüd tuntud kui „Dunlap broadsides“. +Dokumendi esimesed avalikud lugemised toimusid 8. juulil Iseseisvuste Maja aedal John Nixoni jaoks. +Üks saadeti Juulikuus 6. päeval George Washingtonile, kes andes seda oma sõduritele New Yorgis 9. juulil. Kopia saabus Londoni 10. augustil. +25 Dunlap’i plakati, mis on jäänud jälgis, on dokumenti vanim säilinud kopiad. Allikirjeldus ei säilinud. +Tänapäeval usuvad paljude paleontoloogid, et üks dinosauruse rühm on jäänud ja elab tänapäeval. Nimetame nad linnuks. +Paljud inimesed ei arva nad dinosauruseks, sest nad on lindud ja nad suudavad lendada. +Aga linnu jaoks on palju asju, mis tunduvad endiselt dinosaurust. +Nad on jalad, mis on soomused ja klaasid, nad mõletavad, ja nad kõndavad oma kahe tagajalaga nagu T-Rex. +Tänapäeval kasutatakse peaaegu kõikid arvutid, mis põhinevad teave manipuleerimisel, mis on kooditud binaarsete numbrite vormis. +Binaarne arv võib olla ainult üks kahest väärtust, näiteks 0 või 1, ja need arved nimetatakse binaarsete tähedega - või bittideks, kasutades tölvajargoni. +Siseseitumine ei ole tõenäoliselt kohe tulematu nähtav. Sündmuste, nagu oma, ei ole piisavalt üldse, et ei suutu kohe diagnoos määrata. +Kõige parem tunnus siseseitlusele võib olla lääketeenuste või toksiliste kodukemikate avatud pakkumine. +Kontrolli etiketti, kus on konkreetse eelpääsujuhtumise nõudlused selle konkreetse eitsi kohta. +Entomoloogid kasutavad sõna bugi ametlikult selle insektide rahvast. +See tähendus põhineeb eelmisest tuttavusest loodusi, mis on suurelt soodustunud inimeste parasiteerimisele. +Nidikoolised on nidikoolikud ning madalikud. Nidikoolikud on sooduskasutavad ja sooduskasutavad madalikud on sooduskasutavad madalikud, kes on sooduskasutavad madalikud, kes on sooduskasutavad madalikud, kes on sooduskasutavad madalikud, kes on sooduskasutavad madalikud, kes on sooduskasutavad madalikud, kes on sooduskasutavad madalikud, kes on sooduskasutavad madalikud, kes on sooduskasutavad madalikud, kes on sooduskasutavad madalikud, kes on sooduskasutavad madalikud, kes on sooduskasutavad madalikud, kes on sooduskasutavad madalikud, kes on sooduskasutavad madalikud, kes on sooduskasutavad madalikud, kes on sooduskasutavad madalikud, kes on sooduskasutavad madalikud, kes on sooduskasutavad madalikud, kes on sooduskasutavad madalikud, kes on sooduskasutavad madalikud, kes on sooduskasutavad madalikud, kes on sooduskasutavad madalikud, kes on sooduskasutavad madalikud, kes on sooduskasutavad madalikud, kes on sooduskasutavad madalikud, kes on sooduskasutavad madalikud, kes on sooduskasutavad madalikud, kes on sooduskasutavad madalikud, kes on sooduskasutavad madalikud, kes on sooduskasutavad madalikud, kes on sooduskasutavad madalikud, kes on sood +Ameerika Ühendriikide piirkonnas on tuntud umbes 400 000 MS-i juhtumit, mille tõttu on see tippneurologiline haigus noormeeste ja keskelaste inimeste seas. +MS on haigus, mis mõjutab keskmise nervasüsteemi, mis koosneb aju, põlvakordist ja optilist nervist. +Uuringu tulemused näitavad, et naised on kahe korda suurem tõenäosus saama MS kui mehed. +Paar võib otsustada, et ei ole nende jaoks ega oma lapse jaoks parimat, lapsi hooldama. +Need paarid võivad oma lapse adoptiooniplaani valmistada. +Adoptio ajal lõpetavad sündinud vanemad oma vanemisõigust, et võimaldada teise pari lapse vanemaks. +Teaduste peamine eesmärk on mõista, kuidas maailm töötab teadluste metoodiga. Tegemist on tegelikult teadluste uurimise juhtimise metoodiga. +See ei ole küll aga üks, kasutatakse selleks ka uurimist, kus uurimine on test, mis kasutatakse võimalikke arvutuste võtmist välja võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist võtmist +Loomadokumentaristid ja filosoofid keskendusid klassikaliste textidele ning eriti Raamatusele latini keeles. +Tunnustati Aristotele arvamusi teadusasjadest, sealhulgas ka psüholoogiast. +Samal ajal kui Kreega teadlikus, leidis Lõuna-Ameerika oma Kreega filosoofiliste ja teadlikke juurde. +Paljud inimesed tundsid füüsiloolis ja käitumisel rühmad, mis on tavaliselt oluliselt sõltuvad endogeenisest kringlustest ning nende tootmises bioloogiliste klukke kaudu. +Periodilised rühmad, mis ei ole lihtsalt vastuseid välisele periodilisele vihjele, on dokumenteeritud enamikule eluoludele, sealhulgas bakteridele, süüstele, taimedele ja loomadele. +Bioloogilised klukid on endiselt jätkuvad oskillatorid, mis jätkavad vabasti liikuvat aja jooksul isegi ilma välisilmeid. +Hershey ja Chase eksperiment oli üks juhtivad soovitused, et DNA on genetiline materjal. +Hershey ja Chase kasutasid phageid või viiruseid, et lisada oma DNA baktériumi. +Nad tegid kaks eksperimenti, mille käigus märkisid nii DNA phage'i radioaktiivses fosforis või proteini phage'i radioaktiivses sulfurs. +Muutused võivad olla erinevad erinevatele tüüpi muutuste, genetilise materjali mõju ja sellest, kas muutuste põhjustavad rakke on siga-rakke või mitte. +Ainult mutaatsioonid germline kuuluvate rakke võivad jõudma jälgeldajatele, samal ajal kui muudel rakke võivad põhjustada rakkude või rakke surma. +Loodusliku turismi põhjustab inimesi, kes soovivad külastada looduspiirkondade, et nautida ilmatu, sealhulgas taimed ja loomad. +Kohapealsete tegevuste näidetel on jagamine, veemine, fotograafia, linnuvaatamine ja parkide külastamine ning ekosüsteemi andmete uurimine. +Näidetel on külastamine, fotograafia ja õppimine orangutanite kohta Borneos. +Igal hommikul lahkavad inimesed väikeseid riiklikke linnade autosid töökohtadele ja nad ületatakse teised, kelle töökoht on sama koha, kus nad just lahkusid. +Selle dünaamiline transpordiruut oleme kõik ühendatud ja toetavad suhteliselt transpordisüsteemi, mille põhinevad isiklikud autod. +Tänapäeval viitab teadus sellele, et suurt karboni majandus on lükkanud biosfääri ühest oma stabiilsetest osas, mis on toetanud inimese evolutsiooni viimase kahe miljonit aastat. +Kõik inimesed osaleb ühiskonna ja kasutab transpordisüsteemi. Peaaegu kõik inimesed kaebab transpordisüsteemi. +Arendatud riikides ei tavaliselt kuulata sama tüüpi kaebuste vettakvaliteetist või sillade kukkumisest. +Miks põhjustavad transpordisüsteemid nii kaebusi, miks ebaõnnestuvad nad igale päevale? On nad lihtsalt ebamõeldud? Või on siin midagi põhilisem? +Traffic Flow on uuring üksikasutajate ja sõidukite liikumist kahe punkti vahel ning nende vahelist suhtlemist. +Kahjuks on liikluse uurimine raske, sest juhtide käitumine ei saa prognooseerida täpselt täisprotsendiliselt. +Tõenäoliselt kasutavad sõidukindlased tavaliselt tasakaalvasti; seetõttu on liiklused tavaliselt tasakaalvasti ja neil võib lihtsalt esitada matemaatiliselt. +Lihtsalt paremaks liikluse esindamiseks on seotud suhted kolmele põhilinevusele: (1) liiklusele, (2) suurusele ja (3) kiirusele. +Need suhted aitavad teenuste plaanimisel, ehitamisel ja kasutamisel. +Loomad olid esimesed elusid, kes lendasid ilma. Nende lendamise võimalus aitas nendele enemate vältimiseks lihtsamalt ja toidu ja sõbrade leidmiseks täpsemalt. +Enamus loomadel on edukus, et nad suudavad tagada oma lendid tagasi keha poole. +See annab neile suuremat valik väikseid paikade poolt, kus nad võivad ennast predatorite eest. +Tänapäeval on ainu loom, kelle siivad ei suuda tagasi puutma, dragonfly ja mayfly. +Sajad aastat tagasi ütles inimene, kes kutsus Aristarchus, et päikese järjestus liikub päike ümber. +Mõned inimesed uskusid, et ta oli õige, kuid paljud inimesed uskusid vastu; et päikesekergus liikub maailmast, sealhulgas päikese (ja isegi teiste tähte). +Tegemist tundub mõeldud, kuna Maa ei tundma, et liikub. +Amazon jõgi on Maa teise pisim ja suurim jõgi. See kulutab rohkem kui 8 korda enam vett kui teine suurim jõgi. +Amazon on ka maailma suurim jõgi, mis on mõnikord kuus miili suur. +Amazonist tuleb 20 protsenti vettest, mis maailma jõedest ookeanidele jõuavad. +Põhja Amazoni jõgi pikkus on 6387 km (3980 miili). See kogub vee tuhandeid väiksemate jõge. +Kuigi kivise pyramidide ehitus jätkus vana kuningriigi lõpuni, ei suutnud Giza pyramidid oma suuruse ja ehituse tehnilist taseme ületada. +New Kingdomi vanad Egiptlased uhkusid oma eelmised monumente, mis olid siiski rohkem kui tuhande aastat vanad. +Vatikaanlinna elanikkond on umbes 800 inimest. See on maailmas kõige väiksem iseseisv riik ja riik, kus elanikkond on kõige madalam. +Vatikani valitsus kasutab Itaalia keeli oma õigusandmetes ja ametlikes suhtlustes. +Samuti kasutatakse italia keeli enamasti riigi töötajate seas, samal ajal kui latina keel on tihtipeale religiooniliste ürituste kasutus. +Kõik Vatikaanlinna kodanikud on romaanikatolikud. +Inimene on teadnud aluseid keemiliste elemente nagu kulla, silberi ja pruuti alates antiikust, kuna need on kõik saadaval looduslikul vormis ja nad on suhteliselt lihtsalt kaivatavad primitiivsete tööriistidega. +Aristoteles, filosoof, teoretis, et kõikud koosnevad ühest või rohkem neljast elementist. Need olid maa, vesi, ilm ja tuli. +Tegemist oli enamasti neljast ajuosast (sama järjestuses): tuhk, vee, kaas ja plaasma, kuigi ta ka arvutas, et nad muutuvad uutele ajuosadele, et saada selle, mida me näeme. +Alloyd on põhiliselt metallide kahest või rohkem seoses. Ei unustage, et periodikaldu on palju elemente. +Elementid nagu kalsium ja natrium peetakse metallideks. Loomulikult on siin ka metallide nagu kull ja silber. +Samuti võib olla alloodid, mis sisaldavad väikeseid mõõdmete, nagu karboni. +Kõik Universumi koosneb aine. Kõik aine koosneb väikeseid partiklidest, mis nimetatakse aatomideks. +Atomid on nii väga väikeseid, et nende miljardid võiksid siselda seda sõna lõppes olevat punkti. +Seega oli õhut paljudel inimestele pärast selle avaldamist hea sõbral. +Kahjustavasti, kui on tulnud uued kirjutusmeetodid, on õhk põhjustatud madalamasse statusi ja kasutusele. +Inimesed kirjutavad nüüd sõnumid arvukite ekraanidele, ei pea enam lähedale otsa. +Võib ainult arvata, kuidas klaviatur muutub, kui tulub midagi uut. +Fissioonibombi töötab põhimõtetel, mis tähendab, et energia on vajalik, et ühendada palju protoni ja neutroni kokku. +Võib-olla nagu rullata suurt karti mägile. Nukleusi järgmise korda jagamine vabastab seda energiat. +Mõned aatomidel on ebastabilised kernud, mis tähendab, et nad suhtuvad enamikul või täiskasutusel eralduma. +Kuu pinnal on kivid ja tuhk. Kuu väljaosa nimetatakse karstiks. +Krust on lähedalooliselt umbes 70 km suur ja kaugelooliselt umbes 100 km suur. +See on madalamad madalamas ja suuremad kõrbes. +Lähedalpool on võib-olla rohkem maria, kuna kiviku on madalam. Lava oli lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt lihtsalt +Sisuste teooriad keskenduvad selle leidmisele, mida inimestele tõhutab või neile meeldib. +Need teooriad viitavad, et inimene on mõneid vajaduste ja/või soovituste, mis on sisestunud, kui nad kasvavad täiskasvanuks. +Need teooriad uuravad, miks täpsed inimesed tahavad seda, mida nad tegevad, ja mis asjad nende keskkonnas võivad nad seda tegema või ei tegema. +Kahest populaarsetest sisu teooriatest on Maslowi nõudete hierarkia teooria ja Hertzbergi kahe faktori teooria. +Üldjuhul võivad kaks käitumist tulema, kui juhtid hakkavad juhtida oma eelnevad. Üks põhjapunkt on püüdmine jääma „üks meest“ (või naist). +Selle tüüpi juht on raske teha ebapopulaarsete otsuste pärast, tegema karistuste tegevusi, arvutada töösuhtlusi, anda vastu vastutusi ja hoida inimeste vastu. +Teine põhjapoolest muutub inimene tundmatuks, kes tunneb, et tuleb kõik muutma, mida meeskond on teinud, ja seda oma oma võtta. +Tõenäoliselt on juht kõige lõplikult vastutav meeskonnan edu ja edukamatusele. +Selline käitumine põhjustab tihtipeale suhtumisprobleemid juhtide ja meeskonda ülejäänu vahel. +Virtuaalsed meeskonnad jäävad sama tasemele tipptasemele kui tavapärased meeskonnad, kuid neil on väikseid erinevusi. +Virtuaalne meeskondliikmed töötavad tihtipeale oma lähedase füüsiliste rühma kohalike kontaktipunktina. +Neil on tihtipeale rohkem iseseisvust kui tavapärased meeskonnaliikmed, kuna nende meeskonnad võivad koosolekuda erinevate ajaaluse piirkonnades, mis ei võivad mõjutada kohalike juhtimist. +Samuti on virtuaalmeeskonnas olemasolev tõeline "nähtamatu meeskond" (Larson ja LaFasto, 1989, lk 109) ainu ja ainulaadse komponent. +„Nähtamatu meeskond“ on juhtiv meeskond, millele kõik meeskondi liikmed teavitavad. „Nähtamatu meeskond“ määrab jõukohad kõigile liikmele. +Miks tahtis organisatsioon läbida aega kulutavat protsessi, mille eesmärk on õppimisorganisatsiooni loomine? Üks eesmärk organisatsiooni õppimiskonseptide kasutamiseks on innovatsioon. +Kui kõik saadavad resurssid kasutatakse efektiivselt organisatsioonide funktsioonide vahel, võib välja tulema loomulikus ja soovikus. +Nende tõttu võib organiseerimisprotsess, kus töötakse ühendusel selleks, et võtta üle piirangut, põhjustada uut innovatiivset protsessi, mis pakub kliendile vajadust. +Enne seda, kui organisatsioon võib olla innovatiivne, peab juhtivus luua ka innovatsiooni kultuuri, samuti jagatavat teadmist ja organisatsiooniline õppimine. +Angel (2006) selgitab Continuumi lähenemust kui metoodi, mille kasutamine aitab organisatsioonidele saavutada suuremat taseme tööle. +Neurobioloogilised andmed pakuvad füüsilisi tõendid teooriapõhjaliku uuringu mõtlemise eesmärgil. Selle tõttu suurendab nad uuringu piirkonda ja muutab seda palju täpsemaks. +Aju patoloogia ja käitumise suhtumine toetab teadlasid oma uurimisel. +On teadetud pikaks ajaks, et erinevad aju kahjustused, traumid, haavad ja tumorid mõjutavad käitumist ja põhjustavad muutusi mõne mentalli tööfunktsioonidele. +Uusi tehnoloogia kasvu võimaldab meil näha ja uurida aju struktuuri ja protsesse, mida ei olnud enne nähtud. +See annab meile palju teavet ja materjali, mida võib kasutada simulatsioonimoodelite ehitamiseks, mis aitavad meil mõistma meie pea toimuvad protsessid. +Kuigi teadusfantastika tähendab tehisintelligentsi, on tehisintelligentsi väga oluline arvutikasvad, mis töötab käitumisega, õppimisega ja tehisintelligentsi ajustamisega. +Tehisintelligentsi uurimine tähendab, et tehakse mahendid, mis automatiseerivad tööde, mis nõuavad teadlikku käitumist. +Nimel on nimetatud juhtimine, plaanimine ja järjestamine, võimalus vastama kliendide diagnoosidele ja küsimustele, sealhulgas ka käsikirjutuse tunnistamine, keha ja ära. +Need asjad on muutunud eri discipliinideks, mis keskenduvad tõelise elu probleemide lahendamisele. +Tänapäeval kasutatakse tehisintelligentsi süsteemi tavaliselt majanduse, meditsiini, tehnika ja sõjavägi valdkonnas, nagu on ehitatud mitmeid kodukomputerite ja videomängude rakendusi. +Klassi kohalikud reisid on suure osa. Tihtipeale tahavad õpetajad võtta oma õpilasedse paikadele, kus autobussireis ei ole võimalus. +Tehnoloogia pakub lahendust virtuaalsete külastustega. Õpilased võivad külastada muuseumi esemete, külastada akvariumi või vaadata ilus kunsti, olles oma klassis. +Virtuaalselt jagamine külastust on samuti suurepärane viis, et reflekti seda külastust ja jagada oma kogemusi tulevatele klassidele. +Näiteks teeb North Carolina Benneti kooli õpilased iga-aastal veebilehe oma riigi pealinnale suundumise kohta, veebilehe uuendatakse iga-aastal, kuid vanad versioonid jäävad veebile, et seda kasutada raamatukirjaga. +Blogid võivad aidata ka õpilaste kirjutuste parandamisele. Samal ajal kui õpilased alustavad oma blogi kogemust tavaliselt kehvast grammatikast ja tähendamisest, siis suhtumine publikule tavaliselt muutab seda. +Kuna õpilased on tihtipeale kõige kriitilised publikad, hakkab blogija püüdma kirjutust parandama, et vältida kriitikat. +Samuti kirjutab blogi „õpilastele, et nad saavad olla maailma ümber rohkem teadlikud“ (Toto, 2004). Publikume interesse täitmise vajadus põhjustab õpilastele, et nad oleksid nõelised ja interesantsed (Toto, 2004). +Blogi on tööriist, mis põhjustab koostööd ja soodustab õpilaste jätkata õpimist üle tavapärase õpilastepäeva. +Korrektne kasutus bloogidele võib „annada õpilastele võimu olla analüütlikumad ja kriitilised; aktiivselt reageerides veebimaterjale, võivad õpilased määrata oma positsioonid teiste kirjutuste kontekstis ja piirata oma perspektiivit konkreetsele teemale (Oravec, 2002). +Ottawa on Kanada kaunis ja kakskeelne pealinn, kus asuvad erinevad kunstikogud ja muuseumid, mis näitavad Kanada eelist ja tänapäevast. +Edasi lõunast on Niagara järved ja põhja on kodumaad Muskoka ja ülejäänud looduslikku ilu. +Kõik neid asjad ja rohkem tähendavad Ontariot välismaal võrreldes Kanada kõige olulisemaks asjaks. +Põhja poole on suureid piirkondade väga madala rahuldus ja mõned on peaaegu ebamõjutud. +Võrreldes inimeste arvu, mis tundub palju inimestele, on Ameerika Ühendriikides elavad rohkem mustanahalised kui Kanada kodanikud. +Ida-Aafrika saared asuvad Indi ookeanist Aafrika idaosa rannikust. +Madagaskar on tõenäoliselt suurem kui kõik ja kontinent, kus elavad loomad. +Enamik väiksemate saarte on iseseisvad riigid või suhtuvad Prantsusmaa, ning nad tuntakse luksusliku rannakotidena. +Arabar tuuesid islamit ka maadele ja see võttis Comorose ja Mayotte'is suure suuruse üle. +Euroopa mõju ja kolonialism alustas 15. sajandi alguses, kui portúgaline uurij Vasco da Gama leids Euroopast Indiasse. +Põhjaosas piiratakse piirkonda Sahel, lõuna ja lääna Atlanti ookeaniga. +Naised: Soovitatakse, et kõik naised reisijad ütlevad, et nad on abiellud, isegi kui nad on tegelikult abiellud. +Samuti on kasutav selleks, et kandma ka ringi (mitte sellest, mis näib liiga kallisena. +Naised peaksid tajuda, et kultuurilised erinevused võivad põhjustada sellest, mida nad peaksid harassmentiks nimetada, ja ei ole haruldane, kui nad jälgatakse, võttakse käest, etc. +Ole jõulis meeste ebaõnnestamises ja ei ole hirmu, et jääks oma positsiooni (kultuuri erinevusi või mitte, see ei muuta seda oksi!). +Tänapäevane linna Casablanca põhjustasid 10. sajandi eKr varemberid, kes kasutasid seda Phoenicia, Roomlased ja Merenid nagu strategilist hakka Anfa. +Portugalased hävitasid seda ja ehitasid uuesti Casa Branca nimel, kuid jättisid seda pärast maavärinat 1755. aastal. +Marokkani sultan ehitles linn uuesti kui Daru l-Badya ja andis sellele nime Casablanca, kus Hispaanialased asutasid siin kaubanduskeskusi. +Casablanca on üks Morokkos kõige vähem interesantseid paikade seas. +Vanale Medinal on lihtne leida kohad, kus müüakse traditsioonilisi marokkani toote, nagu tagineid, keramikat, nahkatavad, shishat ja täielikku spektri kaebusi, kuid kõik on turiste jaoks. +Goma on turismi linna Demokraatliku Kongoo Vabariigi kõige idaosas lähedal Rwanda. +2002. aastal hävitas Goma Nyiragongo vulkaanist tulev lava, mis kukkus enamiku linna tänavate ja eriti linna keskuse. +Samal ajal kui Goma on tõenäoliselt turvaline, peaksid kõigest Goma väljaselt külastavad asjad uurida, et aru saada Põhja-Kivu provintsis jätkuvalt toimuvast sõjast. +Lisaks sellele on linn ka põhjakoha Nyiragongo vulkaanist kõrgema, samal ajal kui Afrikas on kõige madalamad maaorangutanit jälgitakse. +Sul on võimalik kasutada boda-boda (moto-taxi) Goma jooksul liikumiseks. Tavapäras (kohalik) hind on ~ 500 kongolaise franki pikale reisile. +Kombinatsioonis oma suhteliselt keerulisusega on „Timbuktu“ saanud kasutada metafoorina eksotiliste ja kaugelaste maadele. +Tänapäeval on Timbuktu vaesus linn, kuigi selle reputatsioon teeb selle turismiattraktsiooniks, ja sellel on lennujaama. +1990. aastal lisati selle maailmakultuurimärkile ohtlikuks kohadesse. +See oli Henry Louis Gatesi PBS-i erakorral Põhja-Aafrika maailma uhkedest üks tippkoht. +Linn on kontrastiks riigi linnatele, sest sellel on rohkem araablasti kui afrikaanlast. +Krugeri riiklik park (KNP) asub Lõuna-Aafrikas põhja-idases ja jõuab Lõuna-Aafrikas Mozambiki piirkonnas, Lõuna-Aafrikas Zimbabwe piirkonnas ja Lõuna-Aafrikas Crocodile jõe piirkonnas. +Parki pindab 19 500 km² ja on jaotatud 14 erineva ekoloogilise piirkonda, mis toetavad erinevat loodust. +See on üks Suurt-Aafrika peamised vaatamisväärsused ja peetakse seda Suurt-Aafrika riiklikke parkide (SANParks) lippuks. +Nagu kõigil Süda-Aafrika riiklikud parkidel, on selle parkile päevaselt hooldus- ja sissepääsemismaksu. +See võib olla ka kasulik ühele, kes osta Wild Cardi, mis pakub pääsuguse nii Lõuna-Aafrika parke valikule kui kõigile Lõuna-Aafrika rahvusparkidele. +Hongkongi saart andes Hongkongi territooriumile oma nimi ja on paik, kus paljud turistid peavad põhikeskuseks. +Hongkongi maastikuline hooneidest koosnev paraad on kehtestatud võrreldes sellele, kui Victoria Harbouri vee on olemas. +Hongkongi parimad vaade saavad, kui jätate saart ja suundate Kowlooni jääjärve vastu. +Suur enamus Hongkongi saart linnaarhitektuur on täiselt pakutud taastatud maale põhja- ja lõunarannikul. +See on koht, kus Suurbritannia kolonisatorid võtsid oma ja nii, kui otsite tunnistusi piirkonda kolonialajast, siis see on hea koht, kus alustada. +Sundarbans on maailma suurim rannikuline mangroovikett. See jõuab 80 km pikkuse (50 miili) Indias ja Bangladeshi taga rannikust. +Sundarbans on määratud UNESCO maailmakultuuripärastuseks. Indiani piirkonnas oleva osa metsest nimetatakse Sundarbansi riikiparkiks. +Mangroove soodused ei ole ainult mangroove soodused, vaid seal on ka osa viimasti jäänud džunglidest, mis kajastasid kunagi Gangetic plaani. +Sundarbansi kajastab 3850 km² piirkonda, millest umbes kolmandikas on vee- või sooalased piirkondades. +Alates 1966. aastast on Sundarbansi looduskaitseala ja arvatakse, et piirkonnas elab nüüd umbes 400 kuningliku Bengali tigri ja umbes 30 000 punapõrgu. +Bussid lahkavad päeva jooksul interrajooni autobussijaamast (jõe üle), kuigi enamik, iseäranis selle, kes suunduvad ida poole ja Jakari/Bumthangi, lahkavad vahel 06:30 ja 07:30. +Kuna interrajoonide autobusid on tihtipeale täis, soovitatakse osta sõnumi paar päeva enne reisimist. +Enamus piirkondad palveb väikeseid Jaapani Coaster Busse, mis on komfortne ja tugevad. +Jagatavad taksid on kiire ja komfortlik viis reisima lähedal asuvatele kohtadele, nagu Parole (Nu 150) ja Punakhale (Nu 200). +Oyapocki jõe silla on kaablikujutud silla. See ümbritseb Oyapocki jõe, ühendades Brasilia linnad Oiapoque ja Saint-Georges de l'Oyapock. +Kahe torni kõrgus on 83 metrit, selle pikkus on 378 metrit ja sellele on kaks 3,50 metrit suurte teede. +Silla all on 15 metrit suur vertikaalne võimalus. Ehitus lõppes 2011. aasta augustis, ei avanud liiklusele enne 2017. aasta märtsi. +Silla on plaanitud kasutada täielikult septembris 2017. aastal, kui oodatakse Lõuna-Ameerika Ühendriikide kaubanduse kontrollipunktide lõppemist. +Guarani olid enim olulised inimeneid, kes elasid tänapäeval Lääne-Paragüait, elades nii nomaadlike jagajate kui ka elanikke, kes kasutasid ka täiendavat põllumajandust. +Chaco piirkondas elas ka teised inimeneid, nagu Guaycurú ja Payaguá, kes elasid jagamisega, kogumisega ja veemisega. +16. sajandil sündis Paraguay, mis oli varem nimetatud „India suurema provintsiga“, tulemuseks Hispaania võitlejate kohtumist kohalikke inimeste kogukondadega. +Hispaanlased alustasid koloniseerimisajast, mis kestis kolme sajandit. +Alates Asuncióni loomist 1537. aastal on Paraguay suutnud säilitada palju oma inimõistetavat karjääri ja isendust. +Argentina tuntakse maailmas ühte parimat polo meeskonnat ja mängijat. +Aasta suurim turniiri toimub detsembris Las Cañitasi poluplatsil. +Samuti on siin võimalik vaadata veidi väiksemad turniirid ja mängud ka teiste aasta aasta jooksul. +Uudistele mängude kohta ja polo mängude karte kauplemise kohta külastage Asociacion Argentina de Polo. +Ametlik Falklandi rahvakas on Falklandi nael (FKP), mille väärtus on võrreldud Ühendkuningriigi naeli (GBP) väärtusele. +Rahast on võimalus vahetada ainu saartel asuvast pankist, mis asub Stanley'is lähedal FIC Westi poodist. +Suurbritannia naelad võetakse tavaliselt kõigis saartel ning Stanley krediitkaardid ja Ameerika Ühendriikide dollarid võetakse samuti tihtipeale. +Väljarannikute saartel ei tõenäoliselt võetakse krediitkardi, kuigi Suurbritannia ja Ameerika Ühendriikide raha võib võetakse; külastage enne reisimist omanikke, et mõista, kas on võetud maksmeetod. +Falklandi valuta vahetamine saarte väljas on peaaegu võimatu, nii et vahetage raha enne saarte lahkumist. +Kuna Montevideo on lõuna põhja poole, on siin suve, kui põhja poole oleva hemisfääri on talve, ja samasugus. +Montevideo asub subtroopil; suvekuudel on tavaliselt +30 °C suuremad temperatuurid. +Talv võib olla väärtuslikult tugev: temperatuurid jõuavad harva korda madalamale kui jääb, kuid tuuled ja tugevus ühenduvad, et tal tundub kõhemat kui termometrit näitavad. +Ei ole eriti „vihma“ ja „kahju“ hooajad: vihmasadus jääb aasta jooksul suhteliselt samaks. +Kuigi paljud parkis elavad loomad on inimesi tavaliselt nägema kasutanud, siis on loodus silmitsi silmitsi villis ja nad ei pea toitma või häirida. +Parki ametivõimude sõnul peate jääma vähemalt 100 jardist/meetrit karistest ja uhest ning 25 jardist/meetrit kõigist muust loomadest! +Olema võib, et nad tunduvad nii rahulikad, kuid isegi bisonid, elgid, jõud, karud ja peaaegu kõik suured loomad võivad rünnata. +Igal aastal vigastavad kümmeid külastajat, kuna nad ei jäänud õigest kaugusele. Need loomad on suured, villad ja võimalikult ohtlikud, seetõttu annage neile oma ruumi. +Lisaks tuleks olema teadlik, et tunned tõmbavad karjad ja muud loomad, nii et vältke odoritest toidu kandmist või valmistamist ning hoia puhta leiri. +Apia on Samoa pealinn. Linn asub Upolu saartel ja elanikke on ligi 40 000 inimest. +Apia loodud oli 1850. aastatel ja on Samoa ametlik pealinn alates 1959. aastast. +Sadamas toimus 1889. aastal sündmus, kui Saksamaa, Ameerika Ühendriigid ja Suurbritannia seitsmendat laevad ei soovinud laevadest lahkuda. +Kõikid laevad ujutati, välja arvatud üks Ühendkuningriigi kriiser. Peetud olid ligi 200 Ameerika ja Saksa elu. +Iseseisvuse võitluse ajal, mille juhtis Mau liikumine, sai linnas rahulikku kogunemise tõttu surma peamine juht Tupua Tamasese Lealofi III. +Aucklandil on paljud rannad, sest see asub kahte lahe üle. Kõige populaarsemad rannad asuvad kolme piirkonnas. +North Shore rannad (Põhja-Harbouri rajoonis) on Vaikse ookeani ja jõuavad Põhja-Harbouri rajoonist Devonporti lõuna poole. +Need on peaaegu kõik sandikad rannad, kus on turvaline ujutamine, ja enamik neist pakuvad põhutukawa puud. +Tamaki Drive rannad on Aucklandi kesklinnas asuvates Mission Bayd ja St Heliersis asuvates tippklassi külaosades. +Need on mõnikord täis tulnud perekonnate rannad, kus rannikul on suur valik kaupade. Ujumine on turvaline. +Põhiline kohalike bira on „Number One“, mis ei ole kompleksne bira, vaid mugav ja rahutav. Teine kohalike bira nimetatakse „Manta“. +Tulnud on palju Prantsusmaa viinid, kuid Uus-Meremaa ja Austraalia viinid võivad lihtsalt paremini reisida. +Kohalik vesi on täiesti turvaline jooga, kuid paketatud vesi on lihtne leida, kui olete hirmu. +Australialaste jaoks on „flat white“ kohvi idee välismaaline. Pikane must on „espresso“, cappuccino tuleb tõstetud piimaga (mitte põrke), ja tee jagatakse ilma piimast. +Kuuma šokoladi tasub Belgia standarditele. Fruktoosijuud on kallid, kuid suurepärased. +Paljud reefi külastusi toimuvad kogu aasta, ning reefil toimuvad väidetõttu vigastused on haruldad. +Siiski, kasutage ametivõimude soovituste ja järgige kõikke tänukeid, samal ajal kasutades suhteliselt tähelepanu ohutuste hoiatuste eesmärgil. +Pöörike medusad elavad lähedal rannikust ja lähedal jõe ujumist 1770 põhja poole oktoobrist aprillini. Nende leidmist võib tähelepanu tähtajal võtta. +Haie on tegelikult olemas, kuid nad rikutavad inimest haruldavasti. Enamik haid on inimest kardavad ja suunduvad põgenema. +Merekrokodiled ei ole ookeanis aktiivselt elavad, nende peamine elupaik on Rockhamptoni põhja poole jõeääre. +Eeldatud reisimine andab reisijale rahutust, et nad saavad oma sihtkohta saabumise pärast mööda. +Reisibürood on tihtipeale lepingud konkreetse hotelliga, kuigi võib olema võimalik reisibüroo kaudu teha teavet teiste tüüpi elamisasutuste, nagu telkimisaluste, võtmist. +Tavaliselt pakuvad reisibürood pakkumised, mis sisaldavad tööpäevajõud, lennu- ja hotellipakkumised või lennu- ja hotellipakkumised, mis on ühendatud. +Nad võivad samuti hoida rezervatsioon teie jaoks, kui peate aega arutama pakkumust või osta teie sihtkohta vajalikke dokumente (näiteks visa). +Mis tahes muudatus või soovitused peaksid jõudma esimesena reisimaklerile ja ei suunduda suunas hotellile. +Mõned festivalid eeldavad, et suur enamus muusikafestivalite külastajate otsustab lehele kampa, ja enamik külastajate peab seda olla oluline osa kogemust. +Kui soovite olema lähedal tegevusele, siis peate saabuma varahommikul, et saada lähedal muusikale telkimisala. +Mäletage, et kuigi põhiküla muusika võib olema lõppunud, võib olla festivali osad, kus muusika mängitakse õhtul lõpuks. +Mõned festivalid pakuvad erilised telkimisalad perekonnatele, kellega on väikeseid laste. +Kui sõidete Põhja-Baltikumit talvel, tuleb kontrollida kabina asukoha, sest jää läbimine põhjustab sellele enamasti mõjutatavate inimeste jaoks väga hirmu tundmatu. +Petersburgi laevakruisid sisaldavad aega linnas. Laevakruise reisijad on võtmata visa nõudetele (kontrollige nõudmised). +Kasinot teevad tavaliselt palju püüdluste, et suurendada küpsiste ja raha kasutamise aega. Okna ja klukid on tavaliselt ebaseadus ja väljakutsed võib olla raske leida. +Nad pakuvad tavaliselt erinevaid toidu-, joogi- ja võistluste pakkumusi, et jääda külastajate tundma ja jääda nad kohale. +Mõned väljakusid pakuvad alkohollike toidu. Samas võib joomine mõjutada arvamust, ja kõikud hea mängijad teavad olukorra sobivust tähtsust. +Kõigil, kes suundub kõrgele põhja- või mägipiirkondadele liikuma, peaks arvestada võimalust lumi, jäät, või jäävad temperatuurid. +Jäätisel ja lõhestel teedel on suhtumine madal ja ei suuda sõita, nagu oleks teed asfaltil. +Tuliõhtude ajal võib piisavalt palju lumi jõudma, mis võib jõudma selle ajal väga vähe aja jooksul. +Nähtavus võib olla piiratud ka lõhestunud või tuuletunud lumi või kondensatsioon või jää auti aknadele. +Sellegipoolest on tugevad ja lumelised tingimused tavalised paljudel riikides ning liiklus jõuab enamasti jõudumata kogu aasta. +Safarid on võib-olla Aafrikas suurim turismiattraktsioon ning paljude külastajate tipppunkt. +Tavapärasel kasutusel viitab sõbralikul sõna „safari“ ülemaa reisimisele, et vaadata Aafrika loodust, eriti savannas. +Mõned loomad, nagu elefantid ja giraffid, tavaliselt lähedavad autode ja standardi varustus võimaldab hea vaade. +Lõhikad, hümmikad ja leopardid on mõnikord vaiksead ja nende nähtamiseks on parem kasutada binokulaarid. +Jalutavad safarid (nimetatakse neid ka bush walkiks, hiking safariks või jalutamiseks) koosnevad jalutamisest, mis võib kestada paar tundi või mitu päeva. +Paraolümpiamängud toimuvad 24. augustist 5. septembrini 2021. Mõned üritused toimuvad mujalt Japanis. +Tokio on ainu Aasia linn, kus on toimunud kaks suveolümpiamängud, sest 1964. aastal on siin toimunud mängud. +Kui olete 2020. aasta lennu- ja majaplaanid eelneval enne püüdluste avaldamist, siis võib olla teie olukorra keeruline. +Tühistuspoliitikad võivad olla erinevad, kuid pärast 31. märtsist on enamik koronavirusest põhjustatud tühistuspoliitikat ei jätkata juulikuus 2020. aastal, kui olümpiamängud oli plaanitud. +Eeldatavasti kulub enamik ürituste karte ¥2 500–¥130 000 vahel, tavapärased karte kulub umbes ¥7 000. +Jalutamine uhkeid vaateid võib aitama need kuivuma. Paljud hotellid pakuvad kasutajatele laenutada jalutamiseks olemasolevad jalutamislaine ja jalutamislaine, isegi siis, kui neil ei ole asukohas. +Kui ei ole kättesaadav, või kui ei soovi oma jalad pöörata, siis võite püüa kasutada, kui on kättesaadav, hairdryerit. +Peate olema varu, et ei saa valmist liiga kuumaks (mis võib põhjustada vähenemist või äärmisel juhtumisel põletamist). +Vesi puhastamiseks on erinevad viisid ja mõned neist on eriti tähtsuslikud erinevaid ohuusi vastu. +Mõnedes piirkondades on võimalik vesi minutiga soojama, teisedes piirkondades on vajalik mitmeid minutit. +Filtrid võivad olla erinevad tulemuslikud, ja kui teil on muretsus, siis peaksid arvestada osta vett väljapressitud pudelist reputatud ettevõtetest. +Reisijad võivad kohta kohaliku piirkonnast ei ole teadlikke loomad. +Nahkhiired võivad tahetada toidu, põhjustada ärritust või põhjustada kõige hullemasel juhtumisel allergiatõttu reaktsioonid, põhjustada kokkupõhjuste levitamist või levitada nakkuseid. +Tavaliselt ei kvalifitseeruvad nakkuseks nakkuseid haigusid või ohtlikud loomad, kes võivad inimestele vägistada või tappida võimeliselt. +Duty-free ostlemine on võimalus osta mugavad, mille eesmärk on maksu- ja tullimaksuvabadus, konkreetsete asutustes. +Reisijad, kes suunduvad riiki, kus on suurt maksu, võivad mõnikord säästama suurt raha summat, iseäranis toidu, nagu alkoholliku toidu ja tabaki. +Marioni punkt ja Fairmonti punkt vahel on Buffalo-Pittsburghi teede kõige raskeimad sõidukord. Seda tee liigub tihtipeale eraldavate metsikeseid maastikku läbi. +Kui ei ole tavapärast sõitmist maanteede poole, siis jääke oma jõukudele: jõuduvad on tõsised, liiged on madalad ja liiged on tõsised. +Postitud kiiruste piirangud on tõenäoliselt madalamad kui eelmiste ja järgmiste sektsioonide — tavaliselt 35-40 miili tunnis (56-64 km/h) — ja nende järgmise täitmist on isegi olulisem kui tavaliselt. +Juhtumiselt on siin mobiltelefoni teenus palju tugevam kui paljudes teede teel, nagu Pennsylvania Wildsis. +Saksa kohvikke on väga hea ja Saksamaal on need väga rikad ja erinevad, samasel viisil kui nende lõunapiiri naabri Austraalia kohvikke. +Tavapärased on marmeladipüüdlid, kus kogu aasta jooksul peetakse marmeladipüüdlitele omeni, ja suve ajal tulevad esimesena kirsubi ja viinikirsubi. +Paljud Saksamaa toiduvalmistused sisaldavad ka mandli, kastanit, ja muid puutnäidet. Tavapärased küpsised soovivad eriti hea suhtes kohviga, mis on tugev. +Kui tahate midagi väikeseid, küllalikkeid ja rikkeid, siis püüdke Berlineri, Pfannkucheni või Krapfenit, mis nimetatakse erinevates piirkondades erinevalt. +Curry on soodus, mille põhinevad kasvad ja magusid, sealhulgas liha või kasvidega. +Curry võib olla nii „kuiv“ kui ka „vett“, nagu palju vett on. +Põhja-India ja Pakistani sisemaa piirkondades kasutatakse jogurti tavaliselt curryde; Lõuna-India ja mõned teiste subkontinenti rannikulised piirkondades kasutatakse tavaliselt kookosliku. +Indoneesia 17 000 saarte valikul on Indoneesia toidu umbrelliterm, mis kajastab riigi üle levinud erinevaid piirkondade toidu. +Kuid kasutades seda ilma täiendavate tähenduste, tähendab sõna tavaliselt Jaga põhja- ja idaosades olnud toidu. +Nüüd on javanike koostööle jõudnud kogu saartel kättesaadav javanike koostöö, mis tähendab kokku lihtsalt maustatud toidu, mille peamine maustamine on javanikele meelitavad põrke, chilli, suhkur (eriti javanike kokossuhkur) ja erinevad aromaatilised maustikud. +Stirrups on jalade toetavad, mis jäävad seda poole, kus jalad jõuavad. +Neil on suurem jõudlust reitjale, kuid nad võivad olla ohutusprobleem, kuna reitja jalgad võivad sellele jääma. +Kui reitja jõuab hobust, kuid jalga jääb sõrmele, võib nad jõudma, kui hobus põgeneb. Selle ohtu vähendamiseks on võimalik võtta kasutusele mitmeid turvalisikuste. +Esimesena kasutavad enamik jalgratturid jalgrattakotid, millel on jalgriist ja lihtne, väga uhke ja kõrge sool. +Järgmiseks pakuvad mõned sedad, eriti Inglismaa sedad, turvalöögi, mis võimaldavad seda, et seda jääb välja, kui seda taotleti tagasi jõuduv reiter. +Cochamó Valley - Tšiili tippkliimingupiirkond, mis tuntakse Lõuna-Ameerikast Yosemiteks, kus on erinevus graniitliku suureste põrdeid ja kivisid. +Tippkõrged sisaldavad tugevad vaade. Kõigest maailmast tulnud kliimajad teevad jätkuvalt uusi reitid selle endiselt võimaluste seas. +Mööda sport, mis sisaldab skitamist ja snowboardimist, on populaarne sport, mille käigus liikuvad inimesed jääde kajastavale maastikule skitide või snowboardide kasutamise tõttu. +Jalutamine on suur tähtsusliku reisimise tegevus, millele on palju innuslikke, kes tavaliselt tuntakse „jälgimängijateks“. Nad plaanivad täielikku puhkusi ümber jalutamisega konkreetse kohta. +Suusõitmise idee on väga vana - 5000 eKr või vanemad on kaevide maalid, mis esitavad suusõitjat! +Sügisõitmine on spordina vähemalt 17. sajandist, ja 1861. aastal avastasid Norraadlased Austraalias esimese rekreatsioonisõitmisklubi. +Möödajõud: See tegevus tuntakse ka tagaajõudiks, tagajõudiks või möödajõudiks. +See on seotud, kuid tavaliselt ei sisalda alpina stiili suusatavat matkamist või mägistamist, mis on tehtud jõhke maastikul ja nõuavad palju tugevamad suusad ja jalakotid. +Arvutage suusõitmise reit võrreldes sama tüüpi matkamisreitiga. +Kõige paremates tingimustes suudate jõudma suhteliselt rohkem kaugusi kui jalutades - kuid ainult väga harva päeva saavad teie kiiruseid kõrgema kui maastikulaste jõud. +Euroopa on väga väikene kontinent, kus on palju iseseisvad riikid. Tavalisel juhtumisel tähendab reisimise mitme riiki läbi, et tuleks külastada visaantud ja passikontrolli mitme korda. +Schengen piirkond kasutab sellest suhtes aga midagi nii, nagu oleks see üks riik. +Kuni jääksite selle piirkonnas, võib tavaliselt ületada piirangud ilma passkontrolli kontrollipunktide läbimist uuesti. +Sellegipoolest ei pea Schengeni viisaga Schengeni liikmede riiki jaoks eraldi viisade taotlemiseks, seetõttu säästudes aega, raha ja tööpakku. +Ei ole üldjuhuline definiitiooni, millele valmistatud asjad on antike. Mõned maksuametid mõeldavad 100 aastat vanemate asjad antikeks. +Definitsioonil on geograafilised erinevused, kus vanusraja võib Põhja-Ameerikas olla madalam kui Euroopas. +Käsitöötootmused võivad olla antike, kuigi nad on nooremad kui sarnased massitootmised tootmed. +Jõukarjatööstus on oluline eluasja saamelaste seas ja kaubanduse ümber kogutud kultuur on oluline ka paljudel teiste tööteate töötajate seas. +Isegi traditsiooniliselt ei ole kõikid saamel osalenud suurmaastikule jõuduhooaja, vaid elanud veemisest, jagamisest ja sarnaseid, kus jõud on peamiselt tööjõud. +Tänapäeval töötavad paljud sámid tänapäevastele töödele. Turism on oluline tulumäär Sápmi, Sámi piirkonnas. +Kuigi sõna „gipsy“ on laia kasutus, iseäranis ei-romantel inimeste seas, peetakse seda tihtipeale põhjustavaks, sest see on seotud negatiivsete stereotüüpidega ja õigustatud romantel inimeste vaatamisega. +Kui riik, mille külastate, jõuab reisimärkusele, võib olema mõjutus ka teie reisikindlustusele või reisikulutuste tagasemärkusele. +Samuti võite soovitada oma valitsuse järel teiste valitsuste nõudlust, kuid nende nõudluste eesmärk on nende kodanikke. +Näiteks võib olla, et Ameerika kodanikud Lõuna-Aafrikas võivad tundma erinevaid situatsioone Euroopa kodanikest või araablastest. +Soovitused on lihtsalt üks maa poliitiline situatsiooni suundumus. +Avaldatud arvamused on tihtipeale ülevaatavad, üldseaduslikud ja lihtsustatud võrreldes veidi rohkem täpsemate teavetega, mis on saadaval mujal. +Tõsine ilmateenistus on üldnimi kõigile ohtlikule ilmateenistusele, mis võivad põhjustada kahjustust, tõsise sotsiaalse raskust või inimese surma. +Tõsised ilmteadused võivad juhtuda kogu maailmas ja neil on erinevad tüüpi, mis võivad rõhutuda geograafiast, topograafiast ja ilmakondadele. +Tugevad tuuled, hagel, liiga suureid vihmasadusi, ja villitõrjed on tüüpi ja tulemused tugeva ilma, nagu on ka tormide, tornadod, vesiõhud ja orkaanid. +Regioonilised ja ajaajalised tugevad ilmufänomenid hõlmavad tugevad tormid, lumiormid, jäätormid ja tuhkutormid. +Reisijatele soovitatakse tähelepanu olla teadlikud oma piirkonnast tulevate tõsise ilmade mõjutusest, sest need võivad mõjutada kõikid reisiplaanid. +Kõigil, kes plaanib külastada riigi, mis võiks olla võitluse piirkonnaks, peaks saama amatlikku treeningut. +Interneti otsing „õhkese keskkonda kursus“ võib tõenäoliselt anda aadressi kohaliku ettevõttest. +Kursus kasutab tavaliselt siin arutatud küsimusi palju rohkem, tavaliselt kasutades praktilist kogemust. +Kursus on tavaliselt 2-5 päeva kestnud ja sellele kuulub tavaliselt rooli mängu, palju enesele abi ja mõnikord vägede treenimine. +Tundmatu jäämisele seotud raamatud ja ajakirjad on tavapärased, kuid sõjavõimu piirkondadele seotud raamatud ja ajakirjad on vähe. +Reisijad, kes plaanivad välismaal seksuumuutuste operatsiooni, peavad kinnitada, et nad kandavad valide dokumendid tagasi reisimiseks. +Valitsuste soovitus avaldada passid, kus pole kirjeldatud suhtumine (X) või dokumente aktualiseerimine nime ja suhtumise vastavaks võib olla erinev. +Välisriikide valitsuste soovitus täita need dokumendid on samuti väga erinevalt. +Samuti on turvakontrollipunktide uurimised pärast 11. septembrist 2001. aastat tõusnud ajast veelgi raskemad. +Eeloperatsioonilised transliikmed peavad ei oodata, et nad lähevad skannerite läbi oma isiklikuse ja täisuuruse säilinud. +Ripikuljed on tagasi jõuduv liiklus, mis tuleb põhjustatud lähtevate lainedest rannast, tavaliselt rannikul või sellest, mis sarnane rannikule. +Veealuse topoloogia põhjustab, et tagajäämine keskendub mõnedesse madalamate sektsioonidele, kus võib muoduda kiir teekond madala vee poole. +Enamik surmade juhtuvad tõttu, kui inimene püüab ujuma tagasi jõudu vastu, mis võib olla võimatu. +Samal ajal kui jääte tänapäeval, ei ole ujumine tagasi enam raske kui tavaliselt. +Püüdke kohale, kus ei jääki tagasi, või nii, kas oma oskusi ja sellele, kas oleks tuvastatud, võib soovida ootama päästetakse. +Taastumissõrme tuleb võrreldes kultuursõrme võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võrreldes võr +Reisijad, kellele oli lihtne ajustada uute kultuuri, võib olla eriti raske ajustada taas oma eesti kultuuri. +Kui naase pärast välisel elamist kodumaale, oleksid soodustunud uute kultuuri ja kaotanud mõned oma kodukultuuri tavad. +Kui sa esimesel välismaal läksid, olid inimene tõenäoliselt õnne ja arutavad, teades, et reisijad uusel riigis peavad soodustada. +Inimeste eesmärk ei ole, et reisijatele on samuti vajalik püüdlust ja arvamus. +Pyramidiline kuul- ja valguste näitus on piirkonnas üks kõige interesantimad asjad lastel. +Pyramidit on võimalik näha õhtul ning enne esinejate algust on neid võimalik näha vaikus. +Tavaliselt kuulad siin tavapäraselt turistide ja kaupmeidest tulnud hääli. Valguse ja hääli lugu on tavapäraselt nagu luguraam. +Sfingus tuleb sündmusena ja räägijana pikkuste lugu jaoks. +Kujutused näitavad pyramidid ja erinevad pyramidid valgustatakse. +1819. aastal leitud Lõuna-Shetlandi saart väidavad mitmed riigid ja neil on enam kui kümnend 2020. aastal aktiivses kasutuses. +Saartekogu asub 120 km põhjapoolest poolsaart. Suurim on kuningas George saart, kus asub Villa Las Estrellas. +Teised hulkaid hõlmavad ka Livingstoni saart ja Deception'i saart, kus aktiivses vulkaanis tulistunud kaldera pakub suurepärase looduskoha. +Ellsworthi maa on piirkond, mis asub Peninsula lõunaosas ja piiratakse Bellingshauseni merega. +Selle poolsaare mägid ühenduvad platoosse, siis taastuvad ja muodavad 360 km pikkuse Ellsworthi mägid, mis on jagatud Minnesota jääajast. +Põhjaosa või Sentinel Range'i kõige kõrgeamad mägid on Antarktika kõige kõrgeamad mägid, Vinson Massif, mille kõrgeus on 4892 metrit. +Põhjustes, kus ei ole mobiiltelefoni kajastus, võib satelliittelefon olla ainu võimalus. +Satelliittelefon ei ole tavaliselt mobiletelefoni asendus, sest peate olema väljakul, et saada satelliitile suhtelisku linna, et helista telefonikõne. +Selle teenus kasutatakse tihtipeale ka laevandusesse, sealhulgas rõõmujõududele, samuti küsimustele, kellele on vajadus kaugele andme- ja hääldetele. +Oma kohaliku telefoniteenuste pakkuja peaks suudma anda rohkem teavet sellest teenuste ühendamise kohta. +Kasvavalt rohkem populaarsemaks valikule on reisimine ja õppimine. +See on eriti populaarne õpilastele, kes lõpetavad õpimist, võttes ühe aasta vabaks enne ülikooli, ilma oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele oma õpilastele o +Paljudes juhtumides võib võõrke võõrke-aasta kursusele võttumine välismaal tegelikult parandada teie võimalusi oma riigi kõrgema haridusele liikuda. +Tavaliselt on nende haridusprogrammi seotud õpilaskulud. +Suomi on suure veetõrje kohaline. „Tuhat järve maa“ on samuti tuhandeid saarte, nii järvedes kui rannikuline arhipelagos. +Arhipelagosel ja järvadel ei õigusti vaja jahte. +Kuigi rannikuline saartiklaas ja suurimad järved on tegelikult suur, pakuvad nad erinevat kogemust ka väiksematele laevatele või isegi kajakile. +Jahutamine on Suurbritannia rahvusliku huvitus, kus on iga seitsmend või kaheksa inimese jaoks ühe laev. +Sellele vastavad Norra, Rootsi ja Uus-Meremaa, kuid muudu on see väga erinev (näiteks Hollandis on see üks kuni neli). +Enamik Balti kriiside eeldavad Põhja-Vene pealinnas Sankti-Peterburgis pikemat külastust. +See tähendab, et saate külastada ajaloolist linna paar päeva võrra ja ööbida laevas. +Kui kasutate ainult laevanduslikke külastusi, ei vaja eraldise visa (2009. aastast). +Mõned laevad kajastavad brošüüridel Saksamaa põhjapealinn Berliini. Kui vaadata korti üle, siis ei ole Berliini lähedal mere ja linnakülastus ei kuulu laevakulude hindaga. +Lennu reisimine võib olla õhtlik kogemus kõigile vanustele ja taustele inimestele, eriti kui nad ei ole enne lennanud või on kogunenud traumatilist tapahtumist. +See ei ole midagi, mille püüdmata oleks: see ei ole erinev sellele, mida paljud inimesed on. +Mõnele võib aidata õhkese kasutamise ja lennu ajal toimuvat asja kohta teadmist, et võtta üle kartu, mis on põhjustatud teadmata või ei-kontrolli. +Kurjeritele maksatakse kiiresti asjad jõudmise eest hästi palju. Tihtipeale on väga oluline aeg äri-dokumentide, kaupade või varaosade kohta kiiresti toimivatele reparatsidele. +Mõnedi reedele on suuremad ettevõtted oma lennukid, kuid teiste reedele ja väikeemate ettevõttedel oli probleem. +Kui nad saadavad asjad õhukuljetuse kaudu, võib mõnedi reitidel olla võtnud päevaid, et saada asjad lahkumisel ja kaubandusasutusel läbi. +Sellega, et saada seda kiiremini, oli ainu võimalus saata seda kontrollivõrra. Lennuettevõtete reeglid ei lubanud neile saada võrra ilma reisija, mis on seal, kus tuleks teie kasutus. +Lihtne viis lennata esimeses või äriklassis on maksta palju raha õiguse eest (või paremini, kasutada oma ettevõtet, kes seda teeb teie jaoks). +Küll aga ei tule halvaks: tavapärasel viisil võib oodata maksta kuni neli korda tavapärase majandusliku farmi ja kümme korda esimese klassi farmi! +Üldjuhul ei ole midagi väärtus, kui otsitakse B-le suunduvate lennude äri- või esimese klassi sõidukoha hindade kohta. +Lennuettevõtjad tundavad tõenäoliselt, et on olemas tähtis rühma lennukitele, kes on valmis maksta tipptööriigi, et saada siia kiiresti ja komfortlikult, ja selle eesmärk jaotavad seetõttu. +Moldova pealinn on Chişinău. Kohalik keel on romaani keel, kuid Venemaa keel on levinud kasutus. +Moldova on rahvusvaheline riik, mis on kaotanud etnise konflikti tõttu. +1994. aastal põhjustas see konflikt Transnistria Vabariigi loomist Lääne-Moldovas, kus on oma valitsus ja rahvusvahetus, kuid mis tahes ÜRO riik ei tunnista. +Politilised läbirääkimised ebaõnnestumises ehitatud majanduslikke suhted on uuesti taastatud nende kahe osa vahel Moldovas. +Moldova peamine usu on ortodoksi kristlus. +İzmir on Türgi kolmandat kõige suurem linna, kus elab umbes 3,7 miljonit inimest, teine suurim sadam pärast Istanbulit ja väga hea transportikeskus. +Kuna vana linna oli Smyrna, on see nüüd tänapäevane, arendatud ja täiskasvanud kaupmehekeskus, mis asub suurese lahe ümber ja jääb mägide ümber. +Suureid tänavad, põhjustatud lahutud ehitused ja tänavad keskusid on täidetud traditsiooniliste punase klaasi katused, 18. sajandi turg, vanad moskeed ja kirikud, kuigi linnal on ilm, mis on rohkem Võrra-Euroopa kui traditsioonilist Türgi. +Küla Haldarsvík pakub vaade lähedal asuvast saart Eysturoost ja on ebatavaline oktogooniline kirik. +Kogukonnas on märkimisväärseid marmori skulpteeritud lindud mõnedest haudade ümber. +Ainula 30 minutit on väärtus sõidma luguva küla jooksul. +Põhja poole ja lihtsalt lähedal on romantiline ja fascinövõimeline linn Sintra, mis tuli välismaalastele kuulsusele pärast Lord Byroni kirjeldust linnast. +Scotturb Bus 403 liigub tavaliselt Sintra poole, pausides Cabo da Roca. +Samuti põhja poole võite külastada suur Fatima Püha Neitse kirik (Shrine), kus toimusid maailma tuntud Mariana ilmumised. +Tähelepanu, et külastate tegelikult massikalmist haudikoha, samuti koha, mille tähendus on peaaegu arvutamata maailma rahvahulgale. +Siin elavad endiselt paljud mehed ja naised, kes on selle aja jäänud elu, ning palju rohkem, kes on olnud siin oma sõbrad, kes oli tapetud või töötud surma, juudid ja ei-juudid. +Kasutage veebile täielikku tähtsuse, tõsisuse ja tähelepanu, mida sellele soovitakse. Ei lõhke Holokausti või natside kohta. +Ei märkike või õhutage graffitike eesmärkkevate struktuure. +Barcelona ametlikud keeled on katalaani keel ja hispaania keel. Umbes poole soovivad rääkida katalaani keel, suur enamus mõistab seda ja peaaegu kõik teavad hispaania keelt. +Kuid enamik tähted on tähistatud ainult katalaanis, sest see on seaduslikult esimene ametlik keel. +Samuti kasutatakse Hispaania keel ka avalikul transpordil ja teiste asutustes. +Metroon teavitatakse regulaarselt ainult katalaaniksi, kuid ei plaanitud katastroofid teavitatakse automatiseeritud järjestuse kaudu erinevalt keelest, sealhulgas hispaanika, inglise, prantsuse, araabika ja jaapani keelest. +Pariisi inimesed on tuntud olla egoistlikud, õelised ja arrogantsed. +Kuigi tegemist on tihtipeale väärtuslikku stereotüübi, on Pariisis parim viis, et kasutada oma paremat käitumist ja käituma nagu inimene, kes on „bien élevé“ (tõeliselt kasutatud). See teeb liikumist palju lihtsamaks. +Pariisi elanikud ulatused kaduvad kiiresti, kui näite nende jaoks mõned tavapärased kohtlemisviisid. +Plitvicesuu rahvuspark on tõsiselt metsikas, peamiselt tammega, nõgela ja firsiga, ja sisaldab seoses Alpina ja mediteraanilist kasvust. +Sellele on märkimisväärselt suur valik põllukogukondade, seetõttu, et seal on erinevad mikrokliimad, erinevad maad ja erinevad kõrgused. +Alal elavad ka äärmiselt suur valik loomade ja linnute tüüpi. +Siin leidakse haruldusliku loodusi nagu Euroopa punane karu, uks, orel, õhusöögi, soomusöögi, villikat ja kokkulepp, lisaks palju tavapäraseid loodusi +Koos kloostrite külastamises on naistele nõutud, et nad kasutavad suknaid, mis peavad juba kajastada, ja nad peavad ka olla oma sõrme kajastatud. +Enamikud kloostrid pakuvad naistele, kes tulevad valmistatud, aga kui tuleks oma oma, eriti väikeseid värvi, siis saab sõna kloostri püha või nunna sisemel. +Samas liinis on mehele vajalik oma jalgid kajastada oma jalgid kajastavate püüdlite kasutamine. +Sellest saab ka võtta eeskonna varastusse, kuid seda rüüa ei puhastata pärast iga kasutajat, nii et võib olla, et soovitakse neid sukna ei soovitakse. Meeste jaoks on üks suurus kõigile! +Mallorca küünimine, nagu ka sarnaseid piirkondade küünimine, põhjustatakse leibi, põllukultuuri ja liha (eriti sika), ning kasutatakse olivaölu kogu küünimisel. +Suve ajal on Pa amb Oli lihtne populaarne õhtusöök: leib, oliivõõrke, tomaat ja õigest saadavad lõhkeid, nagu kohvi, tuuna, etc. +Kõik inimõnned, sealhulgas sõna Sie teie jaoks, alustavad alati pealkirjaga, isegi sõnade keskel. +See on oluline viis, et eraldada mõned verbid ja objektid. +Samuti võib selle kasutamine väidetavalt lihtsamaks lugemiseks, kuigi kirjutamine on sellest tõenäoliselt keeruline, kuna on vajalik teada, kas on kasutatud verbi või adjektiiv substantiviseeritud vormis. +Itali keeli hääletus on suhteliselt lihtne, sest enamus sõnade hääletatakse täpselt nii, kui need kirjutatakse +Peale tähele jäävad kirjad c ja g, sest nende tähendamine võib võrreldes järgmiste võõbliku suhtes vahetada. +Samuti tähelepanu, et r ja rr tähendaks erinevalt: caro tähendab armastatud, samal ajal kui carro tähendab karri. +Persi keel on suhteliselt lihtne ja peamiselt tavapärase grammatika. +Seetõttu aitab selle grammatikaülesane lüüa palju Persia keele grammatikast ja paremini mõista fraaseid. +Tõenäoliselt, kui te teate romantilist keelt, on portúgalist keele õpimine teile lihtsam. +Samuti võivad inimesed, kes teavad väga vähe hispaania keelt, kiiresti põhjustada, et portúgal keel on lähedalt nii lähedane, et seda ei pea eraldi õppida. +Enneajastised observatoorid on tavaliselt tänapäeval vanustatud ja jäävad muuseumideks või õppekohadeks. +Kuna nende kõrbes oli valguspõllus ei olnud sama probleem, kui on tänapäeval, asuvad nad tavaliselt linnades või kampusides, mis on lihtsamad leida kui tänapäeval ehitatud. +Enamik tänapäevate uuringute teleskoope on suurteid asutusi, mis asuvad piirkondades, kus on edukas ilmakond. +Cherry blossomi vaatamine, mis tuntakse hanami, on osa Jaapani kultuuri alates 8. sajandist. +Selle idee põhjustas Hiina, kus oli valikusele valitud tulipuu viinipuu. +Japanis toimusid esimesed kirsubiimipartid aina ainult keisri ja keisri kohalike ariisto liikmete jaoks. +Taimed näitavad oma parimad, kui nad on looduslikus elukeskkonnas, nii et vastu jätkatakse seda lootust, et lahendada isegi ainult üks taim. +Kui külastate ametlikult ehitatud aed, siis saab isegi selle kogemise tõttu eemaldatud olema, ilma räägimist. +Singapur on tavaliselt äärmiselt turvaline koht ja väga lihtne navigeerimiseks, ja saad ostma peaaegu midagi pärast selle saabumist. +Kuid olema „kõrge troopikaudu“ vaid paar graadi põhja poole põhjapoolest, siis tuleb olema valmis nii kuumusele (igal ajal) kui ka tugevale päikesele (kui taeva on avatud, vähem tavaliselt). +Samuti on paarid bussid, mis suunduvad Hebroni põhja poole, mis on traditsiooniline haudipaik Biblliastel patriarhide Abrahamile, Isaakile, Jaakobile ja nende naistele. +Kontrollige, kas autobus, mille tahate kasutada, suundub Hebroni ja ei lihtsalt Kiryat Arba lähedal asuvale juudiasutusele. +Sisemerevede võib olla hea teem, mille põhjal püsida puhkuse. +Näiteks külastades Loire valla, Rein valla või külastades Danübiga või Erie kanaliga jõuduvad interesivad linnad. +Nad mõeldavad ka populaarsete jalgrattide ja jalgrattide reitid. +Jõul on kristluse üks tähtsamad pühendid ja tähistatakse selleks Jeesuse sündumispäevaks. +Paljud pühapäevast seotud traditsioonid on võtnud kasutuse ka kristlikke riikide ja maailma kogu pühapäevast ei usuvad inimeste seas. +On traditsioon, et jätkata püha öö valmistatud punktis, et näha päikese tõusu. +Tõenäoliselt on sellest traditsioonist ka kristlikud teoloogilised selgitused, kuid see võib olla ka enne kristluse ajal toimunud kevad ja plodusrituaal. +Enamikud traditsioonilised kirikud püüavad pühapäeva õhtul pühaöö, kui pühapäeva jooksul on pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäeva õhtul pühapäe +Kõikid loomad, kes tavaliselt saabusid saartele, tulid siia sukeldes, lendades või ujutades. +Kontinentilt pikkuse tõttu ei suutnud nahkhiired Galapagose reisimist teha, seega on suurte nahkhiirde reisimine Galapagose peamine loodusliikumine. +Pärast inimese Galapagose saabumist on sellele saarelle tulnud paljud loomad, sealhulgas naelad, hobused, naudid, rottad, koed ja koerad. +Kui külastate Arktika või Antarktika piirkondade talvel, siis saate koguda polaaröögi, mis tähendab, et päike ei tõusu üle horizonti. +See pakub hea võimalus vaadata Aurora borealisi, kuna taeva on õhtul ja õhtul tähtiselt tume. +Kuna piirkondad on madalad inimesed, ei ole selle tõttu tavaliselt probleem, siis saad samuti naudida tähtedest. +Jaapani töökultuur on rohkem hierarhiline ja formaalne kui läänelastele tavaliselt kasutatakse. +Suud on tavapärased äriattiread, ja töökaaslased kutsuvad üksteiseid oma perekonnanime või tööteate nimetel. +Töökohta soodus on oluline, tähendades rühma töö eelkõige enam kui inimese oma saavutuste kiitamist. +Töötajad peavad tihtipeale saada oma ülemate nõust, enne kui nad mõjutavad midagi, ning nad peavad järgida oma ülemate nõudmiste ilma küsimuste. diff --git a/test-en-et.bleu b/test-en-et.bleu new file mode 100644 index 0000000000000000000000000000000000000000..9c3a04240f7eaf15660e24d2b0ed399d566f30f5 --- /dev/null +++ b/test-en-et.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 10.60 38.9/14.4/6.8/3.3 (BP = 1.000 ratio = 1.079 hyp_len = 21346 ref_len = 19788) diff --git a/test-en-et.comet b/test-en-et.comet new file mode 100644 index 0000000000000000000000000000000000000000..6aa5129704762f06a81ab58c19d5a89a5e120210 --- /dev/null +++ b/test-en-et.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 0 score: 0.6917 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 1 score: 0.9072 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 2 score: 0.8976 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 3 score: 0.7238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 4 score: 0.7958 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 5 score: 0.6163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 6 score: 0.8761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 7 score: 0.7087 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 8 score: 0.8642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 9 score: 0.6864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 10 score: 0.6056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 11 score: 0.7718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 12 score: 0.8744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 13 score: 0.8735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 14 score: 0.5883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 15 score: 0.6268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 16 score: 0.6255 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 17 score: 0.9224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 18 score: 0.7811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 19 score: 0.7614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 20 score: 0.7208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 21 score: 0.7399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 22 score: 0.4999 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 23 score: 0.8124 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 24 score: 0.8977 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 25 score: 0.7211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 26 score: 0.8037 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 27 score: 0.7771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 28 score: 0.6596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 29 score: 0.7021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 30 score: 0.2855 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 31 score: 0.5972 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 32 score: 0.6029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 33 score: 0.9248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 34 score: 0.9410 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 35 score: 0.8469 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 36 score: 0.8079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 37 score: 0.7723 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 38 score: 0.7663 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 39 score: 0.8710 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 40 score: 0.6981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 41 score: 0.9420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 42 score: 0.7220 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 43 score: 0.9107 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 44 score: 0.7585 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 45 score: 0.7648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 46 score: 0.7259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 47 score: 0.8687 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 48 score: 0.5741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 49 score: 0.6222 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 50 score: 0.9180 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 51 score: 0.9346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 52 score: 0.7897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 53 score: 0.5750 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 54 score: 0.9188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 55 score: 0.7871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 56 score: 0.7131 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 57 score: 0.6351 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 58 score: 0.7306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 59 score: 0.4565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 60 score: 0.6370 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 61 score: 0.6211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 62 score: 0.5027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 63 score: 0.6726 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 64 score: 0.7352 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 65 score: 0.6390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 66 score: 0.7369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 67 score: 0.6347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 68 score: 0.8968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 69 score: 0.6144 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 70 score: 0.6845 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 71 score: 0.7338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 72 score: 0.7219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 73 score: 0.6363 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 74 score: 0.7184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 75 score: 0.8155 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 76 score: 0.9181 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 77 score: 0.8201 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 78 score: 0.7854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 79 score: 0.9399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 80 score: 0.7183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 81 score: 0.8647 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 82 score: 0.5817 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 83 score: 0.6593 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 84 score: 0.6013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 85 score: 0.8477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 86 score: 0.6399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 87 score: 0.7461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 88 score: 0.9223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 89 score: 0.6262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 90 score: 0.7765 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 91 score: 0.6480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 92 score: 0.7511 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 93 score: 0.7732 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 94 score: 0.8241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 95 score: 0.9258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 96 score: 0.9409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 97 score: 0.7970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 98 score: 0.4747 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 99 score: 0.8925 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 100 score: 0.9017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 101 score: 0.8461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 102 score: 0.7508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 103 score: 0.7551 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 104 score: 0.8449 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 105 score: 0.7860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 106 score: 0.9288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 107 score: 0.7468 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 108 score: 0.6754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 109 score: 0.8989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 110 score: 0.8436 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 111 score: 0.8795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 112 score: 0.9495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 113 score: 0.8942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 114 score: 0.6908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 115 score: 0.8396 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 116 score: 0.8686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 117 score: 0.7236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 118 score: 0.9604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 119 score: 0.8807 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 120 score: 0.6374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 121 score: 0.9310 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 122 score: 0.9165 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 123 score: 0.8685 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 124 score: 0.7226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 125 score: 0.7288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 126 score: 0.8132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 127 score: 0.6028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 128 score: 0.8336 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 129 score: 0.5875 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 130 score: 0.7035 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 131 score: 0.7677 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 132 score: 0.8889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 133 score: 0.8959 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 134 score: 0.8382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 135 score: 0.5246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 136 score: 0.9616 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 137 score: 0.7458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 138 score: 0.5271 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 139 score: 0.4177 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 140 score: 0.6652 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 141 score: 0.9204 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 142 score: 0.7426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 143 score: 0.6845 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 144 score: 0.9084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 145 score: 0.7125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 146 score: 0.9037 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 147 score: 0.8046 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 148 score: 0.8112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 149 score: 0.8291 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 150 score: 0.7474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 151 score: 0.8545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 152 score: 0.6267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 153 score: 0.6290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 154 score: 0.6586 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 155 score: 0.8841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 156 score: 0.7045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 157 score: 0.7446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 158 score: 0.8845 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 159 score: 0.7462 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 160 score: 0.5539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 161 score: 0.7863 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 162 score: 0.6690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 163 score: 0.8300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 164 score: 0.8534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 165 score: 0.6798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 166 score: 0.7646 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 167 score: 0.7901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 168 score: 0.7344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 169 score: 0.7328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 170 score: 0.6337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 171 score: 0.8896 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 172 score: 0.5359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 173 score: 0.9076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 174 score: 0.8159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 175 score: 0.6415 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 176 score: 0.7528 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 177 score: 0.8059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 178 score: 0.6133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 179 score: 0.8538 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 180 score: 0.9114 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 181 score: 0.8802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 182 score: 0.7910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 183 score: 0.9010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 184 score: 0.7411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 185 score: 0.8433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 186 score: 0.8776 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 187 score: 0.6357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 188 score: 0.8001 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 189 score: 0.8850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 190 score: 0.6126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 191 score: 0.8928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 192 score: 0.7015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 193 score: 0.8091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 194 score: 0.9188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 195 score: 0.5777 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 196 score: 0.7238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 197 score: 0.6157 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 198 score: 0.8430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 199 score: 0.6834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 200 score: 0.8009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 201 score: 0.6679 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 202 score: 0.5715 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 203 score: 0.6547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 204 score: 0.2211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 205 score: 0.6264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 206 score: 0.8192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 207 score: 0.2718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 208 score: 0.2451 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 209 score: 0.8870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 210 score: 0.9344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 211 score: 0.9382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 212 score: 0.7538 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 213 score: 0.7248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 214 score: 0.6897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 215 score: 0.5448 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 216 score: 0.9414 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 217 score: 0.8519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 218 score: 0.8549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 219 score: 0.8362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 220 score: 0.9136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 221 score: 0.8813 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 222 score: 0.9172 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 223 score: 0.8387 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 224 score: 0.9264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 225 score: 0.9496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 226 score: 0.8245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 227 score: 0.6983 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 228 score: 0.6923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 229 score: 0.7702 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 230 score: 0.9729 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 231 score: 0.9058 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 232 score: 0.6889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 233 score: 0.8916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 234 score: 0.7416 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 235 score: 0.7221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 236 score: 0.8884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 237 score: 0.7565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 238 score: 0.9078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 239 score: 0.8259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 240 score: 0.5494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 241 score: 0.5185 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 242 score: 0.8855 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 243 score: 0.5744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 244 score: 0.5718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 245 score: 0.8110 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 246 score: 0.6849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 247 score: 0.5900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 248 score: 0.6257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 249 score: 0.9089 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 250 score: 0.8471 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 251 score: 0.6293 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 252 score: 0.8527 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 253 score: 0.4982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 254 score: 0.5653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 255 score: 0.8942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 256 score: 0.8235 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 257 score: 0.4851 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 258 score: 0.7732 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 259 score: 0.5512 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 260 score: 0.9291 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 261 score: 0.7283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 262 score: 0.8784 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 263 score: 0.6633 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 264 score: 0.7297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 265 score: 0.7296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 266 score: 0.8380 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 267 score: 0.8167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 268 score: 0.9432 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 269 score: 0.7674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 270 score: 0.7390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 271 score: 0.5640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 272 score: 0.7642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 273 score: 0.7360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 274 score: 0.6334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 275 score: 0.1847 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 276 score: 0.5492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 277 score: 0.9097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 278 score: 0.7245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 279 score: 0.9101 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 280 score: 0.8353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 281 score: 0.5579 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 282 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 283 score: 0.5042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 284 score: 0.4635 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 285 score: 0.9486 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 286 score: 0.9165 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 287 score: 0.5249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 288 score: 0.9103 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 289 score: 0.2268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 290 score: 0.8816 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 291 score: 0.7236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 292 score: 0.8399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 293 score: 0.7806 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 294 score: 0.4919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 295 score: 0.6713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 296 score: 0.6950 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 297 score: 0.8749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 298 score: 0.6973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 299 score: 0.7613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 300 score: 0.8743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 301 score: 0.7966 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 302 score: 0.8499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 303 score: 0.9105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 304 score: 0.7630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 305 score: 0.8307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 306 score: 0.9401 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 307 score: 0.8877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 308 score: 0.9564 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 309 score: 0.7772 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 310 score: 0.5237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 311 score: 0.5538 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 312 score: 0.9349 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 313 score: 0.6828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 314 score: 0.9604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 315 score: 0.9287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 316 score: 0.7791 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 317 score: 0.7787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 318 score: 0.7238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 319 score: 0.5540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 320 score: 0.7121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 321 score: 0.7044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 322 score: 0.6628 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 323 score: 0.8983 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 324 score: 0.9535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 325 score: 0.8678 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 326 score: 0.5777 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 327 score: 0.5594 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 328 score: 0.8983 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 329 score: 0.6791 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 330 score: 0.6491 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 331 score: 0.8167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 332 score: 0.7684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 333 score: 0.5581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 334 score: 0.9593 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 335 score: 0.7518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 336 score: 0.7774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 337 score: 0.6093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 338 score: 0.5717 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 339 score: 0.9215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 340 score: 0.6671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 341 score: 0.4575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 342 score: 0.4200 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 343 score: 0.7413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 344 score: 0.7108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 345 score: 0.5425 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 346 score: 0.7276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 347 score: 0.9244 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 348 score: 0.5272 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 349 score: 0.5351 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 350 score: 0.8369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 351 score: 0.5171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 352 score: 0.8053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 353 score: 0.7836 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 354 score: 0.6553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 355 score: 0.6233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 356 score: 0.5875 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 357 score: 0.8962 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 358 score: 0.7581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 359 score: 0.5827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 360 score: 0.6410 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 361 score: 0.7443 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 362 score: 0.6647 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 363 score: 0.4773 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 364 score: 0.7043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 365 score: 0.7074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 366 score: 0.5560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 367 score: 0.8718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 368 score: 0.6104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 369 score: 0.6420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 370 score: 0.5711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 371 score: 0.4717 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 372 score: 0.7550 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 373 score: 0.7550 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 374 score: 0.7880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 375 score: 0.6920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 376 score: 0.6296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 377 score: 0.9184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 378 score: 0.4588 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 379 score: 0.7136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 380 score: 0.5593 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 381 score: 0.8564 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 382 score: 0.5643 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 383 score: 0.4623 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 384 score: 0.7425 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 385 score: 0.7403 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 386 score: 0.6108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 387 score: 0.7041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 388 score: 0.4487 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 389 score: 0.8038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 390 score: 0.5640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 391 score: 0.7578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 392 score: 0.8100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 393 score: 0.6456 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 394 score: 0.8696 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 395 score: 0.8782 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 396 score: 0.7887 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 397 score: 0.8820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 398 score: 0.6327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 399 score: 0.9302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 400 score: 0.9225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 401 score: 0.7307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 402 score: 0.8504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 403 score: 0.5815 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 404 score: 0.4863 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 405 score: 0.8826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 406 score: 0.8357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 407 score: 0.7001 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 408 score: 0.9413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 409 score: 0.8855 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 410 score: 0.7643 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 411 score: 0.3309 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 412 score: 0.7254 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 413 score: 0.8459 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 414 score: 0.6842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 415 score: 0.6955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 416 score: 0.8549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 417 score: 0.7614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 418 score: 0.9189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 419 score: 0.8246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 420 score: 0.6518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 421 score: 0.9012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 422 score: 0.6477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 423 score: 0.7838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 424 score: 0.6765 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 425 score: 0.8986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 426 score: 0.8414 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 427 score: 0.8761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 428 score: 0.9322 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 429 score: 0.9721 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 430 score: 0.8314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 431 score: 0.8464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 432 score: 0.6602 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 433 score: 0.6533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 434 score: 0.7929 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 435 score: 0.5804 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 436 score: 0.5642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 437 score: 0.7555 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 438 score: 0.9393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 439 score: 0.8268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 440 score: 0.7715 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 441 score: 0.7710 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 442 score: 0.8339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 443 score: 0.8557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 444 score: 0.7214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 445 score: 0.6910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 446 score: 0.7023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 447 score: 0.6288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 448 score: 0.9350 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 449 score: 0.6684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 450 score: 0.7160 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 451 score: 0.7891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 452 score: 0.6348 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 453 score: 0.7978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 454 score: 0.7779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 455 score: 0.9206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 456 score: 0.6547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 457 score: 0.6074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 458 score: 0.6735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 459 score: 0.5287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 460 score: 0.7725 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 461 score: 0.6106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 462 score: 0.5859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 463 score: 0.6648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 464 score: 0.7802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 465 score: 0.8438 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 466 score: 0.7751 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 467 score: 0.4510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 468 score: 0.4848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 469 score: 0.5392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 470 score: 0.5286 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 471 score: 0.6241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 472 score: 0.6709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 473 score: 0.5120 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 474 score: 0.6369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 475 score: 0.8032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 476 score: 0.7697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 477 score: 0.7774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 478 score: 0.9390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 479 score: 0.8775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 480 score: 0.4904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 481 score: 0.5831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 482 score: 0.8215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 483 score: 0.5354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 484 score: 0.7841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 485 score: 0.6558 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 486 score: 0.9221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 487 score: 0.6603 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 488 score: 0.9209 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 489 score: 0.6818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 490 score: 0.6265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 491 score: 0.9302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 492 score: 0.9502 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 493 score: 0.6272 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 494 score: 0.7711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 495 score: 0.5168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 496 score: 0.9092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 497 score: 0.6399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 498 score: 0.7144 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 499 score: 0.5669 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 500 score: 0.9429 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 501 score: 0.8697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 502 score: 0.8880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 503 score: 0.5328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 504 score: 0.6437 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 505 score: 0.5113 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 506 score: 0.5941 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 507 score: 0.5644 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 508 score: 0.5295 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 509 score: 0.8383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 510 score: 0.5496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 511 score: 0.2473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 512 score: 0.4597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 513 score: 0.5261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 514 score: 0.5168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 515 score: 0.9187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 516 score: 0.6086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 517 score: 0.9477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 518 score: 0.7251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 519 score: 0.9259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 520 score: 0.8626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 521 score: 0.8496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 522 score: 0.5844 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 523 score: 0.7304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 524 score: 0.9304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 525 score: 0.6495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 526 score: 0.7848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 527 score: 0.6154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 528 score: 0.7600 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 529 score: 0.6376 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 530 score: 0.5235 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 531 score: 0.6987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 532 score: 0.5189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 533 score: 0.6048 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 534 score: 0.5321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 535 score: 0.4166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 536 score: 0.6015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 537 score: 0.5298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 538 score: 0.6541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 539 score: 0.6195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 540 score: 0.7005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 541 score: 0.7772 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 542 score: 0.7660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 543 score: 0.8185 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 544 score: 0.7450 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 545 score: 0.9638 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 546 score: 0.7633 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 547 score: 0.8689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 548 score: 0.6232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 549 score: 0.8741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 550 score: 0.6898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 551 score: 0.7596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 552 score: 0.9009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 553 score: 0.8196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 554 score: 0.6523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 555 score: 0.5433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 556 score: 0.5468 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 557 score: 0.5905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 558 score: 0.6175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 559 score: 0.2143 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 560 score: 0.7384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 561 score: 0.7846 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 562 score: 0.9005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 563 score: 0.4347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 564 score: 0.8149 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 565 score: 0.7118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 566 score: 0.6614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 567 score: 0.7910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 568 score: 0.6716 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 569 score: 0.7827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 570 score: 0.8564 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 571 score: 0.8227 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 572 score: 0.7918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 573 score: 0.9162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 574 score: 0.9368 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 575 score: 0.5520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 576 score: 0.7291 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 577 score: 0.8447 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 578 score: 0.9030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 579 score: 0.5596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 580 score: 0.6424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 581 score: 0.6235 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 582 score: 0.7356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 583 score: 0.6178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 584 score: 0.3789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 585 score: 0.8927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 586 score: 0.8625 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 587 score: 0.9339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 588 score: 0.6868 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 589 score: 0.7857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 590 score: 0.7712 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 591 score: 0.7907 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 592 score: 0.2779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 593 score: 0.9161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 594 score: 0.8189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 595 score: 0.5050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 596 score: 0.5532 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 597 score: 0.7745 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 598 score: 0.5411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 599 score: 0.8461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 600 score: 0.8095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 601 score: 0.7931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 602 score: 0.6987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 603 score: 0.5574 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 604 score: 0.7324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 605 score: 0.8210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 606 score: 0.8344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 607 score: 0.5951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 608 score: 0.6559 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 609 score: 0.6768 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 610 score: 0.8086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 611 score: 0.9199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 612 score: 0.8741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 613 score: 0.8366 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 614 score: 0.9335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 615 score: 0.5428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 616 score: 0.5901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 617 score: 0.8527 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 618 score: 0.6291 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 619 score: 0.5348 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 620 score: 0.5709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 621 score: 0.4522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 622 score: 0.8223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 623 score: 0.7141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 624 score: 0.6390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 625 score: 0.9304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 626 score: 0.9356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 627 score: 0.9308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 628 score: 0.9140 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 629 score: 0.9041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 630 score: 0.8445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 631 score: 0.9105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 632 score: 0.9522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 633 score: 0.8566 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 634 score: 0.9277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 635 score: 0.8926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 636 score: 0.8930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 637 score: 0.6369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 638 score: 0.7425 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 639 score: 0.8733 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 640 score: 0.6775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 641 score: 0.9249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 642 score: 0.7632 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 643 score: 0.3677 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 644 score: 0.4263 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 645 score: 0.6059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 646 score: 0.8806 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 647 score: 0.8456 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 648 score: 0.7075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 649 score: 0.5200 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 650 score: 0.8904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 651 score: 0.7627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 652 score: 0.4534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 653 score: 0.1876 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 654 score: 0.8161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 655 score: 0.7031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 656 score: 0.8381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 657 score: 0.8307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 658 score: 0.6198 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 659 score: 0.5782 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 660 score: 0.6659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 661 score: 0.8959 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 662 score: 0.9571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 663 score: 0.8402 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 664 score: 0.8465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 665 score: 0.8205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 666 score: 0.8671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 667 score: 0.8127 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 668 score: 0.9159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 669 score: 0.6972 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 670 score: 0.7240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 671 score: 0.9450 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 672 score: 0.9032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 673 score: 0.8291 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 674 score: 0.8405 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 675 score: 0.8876 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 676 score: 0.9512 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 677 score: 0.9260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 678 score: 0.6126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 679 score: 0.8261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 680 score: 0.5671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 681 score: 0.9557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 682 score: 0.9189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 683 score: 0.7734 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 684 score: 0.8836 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 685 score: 0.8845 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 686 score: 0.7763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 687 score: 0.7824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 688 score: 0.9240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 689 score: 0.5236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 690 score: 0.8718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 691 score: 0.7941 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 692 score: 0.9205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 693 score: 0.6686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 694 score: 0.7227 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 695 score: 0.5098 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 696 score: 0.7508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 697 score: 0.6964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 698 score: 0.5859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 699 score: 0.8353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 700 score: 0.7290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 701 score: 0.6897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 702 score: 0.8257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 703 score: 0.7319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 704 score: 0.4512 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 705 score: 0.8205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 706 score: 0.5041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 707 score: 0.5442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 708 score: 0.8368 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 709 score: 0.9116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 710 score: 0.7965 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 711 score: 0.6857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 712 score: 0.9230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 713 score: 0.8408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 714 score: 0.7888 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 715 score: 0.5703 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 716 score: 0.8872 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 717 score: 0.7708 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 718 score: 0.8794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 719 score: 0.5414 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 720 score: 0.6251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 721 score: 0.8424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 722 score: 0.6957 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 723 score: 0.8822 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 724 score: 0.8940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 725 score: 0.8651 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 726 score: 0.8256 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 727 score: 0.7652 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 728 score: 0.5091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 729 score: 0.7806 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 730 score: 0.5598 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 731 score: 0.8416 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 732 score: 0.8408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 733 score: 0.9211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 734 score: 0.5785 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 735 score: 0.7429 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 736 score: 0.9333 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 737 score: 0.7811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 738 score: 0.8820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 739 score: 0.6715 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 740 score: 0.9156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 741 score: 0.7054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 742 score: 0.7802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 743 score: 0.8110 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 744 score: 0.8639 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 745 score: 0.6085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 746 score: 0.6933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 747 score: 0.8569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 748 score: 0.9689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 749 score: 0.8350 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 750 score: 0.7427 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 751 score: 0.9053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 752 score: 0.6716 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 753 score: 0.7725 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 754 score: 0.9330 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 755 score: 0.7098 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 756 score: 0.8181 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 757 score: 0.6739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 758 score: 0.9640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 759 score: 0.5899 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 760 score: 0.9273 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 761 score: 0.6325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 762 score: 0.7891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 763 score: 0.5130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 764 score: 0.7975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 765 score: 0.8187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 766 score: 0.7272 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 767 score: 0.6311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 768 score: 0.9502 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 769 score: 0.9507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 770 score: 0.6273 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 771 score: 0.5880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 772 score: 0.8639 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 773 score: 0.9015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 774 score: 0.8210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 775 score: 0.7862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 776 score: 0.8121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 777 score: 0.7439 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 778 score: 0.7846 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 779 score: 0.6960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 780 score: 0.6547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 781 score: 0.7531 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 782 score: 0.7052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 783 score: 0.5932 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 784 score: 0.6514 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 785 score: 0.5739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 786 score: 0.6317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 787 score: 0.8836 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 788 score: 0.5496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 789 score: 0.8489 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 790 score: 0.7846 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 791 score: 0.8470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 792 score: 0.8654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 793 score: 0.5830 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 794 score: 0.8913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 795 score: 0.7245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 796 score: 0.9552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 797 score: 0.6552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 798 score: 0.6395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 799 score: 0.5082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 800 score: 0.6804 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 801 score: 0.6114 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 802 score: 0.7171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 803 score: 0.5792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 804 score: 0.5572 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 805 score: 0.7084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 806 score: 0.7812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 807 score: 0.9551 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 808 score: 0.7244 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 809 score: 0.6585 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 810 score: 0.8778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 811 score: 0.8018 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 812 score: 0.9301 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 813 score: 0.8744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 814 score: 0.4909 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 815 score: 0.6402 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 816 score: 0.7619 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 817 score: 0.4754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 818 score: 0.5839 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 819 score: 0.6337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 820 score: 0.8921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 821 score: 0.7331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 822 score: 0.7381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 823 score: 0.5911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 824 score: 0.6497 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 825 score: 0.6387 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 826 score: 0.7174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 827 score: 0.6774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 828 score: 0.7594 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 829 score: 0.3518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 830 score: 0.7986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 831 score: 0.7468 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 832 score: 0.7440 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 833 score: 0.6403 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 834 score: 0.6579 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 835 score: 0.7107 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 836 score: 0.5194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 837 score: 0.6902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 838 score: 0.7890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 839 score: 0.7391 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 840 score: 0.5699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 841 score: 0.5629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 842 score: 0.4220 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 843 score: 0.6639 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 844 score: 0.5635 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 845 score: 0.6060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 846 score: 0.4628 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 847 score: 0.6283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 848 score: 0.4822 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 849 score: 0.6445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 850 score: 0.6321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 851 score: 0.8471 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 852 score: 0.8278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 853 score: 0.3967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 854 score: 0.8083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 855 score: 0.6832 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 856 score: 0.5614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 857 score: 0.8582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 858 score: 0.8346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 859 score: 0.8993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 860 score: 0.6994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 861 score: 0.5903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 862 score: 0.7625 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 863 score: 0.8657 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 864 score: 0.7180 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 865 score: 0.4653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 866 score: 0.7656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 867 score: 0.5675 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 868 score: 0.7766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 869 score: 0.6878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 870 score: 0.8095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 871 score: 0.6687 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 872 score: 0.8334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 873 score: 0.7568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 874 score: 0.5681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 875 score: 0.6866 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 876 score: 0.8613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 877 score: 0.8081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 878 score: 0.8007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 879 score: 0.7705 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 880 score: 0.8691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 881 score: 0.8903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 882 score: 0.8360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 883 score: 0.7256 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 884 score: 0.6569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 885 score: 0.9036 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 886 score: 0.8348 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 887 score: 0.5341 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 888 score: 0.5828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 889 score: 0.6202 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 890 score: 0.7223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 891 score: 0.6193 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 892 score: 0.4563 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 893 score: 0.1950 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 894 score: 0.6913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 895 score: 0.6990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 896 score: 0.5194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 897 score: 0.4122 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 898 score: 0.8852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 899 score: 0.7102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 900 score: 0.8645 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 901 score: 0.5588 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 902 score: 0.5664 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 903 score: 0.5950 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 904 score: 0.8991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 905 score: 0.8321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 906 score: 0.9318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 907 score: 0.6594 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 908 score: 0.8821 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 909 score: 0.8101 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 910 score: 0.7204 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 911 score: 0.5481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 912 score: 0.8969 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 913 score: 0.7117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 914 score: 0.3208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 915 score: 0.7814 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 916 score: 0.6139 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 917 score: 0.6597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 918 score: 0.6027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 919 score: 0.6882 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 920 score: 0.6192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 921 score: 0.8528 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 922 score: 0.5116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 923 score: 0.8218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 924 score: 0.6632 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 925 score: 0.6371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 926 score: 0.5981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 927 score: 0.4652 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 928 score: 0.5424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 929 score: 0.7611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 930 score: 0.6373 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 931 score: 0.6702 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 932 score: 0.5437 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 933 score: 0.8272 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 934 score: 0.6084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 935 score: 0.5842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 936 score: 0.5686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 937 score: 0.9384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 938 score: 0.6633 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 939 score: 0.8977 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 940 score: 0.7141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 941 score: 0.7435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 942 score: 0.9377 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 943 score: 0.7671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 944 score: 0.6861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 945 score: 0.7234 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 946 score: 0.7267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 947 score: 0.4153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 948 score: 0.8431 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 949 score: 0.9138 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 950 score: 0.8592 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 951 score: 0.7414 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 952 score: 0.6042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 953 score: 0.5226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 954 score: 0.4548 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 955 score: 0.9304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 956 score: 0.9152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 957 score: 0.8664 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 958 score: 0.7587 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 959 score: 0.9001 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 960 score: 0.6621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 961 score: 0.4939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 962 score: 0.6052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 963 score: 0.7331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 964 score: 0.8943 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 965 score: 0.6269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 966 score: 0.4944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 967 score: 0.4998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 968 score: 0.3734 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 969 score: 0.5039 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 970 score: 0.4578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 971 score: 0.5464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 972 score: 0.5162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 973 score: 0.8697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 974 score: 0.7367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 975 score: 0.6402 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 976 score: 0.5342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 977 score: 0.6736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 978 score: 0.8787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 979 score: 0.6773 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 980 score: 0.8331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 981 score: 0.6912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 982 score: 0.9264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 983 score: 0.6318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 984 score: 0.7556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 985 score: 0.9175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 986 score: 0.6545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 987 score: 0.7350 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 988 score: 0.5216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 989 score: 0.4759 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 990 score: 0.8493 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 991 score: 0.6830 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 992 score: 0.8265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 993 score: 0.8435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 994 score: 0.5484 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 995 score: 0.5382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 996 score: 0.4858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 997 score: 0.9057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 998 score: 0.7862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 999 score: 0.6819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 1000 score: 0.9325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 1001 score: 0.2749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 1002 score: 0.8960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 1003 score: 0.6211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 1004 score: 0.7554 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 1005 score: 0.8922 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 1006 score: 0.7660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 1007 score: 0.4708 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 1008 score: 0.9078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 1009 score: 0.6757 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 1010 score: 0.5676 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et Segment 1011 score: 0.7207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-et score: 0.7301 diff --git a/test-en-fi b/test-en-fi new file mode 100644 index 0000000000000000000000000000000000000000..db552acb4fddbb4ff3ad1373af9d7b0b128c439d --- /dev/null +++ b/test-en-fi @@ -0,0 +1,1012 @@ +“Meillä on nyt neljän kuukauden vanhoja rottia, jotka olivat aiemmin diabetikkoja”, hän lisäsi. +Dr. Ehud Ur, lääketieteen professori Dalhousie-yliopistosta Halifaxissa Nova Scotiassa ja Kanadan diabetesliiton klinisen ja tieteellisen osaston puheenjohtaja varoitti, että tutkimus on vielä varhaisessa vaiheessa. +Kuten monet muut asiantuntijat, hän on epäluottavainen siitä, voidaanko diabetes parantaa. Hän huomauttaa, että tulokset eivät ole merkityksellisiä joillekin, jotka ovat jo saaneet tyypin 1 diabetin. +Maanantaina Sara Danius, Ruotsin akatemian kirjallisuuden Nobel-komitean pysyvä sihteeri, ilmoitti julkisesti Sveriges Radion radio-ohjelmassa, että komitea oli luopunut pyrkimyksistään päästä Bob Dylaniin suoraan, kun se ei ollut saanut häntä koskaan puhelimeen. +Danius sanoi: "Tällä hetkellä emme ole tehneet mitään. Olen soittanut ja lähettänyt sähköposteja hänen lähimpään työtoveriinsa ja saanut hyvin ystävällisiä vastauksia. Tällä hetkellä se on varmasti riittävä." +Aiemmin Ringin toimitusjohtaja Jamie Siminoff sanoi, että yhtiö aloitti, kun hänen oviään ei kuulunut hänen garagissa sijaitsevasta kaupasta. +Hän kertoi rakentaneensa WiFi-kellon oveen. +Siminoff kertoi, että myynti kasvoi sen jälkeen, kun hän esiintyi vuonna 2013 Shark Tank -sarjan jaksossa, jossa ohjelman tuomaristo kieltäytyi rahoittamasta startup-yritystä. +Vuoden 2017 lopussa Siminoff esiintyi ostoskanava QVC:llä. +Ring myös sovitti oikeusjuttunsa kilpailevan turvallisuusyhtiön, ADT Corporationin, kanssa. +Vaikka yksi kokeellinen rokote näyttää pystyvän vähentämään Ebolan kuolonuhrilukua, ei ole olemassa mitään selkeästi osoitettua lääkettä, joka olisi sovellettavissa olemassa olevaan tartunnalle. +Yksi antibioottikokteeli, ZMapp, osoittautui aluksi lupaavaksi kentällä, mutta viralliset tutkimukset osoittivat, että se ei ollut yhtä hyödyllinen kuin toivottu kuoleman estämisessä. +PALM-kokeessa ZMapp oli kontrolli, eli tutkijat käyttivät sitä pohjana ja vertasivat kolmea muuta hoitoa siihen. +USA Gymnastics tukee Yhdysvaltain olympiakomitean kirjettä ja hyväksyy täysin olympialaisten perheen tarpeen tehdä kaikille urheilijoillemme turvallinen ympäristö. +Olemme samaa mieltä kuin Yhdysvaltain olympiakomitean kanssa siitä, että urheilijoiden, seurojen ja heidän urheilulajiensa etuja voidaan paremmin toteuttaa siinä, että jatketaan merkityksellistä muutosta järjestössämme, eikä erottamisesta. +USA Gymnastics tukee riippumatonta tutkintaa, joka saattaa paljastaa, kuinka Larry Nassaria kuvailemasta väkivaltaisuudesta saattoi jäädä huomaamatta niin pitkään, ja hyväksyy kaikki tarpeelliset ja oikeutetut muutokset. +USA Gymnastics ja Yhdysvaltain olympiakomitea pyrkivät samaan tavoitteeseen: tehdä gymnastiikan ja muiden urheilulajien harjoittaminen mahdollisimman turvallisena, positiivisena ja voimakkaana. +1960-luvulla Brzezinski työskenteli John F. Kennedyn neuvonantajana ja sitten Lyndon B. Johnsonin hallinnon aikana. +Vuoden 1976 vaalien aikana hän neuvoi Carteria ulkopolitiikassa, ja vuosina 1977–1981 hän toimi kansallisen turvallisuusneuvonantajana (NSA) Kissingerin seuraajana. +NSA:n johdossa hän auttoi Carteria diplomaattisesti käsittelemään maailman asioita, kuten Camp Davidin sopimukset vuonna 1978; Yhdysvaltojen ja Kiinan suhteiden normalisoiminen 1970-luvun lopulla; Iranin vallankumous, joka johti Iranin panttivankikriisiin vuonna 1979; ja Neuvostoliiton hyökkäys Afganistaniin vuonna 1979. +Elokuva, jossa esiintyvät Ryan Gosling ja Emma Stone, sai ehdokkuuksia kaikissa tärkeimmissä kategorioissa. +Gosling sai parhaan miesnäyttelijän ehdokkuuden ja Stone parhaan naisnäyttelijän ehdokkuuden. +Toiset ehdokkaat ovat parhaan elokuvan, ohjaajan, kuvauksen, puvustuksen, leikusuunnittelun, leikkauksen, alkuperäisen musiikin, tuotantosuunnittelun, äänituksen, äänimixin ja alkuperäisen käsikirjoituksen ehdokkaat. +Kaksi elokuvan kappaleista, Audition (The Fools Who Dream) ja City of Stars, sai parhaan alkuperäiskappaleen ehdokkuuden. Lionsgate-studio sai 26 ehdokkuutta, enemmän kuin kukaan muu studio. +Yhdysvaltain presidentti Donald Trump ilmoitti sunnuntain myöhäisiltä iltapäiviltä tiedottajan välityksellä, että Yhdysvaltain joukot poistuvat Syyriasta. +Annoussa tehtiin sen jälkeen, kun Trump oli puhunut puhelussa Turkin presidentti Recep Tayyip Erdoğanin kanssa. +Turkkilaiset myös ottavat haltuunsa vangittujen ISIS-sotilaiden vartioimisen, josta Euroopan maat ovat kieltäneet. +Tämä ei vain vahvista, että ainakin jotkin dinosaurukset olivat höyhenpeitteisiä, teoriaa, joka on jo laajalti levinnyt, vaan kertoo myös asioita, joita fossiilit eivät yleensä voi kertoa, kuten väriä ja kolmiulotteisuutta. +Tiedemiehet sanovat, että eläimen höyhenpeite oli päältä punertava ja alaosa vaalea tai karotenoideilla värjätty. +Löytö antaa myös tietoa lintujen höyhien kehityksestä. +Koska dinosaurusten höyhenillä ei ole hyvin kehittynyt varrenosa, jota kutsutaan rachiksiksi, vaan niillä on muita höyhenominaisuuksia, kuten karvoja ja karvoituksia, tutkijat päättivät, että rachis oli todennäköisesti myöhempi evoluution kehitys, joka johtui näistä muista ominaisuuksista. +Siippujen rakenne viittaa siihen, että niitä ei ole käytetty lentoon, vaan lämpötilan säätelyyn tai esittelyyn. Tutkijat ehdottivat, että vaikka kyseessä on nuoren dinosaurusten häntä, näytteessä on aikuisten linnun höyhenpeite, eikä kuori. +Tutkijat ehdottivat, että vaikka kyseessä on nuoren dinosaurun häntä, näytteessä on aikuisten linnun höyhenpeite, eikä kuori. +Autopommi räjähti poliisin päämajassa Gaziantepissa Turkissa eilen aamulla ja tappoi kaksi poliisia ja loukkaisi yli 20 muuta ihmistä. +Kuvernöörin toimisto kertoi, että 19 loukkaantuneesta oli poliiseja. +Poliisi sanoi, että he epäilevät ISIL:n (Daesh) jäsenen olleen vastuussa hyökkäyksestä. +He löysivät, että aurinko toimii samoilla perustavoilla kuin muutkin tähdet: Aurinkokunnan kaikkien tähtien aktiivisuus johtuu heidän valonvoimakkuudestaan, pyörimisliikkeestään ja muusta mitättömästä. +Luminositeetti ja pyörimisnopeus käytetään yhdessä, jotta voidaan määrätä tähden Rossby-luku, joka on yhteydessä plasmavirtoihin. +Jos Rossby-luku on pienempi, tähti on vähemmän aktiivinen magneettikentän vaihtelujen suhteen. +Matkallaan Iwasaki joutui usein ongelmiin. +Häntä ryöstettiin merirosvojen toimesta, hän joutui hyökkäykseen tiibetiläisen koiran kanssa, pakeni avioliitosta Nepalissa ja pidätettiin Intiassa. +802.11n-standardi toimii sekä 2,4 GHz:n että 5 GHz:n taajuudella. +Tämä mahdollistaa sen yhteensopivuuden 802.11a-, 802.11b- ja 802.11g-standardien kanssa, jos tutka on kaksipuolinen. +802.11n-teknologian nopeudet ovat huomattavasti suurempia kuin edeltäjiensä, ja niiden teoreettinen maksiminopeus on 600 Mbit/s. +Duvall, joka on naimisissa ja hänellä on kaksi aikuista lasta, ei tehnyt suurta vaikutusta Millerille, jolle tarina kerrottiin. +Kun häneltä kysyttiin kommenttia, Miller sanoi: "Mike puhuu paljon kuulemisessa... olin valmistautumassa, joten en kuullut hänen sanomistaan." +“Yritämme vähentää hiilidioksidin päästöjä kansantuotteen yksikkö kohtaan merkittävästi vuoteen 2020 mennessä vuoden 2005 tasosta”, Hu sanoi. +Hän ei asettanut lukumäärää leikkauksille, sanoen, että ne perustuvat Kiinan taloudelliseen tuotantoon. +Hu kehotti kehitysmaita "välttämään vanhan tavan, jonka mukaan saastetaan ensin ja puhdistetaan myöhemmin". +Hän lisäsi, että "heidän ei kuitenkaan pitäisi kuitenkaan pyydetä ottamaan vastaan velvollisuuksia, jotka ylittäisivät heidän kehitysvaiheensa, vastuullisuutensa ja mahdollisuutensa." +Irakin tutkimusryhmä esitti raporttinsa tänään kello 12.00 Iso-Britannian aikaa. +Se varoittaa, ettei kukaan voi vakuuttaa, että mikä tahansa toimenpide Irakissa tällä hetkellä pysäyttää uskonnollisia konflikteja, kasvavaa väkivaltaisuutta tai siirtymistä kohti kaaosta. +Raporti alkaa kehotuksella avoimesta keskustelusta ja konsensuksen muodostamisesta Yhdysvalloissa Keski-Aasian suhteen. +Raportti on hyvin kriittinen lähes kaikesta nykyisestä hallituksen Irakin suhteen käytettävästä politiikasta, ja se kehottaa välitöntä suunnanvaihtoa. +Ensimmäinen sen 78 ehdotuksesta on, että uusi diplomaattinen aloite pitäisi ottaa ennen vuodenvaihdetta, jotta Irakin rajat voitaisiin turvata vihamielisiltä puuttumisilta ja että diplomaattiset suhteet voitaisiin uudelleen perustaa naapurimaiden kanssa. +Nykyinen senaattori ja Argentiinan ensimmäinen nainen Cristina Fernandez de Kirchner ilmoitti eilen iltapäivällä presidenttiehdokkuudestaan La Platassa, 50 kilometrin (31 mailin) päässä Buenos Airesista sijaitsevassa kaupungissa. +Kirchner ilmoitti pyrkivänsä presidentiksi Argentiinan teatterissa, samassa paikassa, jossa hän aloitti vuoden 2005 senaatin vaalikampanjansa Buenos Airesin maakunnan edustajiston jäsenenä. +Keskustelu sai alkunsa kiistelyssä siitä, kuinka paljon rahoitetaan avustustoimia ja uudelleenrakennustöitä hurrikaani Katrinan jälkeen. Jotkin talouskonservatiivit ovat leikkisesti kutsuneet asiaa "Bush'n uudeksi New Orleans -sopimukseksi". +Vapaiden demokraattien arvostelu uudelleenrakennusyrityksestä on keskittynyt siihen, että uudelleenrakennusjärjestelyissä on jaettu sopimuksia Washingtonin sisäpiiriläisille. +Yli neljä miljoonaa ihmistä kävi Roomassa hautajaisissa. +Paikalla oli niin paljon ihmisiä, että ei ollut mahdollista, että kaikki olisivat päässeet hautajaisiin Pietarin torilla. +Useita suuria televisioita asennettiin eri puolille Roomaa, jotta ihmiset voisivat katsoa seremoniaa. +Monissa muissa italialaisissa kaupungeissa ja muualla maailmassa, erityisesti Puolassa, tehtiin samankaltaisia asentoja, joita katsottiin paljon ihmisiä. +Historiantutkijat ovat arvostelleet aikaisempia FBI-poliittisia päätöksiä siitä, että ne ovat keskittäneet resurssit helposti ratkaistaviin tapauksiin, erityisesti varastetun auton tapauksiin. Tämän tarkoituksena oli parantaa viraston menestysprosentti. +Kongressi alkoi rahoittaa obscenity-ohjelmaa vuoden 2005 budjetissa ja määräsi, että FBI:n on käytettävä 10 agenttia aikuisille pornografialle. +Robin Uthappa teki ottelun korkeimman lyöntipisteen, 70 juoksua 41 lyöntiä vastaan 11 neljän ja 2 kuuden lyönnillä. +Keskiosan lyöjät Sachin Tendulkar ja Rahul Dravid pelasivat hyvin ja tekivät sadan juoksujen yhteistyön. +Mutta hävittyään kapteenin löytöpallon Intia vain teki 36 juoksua menettäen 7 löytöpalloa, joten ottelu päättyi. +Yhdysvaltain presidentti George W. Bush saapui Singaporiin 16. marraskuuta aamulla aloittaen viikon kestävän Aasian-kiertueensa. +Häntä tervehti Singaporen varapääministeri Wong Kan Seng, ja hän keskusteli kaupankäynnin ja terrorismin kysymyksistä Singaporen pääministerin Lee Hsien Loongin kanssa. +Viikon kestäneiden välivaalien tappioiden jälkeen Bush kertoi yleisölle Aasian kaupankäynnin laajentumisesta. +Pääministeri Stephen Harper on suostunut lähettämään hallituksen "puhtaan ilman lain" valiokuntaan ennen toista lukukierrosta sen jälkeen, kun hän tapasi NDP:n johtajan Jack Laytonin 25 minuuttia kestäneellä tapaamisella PMO:ssa tiistaina. +Layton pyysi muutoksia konservatiivien ympäristölakiin tapaamisessa pääministerin kanssa ja pyysi "tarkkaa ja täydellistä uudelleenkirjoitusta" konservatiivipuolueen ympäristölaista. +Tasmanian osavaltion hallitus ja osa liittovaltion edustajiston jäsenistä ovat arvostelleet liittovaltion hallitusta siitä lähtien, kun liittovaltio on ottanut Merseyn sairaalan rahoituksen haltuunsa Devonportissa Tasmaniassa. Tämä on heidän mielestään poliittinen tempaus ennen marraskuussa pidettävää liittovaltion vaaleja. +Pääministeri John Howard on kuitenkin sanonut, että tämä laki oli vain tarkoitettu suojelemaan sairaalan laitteita Tasmanian hallituksen mahdollisilta alamääräyksiltä lisäämällä 45 miljoonaa Australian dollaria. +Viimeisimmän tiedotteen mukaan merenpinta osoitti, että tsunami oli syntynyt. Tsunamia oli havaittavissa lähellä Pago Pagoa ja Niuea. +Tongassa ei ole ilmoitettu merkittäviä vahinkoja tai loukkaantumisia, mutta sähköt olivat hetkellisesti poikki, mikä esti Tongan viranomaisia saamasta PTWC:n antamaa tsunamivaroitusta. +14 koulua Hawaiissa, jotka sijaitsevat tai ovat lähellä rannikkoja, oli suljettu koko keskiviikkona, vaikka varoitukset oli poistettu. +Yhdysvaltain presidentti George W. Bush tervehti ilmoitusta. +Bushin tiedottaja Gordon Johndroe sanoi Pohjois-Korean lupauksen olevan "suuri askel kohti Korean niemimaan todistettavaa riisumista ydinaseista". +Atlantilainen hurrikaanikauden kymmenes nimetty myrsky, subtrooppinen myrsky Jerry, syntyi Atlantin valtamerellä tänään. +Kansallinen hurrikaanikeskus (NHC) sanoo, että tällä hetkellä Jerry ei ole uhkaa maalle. +Yhdysvaltain armeijan insinöörit arvioivat, että 15 senttimetrin sademäärä saattaa aiheuttaa aiemmin vaurioituneiden patojen ylityksen. +9. vaalipiirissä, jossa joki tulvi jopa 6,1 metrin korkeuteen hurrikaani Katrinan aikana, on tällä hetkellä rinnan korkeudella, koska lähellä oleva pato on ylittynyt. +Vesi on purkautunut jokeen 30 metriä leveässä osuudessa. +Kansalliskokouksen hallintoon kuuluva Adam Cuerden ilmaisi tyytymättömyyttään poistuksista, kun hän puhui Wikinewsille viime kuussa. +“Hän [Wales] valehteli meille alusta saakka. Ensin näytti siltä, että hän oli tehnyt sen laillisista syistä. Toisena hän näytti kuunnelleensa meitä aina kuvien poistamiseen asti.” +Yhteisön ärsyyntyminen johti nykyisiin yrityksiin laatia sivustolle, joka sisältää miljoonia avoimilla lisensseillä julkaistua mediallista sisältöä, sääntöä seksuaalisesta sisällöstä. +Työ tehtiin pääosin teoreettisena, mutta ohjelma kirjoitettiin simuloimaan Sagittariuksen galaksiin tehtyjä havaintoja. +Tavoittelemansa vaikutuksen joukkue halusi saada aikaan pimeän aineen ja pimeän aineen vaikutuksen välillä. +Kuten kuu vaikuttaa voimakkaasti maahan aiheuttaen vuorokausia, niin myös Vesikko vaikuttaa voimakkaasti Sagittariuksen galaksiin. +Tutkijat pääsivät johtopäätökseen, että pimeää ainetta vaikuttaa pimeää ainetta samaan tapaan kuin normaalia ainetta. +Tämä teoria sanoo, että suurin osa galaksien ympäristössä olevasta pimeästä aineesta sijaitsee galaksien ympäröimässä halossa, ja se koostuu paljon pienistä hiukkasista. +Television uutisraportit osoittavat valkoista savua tehtaasta. +Paikalliset viranomaiset varoittavat lähialueen asukkaita pysymään sisällä, poistumaan ilman tuulilaitteista ja ennemminkään juoma kranavettä. +Japanin säätiön mukaan radioaktiiviset cesium ja johtimet ovat havaittuja tehtaalla. +Viranomaiset arvelevat, että tämä viittaa siihen, että paikalla sijaitsevat uraaninpolttoaineen sisältävät säiliöt ovat rikkoutuneet ja vuotavat. +Tohtori Tony Moll löysi erittäin resistentin tuberkuloosin (XDR-TB) Etelä-Afrikan KwaZulu-Natalin alueelta. +Haastattelussa hän sanoi uuden variantin olevan "erittäin huolestuttava ja pelottava sen vuoksi, että kuolleisuusprosentti on erittäin korkea". +Jotkut potilaat saattavat olla saaneet tartunnan sairaalassa, Moll luulee, ja ainakin kaksi heistä oli sairaalan henkilökuntaa. +Yhden vuoden aikana tartunnan saanut saattaa tartuttaa 10–15 läheistä ystäväänsä. +XDR-tuberkuloosin osuus koko tuberkuloosin sairastuneista ihmisistä kuitenkin näyttää edelleen olevan alhainen; 6 000 ihmisestä 330 000:sta, jotka sairastuvat tällä hetkellä Etelä-Afrikassa. +Molemmat satelliitit painoivat yli 1 000 naulaa, ja niiden nopeus oli noin 17 500 mailia tunnissa. Ne törmäsivät 491 mailia maan yläpuolella. +Tutkijat sanovat törmäyksen aiheuttaman räjähdyksen olleen valtava. +He ovat edelleen yrittämässä selvittää, kuinka suuri on törmäys ja miten se vaikuttaa Maahan. +Yhdysvaltain puolustusministeriön Strategic Command -osasto seuraa törmäyksen jäänteitä. +Analyysin tulokset julkaistaan julkisella verkkosivustolla. +Ohion viranomaiset kertovat, että lääkäri, joka työskenteli Pittsburghin lastensairaalassa Pennsylvanian osavaltiossa, joutuu syytteeseen täydellisestä murhasta sen jälkeen, kun hänen äitinsä löydettiin kuolleena autonsa matkataskussa keskiviikkona. +Tohtori Malar Balasubramanian, 29, löydettiin Blue Ashissa Ohion osavaltiossa, noin 25 kilometrin päässä Cincinnatista. Hän oli makaamassa maassa tien vieressä T-paidassa ja alusvaatteissa. Hän oli ilmeisesti voimakkaasti lääkityksellä. +Hän ohjasi viranomaisia 500 jalan päähän sijaitsevaan mustaan Oldsmobile Intrigue -autoonsa. +Siellä he löysivät 53-vuotiaan Saroja Balasubramanian ruumiin, joka oli peitetty veressä olevilla peiteillä. +Poliisi sanoi, että ruumis oli ollut paikalla noin päivän ajan. +Ensimmäiset tautitapaukset tulivat ilmoille heinäkuun lopussa. +Sairaus leviää sikojen välityksellä ja leviää ihmisille moskiitoiden välityksellä. +Tilanne on johtanut siihen, että Intian hallitus on ottanut käyttöön toimenpiteitä, kuten lepakoiden pyydystämisen tärkeissä alueissa, tuhansien moskitoverhojen jakamisen ja pesticidejä käyttämisen. +Hallitus on luvannut myös useita miljoonia annosta encefalitisrokotteita, jotka auttavat terveysvirastoja valmistautumaan ensi vuoteen. +Suunnitelmat rokotteiden toimittamisesta historiallisesti vaikuttuneimpiin alueisiin tällä vuodella viivästyivät rahoituksen puutteesta ja alhaisesta prioriteetista verrattuna muihin sairauksiin. +Vuonna 1956 Słania muutti Ruotsiin, ja kolme vuotta myöhemmin hän aloitti työnsä Ruotsin postin palveluksessa ja tuli sen päägraafiksi. +Hän valmisti yli 1 000 postimerkkiä Ruotsille ja 28 muulle maalle. +Hänen työnsä on niin arvostettua ja tarkkaa, että hän on yksi harvoista "tavaramerkeistä" filatelistien keskuudessa. Jotkut erikoistuvat keräämään hänen töönsä yksinomaan. +Hänen 1 000. postimerkkinsä oli David Klöcker Ehrenstrahlin teos Ruotsalaiskuninkaiden suuret teot vuodelta 2000, joka on Guinnessin ennätysten kirjassa. +Hän osallistui myös useiden maiden setelien valmistamiseen. Hänen viimeisin työnsä on esimerkiksi Kanadan uusien 5 ja 100 dollarin setelien etupuolella olevat pääministerin kuvat. +Onnettomuus tapahtui, ja Gibson siirrettiin sairaalaan, mutta hän kuoli pian sen jälkeen. +64-vuotias kuorma-auton kuljettaja ei loukkaantunut törmäyksessä. +Auton itse poistettiin onnettomuuspaikalta noin kello 12.00 Iso-Britannian aikaa samana päivänä. +Henkilö, joka työskentelee garagissa lähellä onnettomuuspaikkaa, kertoi: "Lasten oli odottamassa tietä ylittämässä, ja kaikki huusivat ja itkesivät." +He kaikki juoksivat takaisin onnettomuuspaikalle. +Muita aiheita Bali-kokouksen ohjelmassa ovat muun muassa maailman jäljellä olevien metsien säilyttäminen ja teknologian jakaminen kehittyvien maiden käyttöön, jotta nämä voisivat kasvattaa itsensä puhtaammin. +Yhdistyneet kansakunnat toivoo myös saavansa valmiiksi sijoitusrahastoja, jotka voisivat auttaa maailmanlaajuisen lämpenemisen aiheuttamien vaikutusten kanssa kamppailevia maita. +Rahoja voitaisiin käyttää tulvariskeisiin taloihin, parempaan vesihallintoon ja viljanviljelyn monipuolistamiseen. +Fluke kirjoitti, että jotkin pyrkivät epäonnistuneesti estämään naisia puhumasta naisten terveydestä. +Hän päätyi tähän johtopäätökseen monien positiivisten kommenttien ja kannustavien viestien perusteella, jotka hänelle lähetettiin sekä naisilta että miehiltä. +Kun taistelu päättyi, kun haavoittuneet oli kuljetettu sairaalaan, noin 40 vankia, jotka eivät olleet haavoittuneita, pysyivät pihalla ja kieltäytyivät palaamasta omiin sellonsa. +Neuvottelijat yrittivät korjata tilannetta, mutta vankien vaatimukset eivät ole selviä. +Vankilan pihalla kello 10-11 iltapäivällä paikallista aikaa alkoi tulipalo, jonka sytyttivät vangit. +Silloin poliisit, jotka olivat varustautuneet mellakkavarustuksella, tulivat pihalle ja karkottivat vangit kyynelkaasulla. +Pelastuspalvelun miehistöt saivat lopulta tulipalon sammumaan kello 23.35. +Vuonna 1963 rakennetun patoamuksen ansiosta sadekaudella tapahtuneet tulvat, jotka levittäisivät sedimenttejä joen läpi, pysähtyivät. +Tämä sedimentti oli välttämätöntä, jotta saatiin luoda hiekkarantoja ja rantoja, jotka toimivat villieläinten lepopaikkoina. +Tämän seurauksena kaksi kalalajia on hävinnyt ja kaksi muuta on uhanalaisia, mukaan lukien humpukala. +Vaikka vedenpinta nousee vain muutamia jalkaa tulvien jälkeen, viranomaiset toivovat, että se riittää restauroimaan joen alajuoksen tuhoutuneet hiekkarannat. +Tsunamivaroituksen ei ole annettu, ja Jakartan maanjäristysviraston mukaan tsunamivaroituksen ei ole annettu, koska maanjäristys ei ole täyttänyt 6,5 magnitudin vaatimusta. +Vaikka tsunamin uhka ei ollut olemassa, asukkaat alkoivat hysteeröidä ja alkoivat lähteä yrityksistään ja kodeistaan. +Viimeisessä esityksessään Winfrey itki, mutta hän teki selväksi faneilleen, että hän tulee takaisin. +“Tämä ei ole lähtö. Tämä on yksi luku lopussa ja uusi luku alussa.” +Namibian presidentinvaalien ja parlamenttivaalien lopulliset tulokset ovat osoittaneet, että nykyinen presidentti Hifikepunye Pohamba on valittu suurella enemmistöllä. +Hallitseva puolue, Etelä-Afrikan kansanpuolue (SWAPO), voitti myös enemmistön parlamentin vaaleissa. +Koalition joukot ja afganistanilaiset sotilaat siirtyivät alueelle, jotta he voisivat varmistaa alueen ja muut koalition lentokoneet on lähetetty paikalle apuun. +Onnettomuus tapahtui korkealla vuoristossa, ja sen uskotaan johtuneen vihamielisestä tulituksesta. +Pyrkimykset löytää onnettomuuspaikka kohtaavat pahat sääolosuhteet ja ankara maasto. +Mangola, Medecines Sans Frontieres ja Maailman terveysjärjestö sanoo sen olevan maan historian pahin tapahtuma. +Medecines Sans Frontieres -järjestön tiedottaja Richard Veerman sanoi: "Angolaa kohtaa pahin koskaan tapahtunut epidemia, ja tilanne on edelleen hyvin paha Angolassa", hän sanoi. +Pelit alkoivat kello 10.00 iltapäivällä hyvällä säällä, ja lukuun ottamatta keski-iltapäivän sadekuuroa, joka kuitenkin nopeasti poistui, oli päivä täydellinen seitsemänien rugbylle. +Turnauksen ykköseksi sijoitettu Etelä-Afrikka aloitti oikein, kun se voitti 26-0 Zambian, joka oli sijoitettu viidenneksi. +Erittäin rautaiselta vaikuttanut Etelä-Afrikka kuitenkin paransi turnauksen edetessä. +Heidän tiukan puolustuksensa, pallinhallinnan taitonsa ja erinomainen joukkuepeli tekivät heistä erottuvaa, ja oli selvää, että tämä oli joukkue, jonka piti voittaa. +Amsterdamin kaupungin ja Anne Frank -museon viranomaiset kertovat, että puu on saastunut sienillä ja aiheuttaa julkista terveyshäiriötä, koska heidän mukaansa se oli vaarassa sortuessaan. +Sen oli tarkoitus leikata tiistaina, mutta se pelastettiin hätäoikeuden päätöksellä. +Kaikkien luolien sisäänkäynnit, jotka nimettiin "Seitsemäksi siskoksi", ovat vähintään 100-250 metriä (328-820 jalkaa) leveitä. +Infrared-kuvat osoittavat, että yö- ja päivän lämpötilan vaihtelut viittaavat siihen, että ne ovat todennäköisesti luolia. +“Ne ovat päivisin kylmempiä kuin ympäröivä pinta, ja yöllä lämpimämpiä. +Niiden termodynaaminen käyttäytyminen ei ole yhtä tasainen kuin maapallon suurten luolien, jotka usein säilyttävät melko tasaisen lämpötilan, mutta se sopii hyvin siihen, että ne ovat syviä aukkoja maan sisällä", sanoo Glen Cushing Yhdysvaltain geologisen tutkimuslaitoksen (USGS) astrogeologian ryhmän jäsen sekä Flagstaffissa Arizonan osavaltiossa sijaitsevan Northern Arizona -yliopiston opettaja. +Ranskassa äänestys on perinteisesti ollut teknologisesti alkeellinen: äänestäjät eristäytyvät kabinettiin, laittavat valmiiksi painetun paperin, joka kertoo heidän valintansa ehdokkaasta. +Kun viranomaiset vahvistavat äänestäjän henkilöllisyyden, äänestäjä heittää äänestyslipun äänestysurutukseen ja allekirjoittaa äänestysluettelon. +Ranskan vaalilaki määrää äärimmäisen tiukasti käytännön. +Vuoden 1988 jälkeen äänestyslippujen on oltava läpinäkyviä, jotta äänestäjät ja tarkkailijat voivat tarkistaa, että äänestyslippuja ei ole alussa äänestystä ja että äänestyslippuja ei lisätä muuta kuin tarkastettuja ja hyväksyttyjä äänestäjiä varten. +Ehdokkaat voivat lähettää edustajia seuraamaan koko prosessia. Illalla äänten laskemiseen osallistuvat vapaaehtoiset, jotka toimivat tiukan valvonnan alaisuudessa ja noudattavat tiettyjä toimintatapoja. +Aiemmin maailmanlaajuisesti markkinoille tullut ASUS Eee PC nousi vuoden 2007 taipeilaisen IT-kuukauden aiheeksi. +Mutta kuluttajamarkkinoilla tietokoneilla on kuitenkin radikaalisti erilainen ja muuttunut sen jälkeen, kun ASUS palkittiin vuonna 2007 Taiwanin ympäristöystävällisyyspalkinnolla Kiinan tasavallan hallituksen toimesta. +Aseman verkkosivuilla ohjelmaa kuvaillaan "vanhanaikaisena radioteatterina, jossa on uusi ja hämmästyttävä geekkimäinen käänne!" +Alkuaikoinaan ohjelma esitettiin ainoastaan pitkäaikaisen internet-radiosivuston TogiNet Radion kautta, joka oli keskittynyt puheohjelmiin. +Vuoden 2015 lopussa TogiNet perusti AstroNet Radio -paikallisradioaseman. +Alun perin ohjelmassa esiintyivät amatöörivaikuttajat, jotka asuivat Texasin itäosissa. +Tavallista ryöstelystä kerrotaan jatkuneen yön aikana, koska poliisia ei ollut näkyvillä Kyrgyzstanin pääkaupungin kaduilla. +Yksi tarkkailija sanoi, että Bishkek oli joutunut "anarkiaan", kun eri ryhmät ihmisiä kulkivat kaduilla ja ryöstivät kauppoja, joissa myytiin tavallisia kulutustavaroita. +Useat Bishkekin asukkaat syyttivät etelänmielisiä mielenosoittajia laillisuuden rikkomuksesta. +Etelä-Afrikka on voittanut Uusi-Seelanti (All Blacks) rugby unionin Tri Nations -ottelussa Royal Bafokeng Stadiumilla Rustenburgissa Etelä-Afrikassa. +Lopullinen tulos oli yksi piste, 21-20, joka päätti Uuden-Seelannin 15 pelin voittoputken. +Springboksit saivat päätökseen viiden ottelun tappioputken. +Se oli All Blacksin viimeinen ottelu, ja he olivat jo voittaneet palkinnon kaksi viikkoa aiemmin. +Sarjan viimeinen ottelu pelataan seuraavalla viikolla Ellis Parkilla Johannesburgissa, kun Springbokit kohtaavat Australian. +Keskikokoinen maanjäristys tapahtui Montanan länsiosassa tiistaina kello 22.08. +Yhdysvaltain geologisen tutkimuskeskuksen (USGS) ja sen kansallinen maanjäristyskeskus eivät ole saaneet heti ilmoituksia vahingosta. +Maanjäristys oli keskittynyt noin 20 kilometriä (15 mailia) koilliseen Dillonista ja noin 65 kilometriä (40 mailia) lounaaseen Buttesta. +Ranskan itäosissa sijaitsevan Lyonin lähellä sijaitsevalla suoalueella löydettyjen kuolleiden villisikojen ruumiista on vahvistettu, että niissä oli tarttunut ihmisille myrkyllinen H5N1-linja lintuinfluenssasta. +Ranska on seitsemäs Euroopan unionin maa, jossa tämä virus on levinnyt. Seuraavat maat ovat Itävalta, Saksa, Slovenia, Bulgaria, Kreikka ja Italia. +Kroatian ja Tanskan epäillyt H5N1-tapaukset ovat edelleen epävarmoja. +Chambers oli haastanut Jumalan oikeuteen "laajalle leviävästä kuolemasta, tuhosta ja terrorismista miljoonien maapallon asukkaiden kohdalla". +Chambers, joka on agnostikko, väittää, että hänen syytöksensä on "levoton" ja "kuka tahansa voi haastaa kuka tahansa oikeuteen". +Ranskalaisen oopperasäveltäjä Camille Saint-Saensin tarina kertoo taiteilijasta, jonka elämää "ohjaa rakkaus päihteisiin ja Japaniin". +Tämän vuoksi näyttelijät tupottelevat lavalla marihuanajointteja, ja teatteri itse kehottaa yleisöä osallistumaan. +Entinen edustajainhuoneen puhemies Newt Gingrich, Texasin kuvernööri Rick Perry ja kongressiedustaja Michele Bachmann sijoittuivat neljänneksi, viidenneksi ja kuudenneksi. +Tulokset saapuessa julkisuuteen Gingrich kiitti Santorumia, mutta hänen sanansa Romneytä kohtaan olivat ankara. Romneytä vastaan oli esitetty negatiivisia kampanjamainoksia Iowassa Gingrichin puolesta. +Perry ilmoitti, että hän "palaisi takaisin Texasiin tarkistamaan tänään iltapäivällä järjestetyn valintakokouksen tulokset ja päättääkään, onko eteenpäinpääsy tässä vaalikamppailussa", mutta myöhemmin hän sanoi, että hän jää ehdolle ja osallistuu 21. tammikuuta järjestettävään Etelä-Carolinan esivaalaan. +Bachmann, joka voitti elokuussa järjestetyn Ames Straw Pollin, päätti kampanjansa. +Valokuvaaja siirrettiin Ronald Reagan UCLA Medical Centeriin, jossa hän kuoli myöhemmin. +Hänen kerrotaan olleen 20-vuotias. Bieber sanoi lausunnossaan: "Kun en ollut paikalla tai suoraan osallistunut tähän tragediaan, ajatukset ja rukoukset ovat perheen kanssa." +Entertainment News -sivusto TMZ ymmärtää, että valokuvaaja pysäytti autonsa Sepulveda Boulevardin toisella puolella ja yritti ottaa valokuvia poliisin tarkastuksesta ennen kuin ylitti tien ja jatkoi matkaansa. Tämä johti siihen, että Kalifornian liikennepoliisin poliisi, joka oli tehnyt tarkastuksen, käski hänet takaisin kahdesti. +Poliisin mukaan auton kuljettaja, joka törmäsi valokuvaajaan, ei todennäköisesti joutu oikeudenkäyntiin. +Vain 18 mitalia on saatavilla päivittäin, joten useat maat eivät ole päässeet palkintokorokkeelle. +Ne sisältävät muun muassa Alankomaat, jossa Anna Jochemsen sijoittui naisten pistekilpailussa yhdeksänneksi ja Suomen, jossa Katja Saarinen sijoittui samaan kilpailuun kymmenenneksi. +Australialainen Mitchell Gourley sijoittui 11:ksi miesten pystyosakilpailussa. Tšekkiläinen kilpailija Oldrich Jelinek sijoittui 16:ksi miesten istuosakilpailussa. +Meksikon Arly Velasquez sijoittui 15:ksi miehissä istuvaa Super-G:tä varten. Uusi-Seelannin Adam Hall sijoittui yhdeksänneksi miehissä seisovaa Super-G:tä varten. +Puolan sokea mäkihyppääjä Maciej Krezel ja ohjaaja Anna Ogarzynska sijoittuivat Super-G:ssä 13:ksi. Etelä-Korean Jong Seork Park sijoittui 24:ksi miehissä istuvaan Super-G:hen. +YK:n rauhanturvajoukot, jotka saapuivat Haitille vuoden 2010 maanjäristyksen jälkeen, syytetään tartunnan leviämisestä, koska se alkoi lähellä joukkojen leiripaikkaa. +Syyttäjän mukaan YK:n leiriin kuuluneen jätteen ei ollut hygienisoitu riittävästi, jolloin bakteerit pääsivät jokeen, joka on yksi Haitin suurimmista joista. +Ennen sotilaiden saapumista Haitilla ei ollut ollut ongelmia tautiin liittyvistä asioista 1800-luvulta lähtien. +Haitilainen oikeuden ja demokratian instituutti on viitannut itsenäisiin tutkimuksiin, jotka viittaavat siihen, että nepalilainen YK:n rauhanturvajoukkojen pataljoona oli todennäköisesti tuonut tauton Haitille tietämättään. +YK:n tautitautien asiantuntija Danielle Lantagne sanoi, että epidemian aiheutti todennäköisesti rauhanturvaajat. +Hamilton vahvisti Howardin yliopiston sairaalan ottaneen potilaan vakavuudesta riippumatta vastaan. +Henkilö oli ollut Nigeriassa, jossa on tapahtunut joitakin Ebola-tapausta. +Sairaala on noudattanut sääntöjä tartuntavuoden estämiseksi, muun muassa erottamalla potilaan muista estääkseen mahdollisen tartunnan leviämisen. +Ennen Simpsoneita Simon oli työskennellyt useissa eri tehtävissä eri ohjelmissa. +1980-luvulla hän työskenteli ohjelmissa kuten Taxi, Cheers ja The Tracy Ullman Show. +Vuonna 1989 hän osallistui Simpsonien luomiseen yhdessä Brooksin ja Groeningin kanssa ja oli vastuussa ensimmäisen käsikirjoitusryhmän palkkaamisesta. +Vaikka hän lähti ohjelmasta vuonna 1993, hän säilytti toimitusjohtajan arvonimen ja sai jatkuvasti miljoonia dollareita jokaiselta tuotantokaudelta. +Aiemmin Kiinan uutistoimisto Xinhua kertoi lentokoneen olevan ryöstetty. +Myöhemmin ilmoitettiin, että lentokone sai pommiuhkauksen ja ohjattiin takaisin Afganistani, jossa se laskeutui Kandahariin. +Alkuperäiset tiedot kertovat, että lentokone ohjattiin takaisin Afganistani, kun hänelle ei myönnetty hätälaskua Ürümqissä. +Lento-onnettomuuksia tapahtuu usein Iranissa, jonka lentokalusto on vanhentunut ja huonosti ylläpidetty sekä siviilikäyttöön että sotilaalliseen käyttöön. +Kansainväliset pakotteet ovat estäneet uusien lentokoneiden hankkimisen. +Aiemmin tällä viikolla poliisihelikopteri törmäsi maahan ja surmasi kolme ihmistä ja haavoitti kolmea lisää. +Viime kuussa Iran koki pahimman lento-onnettomuutensa vuosikymmeniin, kun Armeniaan matkannut lentoyhtiön kone törmäsi maahan ja 168 matkustajaa sai surmansa. +Saman kuukauden aikana toinen lentoyhtiön lentokone ajautui pois kiitoradalta Mashhadissa ja törmäsi seinään, surmaten seitsemäntoista ihmistä. +Aerosmith on peruuttanut jäljellä olevat keikat kiertueensa aikana. +Rockyhtiö oli tarkoitus kiertää Yhdysvaltoja ja Kanadaa syyskuun 16. päivään asti. +He ovat peruuttaneet kiertueen sen jälkeen, kun päälaulaja Steven Tyler loukkaantui 5. elokuuta esiintyessään, kun hän putosi lavalta. +Murray hävisi ensimmäisen erän tiebreakissa sen jälkeen, kun molemmat pelaajat olivat pitäneet erän jokaisen pallopallon. +Del Potrolla oli aluksi etulyöntiasema toisessa erässä, mutta myös tässä tarvittiin tiebreak, kun molemmat olivat saaneet 6 pistettä. +Potro sai tässä vaiheessa hoitoa olkapäähän, mutta hän onnistui palaamaan peliin. +Ohjelma alkoi kello 20.30 paikallista aikaa (15.00 UTC). +Koko maassa tunnetut laulajat esittivät Shri Shyamille bhajaneja, eli hengellisiä lauluja. +Laulaja Sanju Sharma aloitti illan, ja häntä seurasi Jai Shankar Choudhary, joka esitti myös chhappan bhog bhajan. Laulaja Raju Khandelwal seurasi häntä. +Sen jälkeen Lakkha Singh aloitti bhajanien laulamisen. +Baba Shyamille tarjottiin 108 Chhappan Bhog -laatikkoa (Hindulaisuudessa 56 eri syötävää ruokaa, kuten makeisia, hedelmiä, pähkinöitä, ruokia ja niin edelleen, jotka tarjotaan jumalille). +Lakkha Singh esitti myös chhappan bhog bhajan. Hänen kanssaan oli mukana laulaja Raju Khandelwal. +Nintendo-yhtiön toimitusjohtaja Satoru Iwata paljasti torstaina pidetyssä Tokion pelimessun päätöntilaisuudessa yhtiön uuden Nintendo Revolution -pelikonsolin ohjainsuunnitelman. +Kontrolleri muistuttaa televisio-ohjausta, ja se käyttää kaksi sääntäjää, jotka on sijoitettu lähelle käyttäjän televisiota. Näiden avulla kontrolleri trianguloi käyttäjän sijainnin kolmiulotteisessa avaruudessa. +Tämä antaa pelaajille mahdollisuuden ohjata pelien toimia ja liikkeitä liikuttamalla laitetta ilmassa. +Giancarlo Fisichella menetti autonsa hallinnan ja lopetti kilpailun erittäin pian sen aloituksesta. +Hänen joukkuetoverinsa Fernando Alonso oli enimmäkseen kilpailun kärjessä, mutta lopetti kilpailun heti sen jälkeen, kun hän oli tehnyt varikkopysähdyksen, todennäköisesti siksi, että oikean edessä oleva renkaan kiinnitys oli tehty huonosti. +Michael Schumacher lopetti kilpailunsa melko pian Alonson jälkeen, koska kilpailun aikana oli tapahtunut useita rangaistuksia, jotka vaurioittivat jousitusjärjestelmää. +“Hän on hyvin hieno ja laulaa hyvinkin”, hän sanoi toimituskonferenssin transkriptin mukaan. +“Joka kerta, kun teimme harjoituksia tästä, olin syvästi hämmästynyt.” +Noin kolmen minuutin kuluttua laukaisun aloittamisesta kamera paljasti, että polttoainetankista irtoi useita eristyskappaleita. +Niiden ei kuitenkaan uskota aiheuttaneen kuljetusalukselle mitään vahinkoa. +NASAn avaruuskuljetusohjelman johtaja N. Wayne Hale Jr. sanoi, että puristus oli "jäänyt alas sen jälkeen, kun olemme huolissamme". +Kuusi minuuttia näytöksen alussa tuuli alkaa puhaltamaan, noin minuuttia myöhemmin tuuli on saavuttanut 70 kilometrin tuntinopeuden... sitten alkaa sade, mutta niin voimakas ja niin suuri, että se iskeytyy iholle niin kuin neula. Sitten alkaa myrsky, ihmiset panikoivat ja huusivat ja juoksivat yli toisiaan. +Hukkasin siskoni ja hänen ystävänsä, ja matkalla sinne oli kaksi henkilöä pyörätuolilla, joiden ympärillä ihmiset vain hyppivät yli ja työnsivät heitä pois", Armand Versace kertoi. +NHK kertoi myös, että Niigatan prefektuurissa sijaitseva Kashiwazaki Kariwan ydinvoimala oli toiminnassa normaalisti. +Hokuriku Electric Power Co. ilmoitti, ettei maanjäristys ollut vaikuttanut sen toimintaan, ja että yhtiön Shika-ydinvoimalaan kuuluvat reaktorit 1 ja 2 oli suljettu. +Uutisoidaan, että noin 9 400 kotia alueella on ilman vettä, ja noin 100 kotia ilman sähköä. +Jotkin tieyhteydet ovat vaurioituneet, rautatieyhteydet ovat katkenneet alueilla, ja Noto-lentoasema Ishikawan prefektuurissa on edelleen suljettuna. +Yksi pommi räjähti kuvernöörin toimiston ulkopuolella. +Lisäksi kolme pommi räjähti lähellä hallituksen rakennuksia kahden tunnin aikana. +Jotkin raportit antoivat virallisen kuolonuhrien määrän kahdeksaksi, ja viralliset raportit vahvistivat, että jopa 30 henkilöä sai vammoja, mutta lopullisia lukuja ei ole vielä tiedossa. +Niin syanurihappo kuin melami löytyivät koe-eläinten virtsyksistä, jotka olivat kuolleet syötyään saastuneen lemmikinruokaa. +Yliopiston tutkijat sanoivat, että molemmat yhdisteet reagoivat toisensa kanssa ja muodostavat kiteitä, jotka voivat estää nieren toimintaa. +Tutkijat havainnoivat koe-kissan virtsaan muodostuneita kiteitä melamiinin ja syanuurin lisäyksen ansiosta. +Niiden kiteiden koostumus vastaa niitä, jotka löytyvät sairaiden lemmikkieläinten virtsasta verrattuna infrapuna-spektroskopialla (FTIR). +En tiedä, onko sinulle selvää tai ei, mutta suurin osa Keski-Amerikan tuotteista tuli tähän maahan verovapaasti. +Mutta kuitenkin 80 prosenttia meidän tuotteistamme verotettiin tullimaksuilla Keski-Amerikan maissa. +Se ei tuntunut oikealta; ei ollut oikeudenmukaista. +Kaikkea, mitä sanon ihmisille, on se, että heidän on kohdeltava meitä samalla tavalla kuin me kohdeltamme heitä. +Kalifornian kuvernööri Arnold Schwarzenegger allekirjoitti lain, joka kieltää nuorten myymisen tai vuokraamisen väkivaltaisista videopeleistä. +Lain edellyttää, että Kaliforniassa myytävät väkivaltaiset videopelit tulee merkittää 18-vuotiaiden käyttöön tarkoitetuilla tunnusmerkeillä, ja rangaistaa niiden myyminen alle 18-vuotiaille 1 000 dollarin sakkoksi jokaisesta rikkomuksesta. +Syyttäjä Kier Starmer QC antoi tänä aamuna lausunnon, jossa hän ilmoitti syytökset molempia vastaan. +Huhne on eronnut ja hänen tilalleen nimitetään valtiovarainministerin tehtävään parlamentin jäsen Ed Davey. Norman Lambin odotetaan ottavan yritysministerin tehtävän, josta Davey eroaa. +Huhne ja Pryce esiintyvät Westminster Magistrates Court -tuomioistuimessa 16. helmikuuta. +Kuolonuhrit olivat 25-vuotias Nicholas Alden ja 21-vuotias Zachary Cuddeback, joka oli ollut kuljettaja. +Edgar Vegullilla oli armo- ja kasvovammoja, kun taas Kristoffer Schneider joutui tekemään uudelleenrakennusleikkauksen kasvoilleen. +Ukan ase ei toiminut, kun se oli kohdistettu viidennen miehen päähän. Schneiderillä on jatkuva kipu, yksi silmä on sokea, osa päästä puuttuu ja kasvot on tehty uudelleen titaniumista. +Schneider todisti videolinkin välityksellä Yhdysvaltain ilmavoimien tukikohdasta kotimaastaan. +Wednesdayn lisäksi Carpanedo kilpaili kahdessa henkilökohtaisessa kilpailussa mestaruuskilpailuissa. +Hänen ensimmäinen kilpailunsa oli Slalom, jossa hän sai Did Not Finish -tuloksen ensimmäisellä kierroksella. 36 kilpailijasta 116:sta sai saman tuloksen kyseisessä kilpailussa. +Toisessa hänen kilpailussaan, jokinpujottelussa, hän sijoittui kymmenenneksi naisten istuja-ryhmässä ajalla 4.41,30, joka oli 2.11,60 minuuttia hitaampi kuin ensimmäiselle sijalle sijoittunut itävaltalainen Claudia Loesch ja 1.09,02 minuuttia hitaampi kuin yhdeksänneksi sijoittunut unkarilainen Gyöngyi Dani. +Neljä naiskilpailijaa ei päässyt maaliin, ja 45 yhteensä 117 kilpailijasta ei päässyt Giant Slalom -kilpailussa palkintokorokkeelle. +Madhya Pradeshin poliisi löysi varastetun tietokoneen ja matkapuhelimen. +Apulaitenjohtaja D K Arya sanoi: "Olemme pidättäneet viisi henkilöä, jotka raiskasivat sveitsiläistä naista ja palauttivat hänen matkapuhelimensa ja tietokoneensa". +Syytettyjen nimet ovat Baba Kanjar, Bhutha Kanjar, Rampro Kanjar, Gaza Kanjar ja Vishnu Kanjar. +Poliisipäällikkö Chandra Shekhar Solanki sanoi, että syytetty esiintyi oikeudessa peittämättä kasvojaan. +Kun auto törmäsi taloon, talossa oli kolme ihmistä, mutta kukaan heistä ei loukkaantunut. +Kuljettaja sai kuitenkin vakavia päävammoja. +Onnettomuus tapahtui liikennekadulla, joka suljettiin hetkellisesti, kun hätäpalvelut vapauttivat kuljettajan punaisesta Audi TT:stä. +Hänet vietiin aluksi James Paget -sairaalaan Great Yarmouthissa. +Hänet siirrettiin myöhemmin Cambridgen Addenbrooken sairaalaan. +Adekoya on sen jälkeen ollut Edinburghin tuomioistuimen edessä syytettynä poikansa murhasta. +Hänet on pidätetty syytteiden ja oikeudenkäynnin aikana, mutta todistajanlausunnot saattavat olla epäluotettavia, koska hänen kuvansa on julkaistu laajalti. +Tämä on yleinen käytäntö muualla Iso-Britanniassa, mutta Skotlannin oikeusjärjestelmä toimii eri tavalla, ja tuomioistuimet ovat katsonneet valokuvien julkaisun olevan mahdollisesti epäoikeudenmukaista. +Professori Pamela Ferguson Dundeen yliopistosta huomauttaa: "Toimittajat vaikuttavat olevan vaarallisen lähellä, jos he julkaisevat kuvia ja muita tietoja epäillyistä." +Crown Office, joka on ylipäätään vastuussa syytteiden esittämisestä, on viestittänyt toimittajille, ettei kommentteja annettaisi enää ainakaan ennen syytteiden esittämistä. +Leakki kertoo, että asiakirja koskee rajojen kiistaa, jonka palestiinalaiset haluavat perustua vuoden 1967 Lähi-idän sodan ennen kuuluneisiin rajoihin. +Muita aiheita sanotaan käsitelleen muun muassa Jerusalemin tulevaisuus, joka on pyhä sekä juutalaisille että arabeille, sekä Jordanin laakson ongelma. +Israel vaatii jatkuvaa sotilaallista läsnäoloa laaksossa kymmenen vuoden ajan sopimuksen allekirjoittamisen jälkeen, kun taas PA suostuu jättämään sotilaallisen läsnäolon vain viiden vuoden ajaksi. +Lisääntyneen häirinnän torjuntaan osallistuneet metsästäjät oli tarkkaan valvottu metsästäjien toimesta, koska kokeilu seurattiin ja sen tehoa arvioitiin. +NPWS:n ja Sporting Shooters Association of Australia (NSW) Inc:n yhteistyössä valitut vapaaehtoistyöntekijät palkattiin Sporting Shooters Associationin metsästystoiminnan yhteydessä. +Mick O'Flynnin mukaan kansallispuiston luonnonsuojelun ja perinnön suojelun väliaikainen johtaja, neljä ensimmäiselle tulitusoperaatiolle valittua tulittajaa sai laajan turvallisuus- ja koulutusohjeen. +Martelly vannoi tänään uuden yhdeksänjäsenisen väliaikaisen vaalilautakunnan (CEP) jäsenet. +Se on Martellyn viides CEP viidessä vuodessa. +Viime kuussa presidentin komissio ehdotti edellisen toimitusjohtajan eroa osana pakettiuudistuksia, joiden tarkoituksena on siirtää maa uusiin vaaleihin. +Komissio oli Martellyn vastaus marraskuussa alkaneisiin laajamittaisiin hallituksen vastaisiin mielenosoituksiin. +Joskus väkivaltaiset mielenosoitukset johtuivat vaalien järjestämisen epäonnistumisesta, jotka olivat tarkoitus järjestää jo vuonna 2011. +Noin 60 iPodin epätoiminnasta johtuvaa ylikuumennusta on ilmoitettu. Yhteensä kuusi tulipaloa on tapahtunut, ja neljä ihmistä on saanut lieviä palovammoja. +Japanin talous-, kauppa- ja teollisuusministeriö (METI) kertoi olevansa tietoisena 27 onnettomuudesta, jotka liittyivät laitteisiin. +METI ilmoitti viime viikolla, että Apple oli ilmoittanut 34 lisää ylikuumennusta, joista yhtiö kutsui "ei-tärkeiksi". +Ministeriö vastasi sanomalla Apple-yhtiön raportin viivästyksen olevan "täysin epämiellyttävää". +Maanjäristys iski Marianaan kello 07:19 paikallista aikaa (09:19 GMT perjantaina). +Pohjois-Marianan hälytyskeskuksen mukaan maan ei ole ilmoitettu kärsineen vahinkoja. +Myös Tyynenmeren tsunamivaroituskeskuksen mukaan tsunamia ei ollut. +Entinen filippiiniläinen poliisi on pitänyt hongkongilaisia turisteja panttivankina ottamalla heidän linja-autonsa haltuunsa Manilassa, Filippiinien pääkaupungissa. +Rolando Mendoza ampui turisteja M16-kiväärilla. +Joitakin panttivankkeja on pelastettu ja ainakin kuusi on kuollut. +Kuusi panttia, mukaan lukien lapset ja vanhukset, vapautettiin aikaisemmin, kuten myös filippiinilaiset valokuvaajat. +Myöhemmin valokuvaajat ottivat paikan iäkkäältä naiselta, joka tarvitsi wc:n. Mendoza ammuttiin. +Liggins seurasi isänsä jalanjälkiä ja ryhtyi lääkäriksi. +Hän opiskeli synnyttäjäksi ja aloitti työnsä Aucklandin kansallisessa naisten sairaalassa vuonna 1959. +Kun hän työskenteli sairaalassa, Liggins aloitti vapaa-ajallaan tutkimuksen ennenaikaisesta synnytyksestä. +Hänen tutkimuksensa osoitti, että jos hormonia annettaisiin, se nopeuttaisi vauvan keuhkojen kehitystä. +Xinhua raportoi, että hallituksen tutkijat löysivät kaksi lentokoneen "mustaa laatikkoa" keskiviikkona. +Toiset nyrkkeilijät myös osallistuivat Lunan muistoksi. +Tommy Dreamer sanoi: "Luna oli ensimmäinen Extreme-liiton kuningatar. Ensimmäinen managerini. Luna kuoli kahden kuun yössä. Hän oli erittäin ainutlaatuinen, samoin kuin hänen tyylinsä. Vahva nainen." +Dustin "Goldust" Runnels kommentoi, että "Luna oli yhtä hullu kuin minäkin...luultavasti vielä enemmän...rakastan häntä ja kateudullani häntä...toivottavasti hän on paremmassa paikassa." +Ennen vuoden 2010 liittovaltion vaaleja tehdyssä 1 400 henkilön kyselyssä 8 prosenttia oli vastustanut Australian tulevaa tasavaltaan muuttumista. +Pääministeri Julia Gillard väitti vuoden 2010 liittovaltion vaalikampanjassa, että hän uskoo, että Australia pitäisi siirtyä tasavallaksi kuningatar Elisabet II:n valtakauden lopussa. +34 prosenttia äänestäjistä kannattaa tätä näkemystä ja haluaan, että kuningatar Elisabet II olisi Australian viimeinen monarkki. +Tutkimuksen ääripäässä 29 prosenttia vastaajista uskoo, että Australia pitäisi muuttaa tasavallaksi mahdollisimman pian, ja 31 prosenttia uskoo, ettei Australia koskaan pitäisi muuttaa tasavallaksi. +Olympiavoittaja oli tarkoitus uida 100 metrin ja 200 metrin vapaauinnissa sekä kolmessa joukkuekilpailussa Kansainyhteisön kisoissa, mutta hänen valitustensa vuoksi hänen kuntoilunsa on epävarma. +Hän ei ole pystynyt ottamaan tarpeellisia lääkkeitä, koska ne ovat kiellettyjä olympialaisissa. +Matemaatikko ja tietojenkäsittelytieteen professori Curtis Cooper on löytänyt tammikuun 25. päivänä suurimman tähän mennessä tunnetun primesumman. +Useat ihmiset vahvistivat löytöä erilaisilla laitteistoilla ja ohjelmistoilla helmikuun alussa, ja se ilmoitettiin tiistaina. +Komeet saattavat olla mahdollisesti lähde vettä maahan yhdessä orgaanisen aineen kanssa, joka voi muodostua proteiineiksi ja tukea elämää. +Tutkijat toivovat ymmärtävänsä, miten planeetat syntyvät, erityisesti miten Maa syntyi, koska komeetit osuivat Maahan jo kauan sitten. +Cuomo, 53, aloitti kuvernöörinä aiemmin tänä vuonna ja allekirjoitti viime kuussa lain, joka laillistaa samaa sukupuolta olevan avioliitto. +Hän kutsui huhuja poliittiseksi puheksi ja typeryydeksi. +Häntä arvellaan asettuvan ehdolle presidentinvaaleissa vuonna 2016. +NextGen on järjestelmä, jonka FAA väittää antavan lentokoneille mahdollisuuden lentää lyhyempiä reittejä ja säästää miljoonia galloneja polttoainetta joka vuosi ja vähentää hiilidioksidipäästöjä. +Se käyttää satelliittiin perustuvaa tekniikkaa, eikä vanhempaa maanpinnan tutkaan perustuvaa tekniikkaa, jotta lennonjohtajat voisivat tarkentaa lentokoneita tarkemmin ja antaa lentäjille tarkempaa tietoa. +Lisäliikennettä ei ole tehty, ja ylämaan kulkevat junat eivät pysähdy Wembleyllä. Parkkipaikkoja ei ole kentällä, ja park-and-ride-palveluita ei ole saatavilla. +Liikkuvuuden puute aiheutti pelkoa siitä, että peli jouduttaisiin pelaamaan suljettujen ovien takana ilman joukkueen kannattajia. +Torstaina julkaistun Science-lehdessä julkaistun tutkimuksen mukaan uusi lintulaji on syntynyt Galápagos-saarilla Ecuadorissa. +Yhdysvaltojen Princetonin yliopiston ja Ruotsin Uppsalan yliopiston tutkijat raportoivat, että uusi laji kehittyi vain kahden sukupolven aikana, vaikka tämä prosessi oli aikaisemmin uskottu kestävän paljon pidemmän ajan. Tämä johtuu siitä, että lisääntyminen tapahtui paikallisesta Darwin-finkusta, Geospiza fortes, ja siirtolaisesta kaktusfinkusta, Geospiza conirostris. +Kultaa voidaan käyttää kaikkiin erilaisiin muotoihin. Se voidaan puristaa pieniksi muotoiksi. +Se voidaan työstää niukaksi nauhaksi, jota voidaan kierrättää tai rullata. Se voidaan lyödä tai pyörittää levyiksi. +Se voidaan valmistaa erittäin ohutena, ja sitä voidaan kiinnittää toisiin metalliin. Se voidaan valmistaa niin ohutena, että sitä käytettiin joskus kirjoissa nimeltä "valaistetut käsikirjoitukset" koristamaan käsin maalattuja kuvia. +Tämän sanotaan olevan kemikaalin pH-arvo. Voit valmistaa indikaattorin käyttämällä punaviinikasvista saatua juomaa. +Kasvijuuri muuttuu väriltään riippuen siitä, kuinka happamuudesta tai emäksisyydestä (alkalisuudesta) kyseessä oleva kemikaali on. +pH-arvo ilmoittaa, kuinka paljon vetyioneja (pH:n H) kyseisessä kemiallisessa aineessa on. +Vetyionit ovat protonit, joiden elektroneja on poistettu irti (koska vetyatomeissa on yksi protoni ja yksi elektroni). +Sekoita kaksi kuivaa maustepulveria yhteen, ja sitten puhdistettuina, kosteina käsin puristele ne palloksi. +Käsien kosteus reagoi ulkoisilla kerroksilla, jotka tuntuvat oudolta ja muodostavat jonkinlaisen kuorakerroksen. +Harappan ja Mohenjo-daron kaupungit olivat varustautuneet lähes jokaisessa talossa kiinteällä jätevesijohtimella, joka oli yhteydessä sivistyneeseen jätevesijärjestelmään. +Kreikan Kreetan ja Santorinin minolaisten kaupunkien taloissa on löydetty jäänteitä viemäristä. +Myös muinaisessa Egyptissä, Persiassa ja Kiinassa oli käymälät. Roomalaisessa kulttuurissa käymälät olivat joskus osa julkisia kylpylöitä, joissa miehet ja naiset olivat yhdessä seurassa. +Kun soitat ihmiselle, joka on tuhansien kilometrien päässä, käytät satelliittia. +Maata kiertävä satelliitti saa viestin ja lähettää sen takaisin melkein heti. +Satelliitti lähetettiin avaruuteen raketilla. Tutkijat käyttävät teleskoopeja avaruudessa, koska Maan ilmakehä muuttaa osan meidän valosta ja näkemystämme. +Satelliitin tai teleskooppin laukaisemiseen tarvitaan yli 30 metriä korkea suuri raketti. +Pyörä on muuttanut maailmaa uskomattomasti. Suurin hyödy, jonka pyörä on tehnyt meidän puolestaan, on antanut meille paljon helpompaa ja nopeampaa kuljetusta. +Se on tuonut meille junan, auton ja monia muita liikennevälineitä. +Niiden alla on keskikokoisia kaloja, jotka syövät keskikokoisia saaliita, kuten kettuja, antilooppeja ja hirviä. +Lopuksi on monia pieniä kaloja (mukaan lukien lemmikkikissoja), jotka syövät paljon yleisempiä pieniä saaliita, kuten hyönäisiä, nisäkkäitä, liskoja ja lintuja. +Heidän menestyksensä salaisuus on nikke-konsepti, jonka mukaan jokainen koira pitää erityistä työtä, joka estää sen kilpailemasta muiden kanssa. +Leopardit ovat sosiaalisimpia kaloja. Ne elävät suurissa ryhmissä, jotka kutsutaan leopardiperheiksi. +Susiparvet koostuvat yhdestä kolmeen sukuaan kuuluvaan aikuiseen uroksen lisäksi jopa 30 naaraa ja poikasia. +Naiset ovat yleensä läheistä sukua toisilleen ja kuuluvat suureen sisar- ja tytärsukuun. +Leijonaheimot käyttäytyvät melkein samalla tavalla kuin susia tai koiria, eläimiä, joiden käyttäytyminen on yllättävän lähellä leijonien käyttäytymistä (mutta ei muita suuria kaloja). Ne ovat myös erittäin vaarallisia saaliinsa kohtaan. +Hyvin monipuolinen urheilija, tiikeri pystyy kiipeämään (ei kuitenkaan erityisen hyvin), uimaan, hyppämään pitkiä matkoja ja vetämään viisinkertaisella voimalla kuin vahva ihminen. +Tiikeri kuuluu samaan ryhmään (suku Panthera) kuin leopardit, leijonat ja jaguaarit. Nämä neljä kettua ovat ainoat, jotka voivat huutaa. +Tiikerin huuto ei ole samanlainen kuin leijonan täysääninen huuto, vaan enemmän sanojen äänihuuto. +Kaloit käyttävät pieniä eläimiä ravinnokseen. Ne saavat kiinni apinoita, uiskoja, nisäkkäitä ja lintuja, jos he pääsevät. Melkein kaikki eläimet, jotka ocelot metsästää, ovat paljon pienempiä kuin se itse. +Tiedemiehet uskovat, että kettukarhut seuraavat ja löytävät eläimiä syömäänsä (levää) hajunsa perusteella. +Ne näkevät erittäin hyvin pimeässä ja liikkuvat myös erittäin varovaisesti. Ocelotit metsästävät saaliansa sekoittamalla itsensä ympäristöönsä ja hyökkäävät sitten saaliansa. +Kun pieni ryhmä eläviä olentoja (pieni populaatio) eristyy pääpopulaatiostaan (esimerkiksi siirtymällä vuoriston yli tai joen yli tai siirtymällä uuteen saareen, josta heidän on vaikea palaamaan takaisin) he saattavat usein löytää itsestään erilaisen elinympäristön kuin ennen. +Tämä uusi ympäristö sisältää erilaisia resursseja ja erilaisia kilpailijoita, joten uusi populaatio tarvitsee erilaisia ominaisuuksia tai sopeutumisia, jotta se voisi olla vahva kilpailija. +Alkuperäispopulaatio ei ole muuttunut lainkaan, he tarvitsevat edelleen samaa sopeutumista kuin aikaisemmin. +Ajan myötä, kun uusi populaatio alkaa sopeutua uuteen ympäristöönsä, se alkaa näyttää vähemmän ja vähemmän toiselta populaatiolta. +Lopulta kymmeniä tai jopa miljoonia vuosia myöhemmin kaksi populaatiota näyttää niin erilaisilta, ettei niitä voi enää kutsua samaan lajiin. +Tämä prosessi kutsutaan speciaatioksi, joka tarkoittaa uusien lajien syntyä. Speciaatio on väistämätöntä seurausta ja erittäin tärkeää evoluution osa-alue. +Kasvit tuottavat happea, jota ihmiset hengittävät, ja ne imevät hiilidioksidia, jota ihmiset hengittävät ulos (eli hengittävät ulos). +Kasvit valmistavat ravintonsa auringosta fotosynteesillä. Ne myös tarjoavat varjoa. +Teemme kodit kasveista ja teemme vaatteet kasveista. Suurin osa siitä, mitä syömme, on kasveista. Ilman kasveita eläimet eivät voisi selviytyä. +Mosasaurus oli aikansa ylin saalistelija, joten se ei pelännyt mitään muuta kuin muita mosasaureja. +Sen pitkät kielet olivat täynnä yli 70 terävää hammasta, ja niiden lisäksi kielellä oli ylimmässä levyssä lisää hampaita, joten mitä tahansa asiaa, joka kulki sen eteen, ei päässyt pakoon. +Emme tiedä varmaa, mutta se saattoi olla kielettömäinen. Sen ruokavalioon kuului krokotiilit, suuret kalat ja muut mosasaurukset, ja se saattoi olla jopa kannibaali. +Se hyökkäsi myös kaikkea, mitä pääsi veteen; jopa jättiläisdinosauruksi kuuluva Tyrannosaurus rex ei olisi sen kelpa. +Vaikka suurin osa heidän ruokansa olisi tuttua meille, roomalaisilla oli oma osuutensa erikoisista tai epätavallisista ruoka-aineista, kuten villisikasta, hedelmihärkää, kuoria ja dormouse-nimistä lepakoihin kuuluvaa nisäkkäistä. +Toinen ero oli siinä, että vaikka köyhät ja nainen söivät ruokansa istuen tuoleissa, rikkaat miehet pitivät mielellään ruoka-aterioita, joissa he lepäsivät sivuillaan kun he söivät. +Antiikin roomalaiset ruokailut eivät voineet sisältää ruokia, jotka tulivat Eurooppaan Amerikasta tai Aasiasta myöhemmillä vuosisatoilla. +Esimerkiksi heillä ei ollut maissia, tomaatteja, perunoita, sokeria eikä kakaa, eikä antiikin roomalainen koskaan syönyt kalkkunaa. +Babylonialaiset rakentivat jokaiselle jumalalleen päätemppelin, jota pidettiin jumalan kotina. +Ihmiset toivat uhrilahjoituksia jumalille, ja papit yrittivät täyttää jumalten tarpeet ritualeilla ja juhlilla. +Jokaisella temppelillä oli avoin temppeliportti ja sitten sisäinen pyhäkkö, johon vain papit saivat päästää. +Joskus temppeliin rakennettiin erikoisia pyramidimaisia tornia, joita kutsutaan ziggurateiksi. +Tornin huipulla oli erityinen pyhäkkö jumalalle. +Kuumassa ilmastossa Lähi-idän maissa talo ei ollut niin tärkeä. +Suurin osa heprealaisen perheen elämästä tapahtui ulkona. +Naiset valmistelivat ruokaa pihalla; myymälät olivat vain avoimet pöydät, jotka katsoivat tielle. Kiveä käytettiin talojen rakentamiseen. +Kanaanin maassa ei ollut suuria metsäalueita, joten puu oli erittäin kallista. +Grönlanti asutettiin hajanaisesti. Norjalaisissa saagoissa kerrotaan, että Erik Punainen oli karkotettu Islannista murhasta, ja kun hän matkusteli lännemmäksi, hän löysi Grönlannin ja nimesi sen Grönlanniksi. +Mutta hänen löytönsä huolimatta eskimot kuitenkin asuivat siellä jo tuolloin. +Vaikka jokainen maa oli skandinaavilainen, oli monia eroja Tanskan, Ruotsin, Norjan ja Islannin ihmisten, kuningaiden, tapojen ja historian välillä. +Jos olet katsellut elokuvaa National Treasure, saatat luulla, että itsenäisyysjulistuksen takaa on kirjoitettu kartta aarteista. +Tämä ei kuitenkaan ole totta. Vaikka asiakirjan takaa on jotain kirjoitettu, se ei ole kartta aarteista. +Yhdysvaltain itsenäisyysjulistuksen takaa oli kirjoitettu sanat "Alkuperäinen itsenäisyysjulistus 4. heinäkuuta 1776". Teksti oli kirjoitettu dokumentin alaosaan päin päin. +Vaikka ei ole varmaa, kuka kirjoitti sen, tiedetään, että suuri pergamenttidokumentti (joka on 29¾ tuumaa pitkä ja 24½ tuumaa leveä) rollattiin varastoitumista varten varhain sen elämässä. +Niinpä on todennäköistä, että merkintä lisättiin vain etikettinä. +D-päivän maihinnousut ja sen jälkeiset taistelut olivat vapauttanut Ranskan pohjoisosat, mutta etelä oli edelleen vallattomana. +Se oli Ranskan Vichyn hallitsijoiden alaisuudessa. Nämä olivat ranskalaisia, jotka olivat tehneet rauhan Saksan kanssa vuonna 1940 ja työskentelivät miehittäjien kanssa sen sijaan, että he olisivat taistelleet heitä vastaan. +Liittoutuneet hyökkäsivät eteläiseen Ranskaan 15. elokuuta 1940, ja hyökkäys nimettiin Dragoon-operaatioksi. +Vain kaksi viikkoa myöhemmin amerikkalaiset ja vapaat ranskalaiset joukot olivat vapauttanut etelä-Ranskan ja olivat aloittaneet hyökkäyksen Saksaan. +Sivilisaatio on yksi kulttuuri, jota suuri joukko ihmisiä jakaa yhteisesti eläessään ja työskennellessään yhteistyössä. +Sana sivilisaatio tulee latinalaisesta sanasta civis, joka tarkoittaa kansalaista, ja civitas, joka tarkoittaa kaupunkia tai kaupunkivaltiota. Sillä tavalla se määrittää myös yhteiskunnan kokoa. +Kaupunkivaltiot ovat edeltäjiä valtioista. Sivilisaatiokulttuuri tarkoittaa tiedon siirtämistä useiden sukupolvien välillä, jäävää kulttuurijälkeä ja tasapuolista jakautumista. +Vähemmistökulttuurit katoavat usein ilman merkittäviä historiallisia todisteita ja eivät saa tunnustusta varsinaisiksi sivilisaatioiksi. +Vallankumoussodan aikana 13 osavaltiota muodosti aluksi heikon keskushallituksen, jonka ainoana osana oli kongressi, perustuslain artiklan mukaisesti. +Kongressilla ei ollut mitään valtaa määrätä veroja, ja koska ei ollut kansallista hallintoa tai oikeusvaltaa, se riippui osavaltioiden viranomaisista, jotka usein olivat epäkooperatiivisia. +Sen ei myöskään ollut oikeutettu ylittämään osavaltioiden välisiä verolakeja ja tullimääräyksiä. +Artiklat vaativat yksimielistä hyväksyntää kaikilta osavaltioilta ennen kuin niitä voitiin muuttaa, ja osavaltiot ottivat keskushallituksen niin vakavasti, että heidän edustajansa olivat usein poissa. +Italian maajoukkue on yhdessä Saksan maajoukkueen kanssa toiseksi menestynein joukkue maailmassa, ja se oli vuoden 2006 jalkapallon maailmanmestaruuskilpailujen voittaja. +Yleisimmät urheilulajit ovat jalkapallo, koripallo, lentopallo, vesipallo, miekkailu, rugby, pyöräily, jääkiekko, rullaluistelu ja F1-autoilu. +Talviurheilu on suosituinta pohjoisilla alueilla, ja italialaiset osallistuvat kansainvälisiin kilpailuihin ja olympialaisiin. +Japanissa on lähes 7 000 saarta (suurin saari on Honshu), joten Japani on maailman seitsemänneksi suurin saari! +Koska Japanissa on useita saariryhmittymiä, Japania kutsutaan usein maantieteellisestä näkökulmasta saariryhmäksi. +Taiwanin historia alkoi jo 1400-luvulla, jolloin eurooppalaiset merimiehet kuulustelivat saaren nimeksi Ilha Formosa, eli Kaunis saari. +Hollantilainen Itä-Intian kauppakomppania perusti vuonna 1624 tukikohdan Taiwanin lounaisosassa, minkä seurauksena aboriginaalien viljelytavat muuttuivat ja kauppakomppania alkoi käyttää kiinalaisia työläisiä viljelysmailleen. +Vuonna 1683 Qing-dynastian (1644-1912) joukot ottivat haltuunsa Taiwanin läntisen ja pohjoisen rannikkoalueet ja julistivat Taiwanin osaksi Qing-keisarikuntaa vuonna 1885. +Vuonna 1895 Qing-hallitus allekirjoittaa Shimonosekin sopimuksen ensimmäisen Kiinan-Japanin sodan (1894-1895) jälkeen. Sopimuksen mukaisesti Kiina luovuttaa Taiwanin Japanille, joka hallitsee saarta vuoteen 1945 asti. +Machu Picchu koostuu kolmesta päärakennuksesta, jotka ovat Intihuatana, auringon temppeli ja kolmen ikkunan huone. +Suurin osa kompleksin reunamilla sijaitsevista rakennuksista on uudelleenrakennettu, jotta matkailijat saisivat paremman käsityksen siitä, miten ne alun perin näyttivät. +Vuonna 1976 Machu Picchusta oli restauroitu jo 30 prosenttia, ja restaurointi jatkuu edelleen tänäänkin. +Esimerkiksi maailman yleisin edelleenkuvausformaatti on 35 millimetriä, joka oli analogivideon aikakaudella yleisin filmin koko. +Sen tuotanto on edelleen käynnissä, mutta tärkeämmäksi on kuitenkin noussut se, että sen suhteellinen leveyttä on periytyneet digitaalikameroiden kuvasensorien formatoihin. +35 millimetrin koko on hieman hämmentävästi 36 millimetriä leveä ja 24 millimetriä korkea. +Tämän formatin leveys-pituussuhde on siis sanottu olevan 3:2 (jaettu kahdellakymmenellä saadakseen yksinkertaisimman kokonaislukujen suhteen). +Monet yleisimmät formaatit (esimerkiksi APS-perheen formaatit) ovat tässä suhteellisuussuhteessa tai lähellä sitä. +Kovasti käytetty ja usein pilkattu kolmannenosien sääntö on yksinkertainen ohje, joka luo dynamiikkaa ja säilyttää jonkin verran järjestystä kuvassa. +Se ilmoittaa, että pääaiheen tehokkain paikka on kuvan jakamislinjojen risteyksessä vertikaalisesti ja horisontaalisesti (katso esimerkki). +Tässä Euroopan historian aikakaudella katolinen kirkko, joka oli tullut rikkaaksi ja valtavaltainen, joutui tarkasteluun. +Kristinusko on yhdistänyt Euroopan valtioita yli tuhat vuotta huolimatta eroavista kielistä ja tapoista. +Sen kaikkialla oleva valta vaikutti jokaisesta kuninkaasta tavalliseen kansalaisiin. +Yksi kristinuskon tärkeimmistä periaatteista on, että varallisuutta pitäisi käyttää köyhyyden ja kärsimyksen lieventämiseen, ja että kirkon rahat ovat tarkoitettu tähän tarkoitukseen. +Kirkon keskushallinto oli ollut Roomessa yli tuhat vuotta, ja tämä valta- ja rahan keskittyminen johti siihen, että monet kysyivät, oliko tämä ehto noudatettu. +Sodan syttymisen jälkeen Iso-Britannia aloitti laivaston piirityksen Saksaa vastaan. +Strategia osoittautui tehokkaaksi, sillä se katkaisi tärkeitä sotilaallisia ja siviilivarusteita, vaikka tämä piiritys rikkoi yleisesti hyväksyttävää kansainvälistä lainsäädäntöä, joka on kodifioitu useilla kahden vuosisadan aikana solmituilla kansainvälisillä sopimuksilla. +Iso-Britannia kaivosti merialueita estääkseen laivoja pääsemästä kokonaisilta merialueilta, mikä oli vaarallista myös neutraaleille laivoille. +Koska tämä taktikko ei saanut lainkaan vastareaktiota, Saksa odotti samanlaista reaktiota kuin sen rajoittamattomaan sukelluslaivastoon kohdistettuun hyökkäykseen. +1920-luvulla suurimman osan kansalaisten ja maiden yleisesti vallitseva asenne oli rauhan ja eristyksen kannalta. +Nähtyään ensimmäisessä maailmansodassa tapahtuneet kauhuja ja julmuuksia maat halusivat välttää tällaista tilannetta tulevaisuudessa. +Vuonna 1884 Tesla muutti Yhdysvaltoihin ottaakseen vastaan työpaikan Edisonin yhtiöltä New Yorkissa. +Hän saapui Yhdysvaltoihin 4 senttimäärällä, runokokoelmalla ja suosituskirjeellä Charles Batchelorilta (entisestä työpaikastaan) Thomas Edisonille. +Kiinan muinaisella ajalla oli ainutlaatuinen tapa näyttää eri aikakausia; jokainen Kiinan vaihe tai jokainen valtaan päässyt suku oli erilainen dynastia. +Jokaisen dynastian välissä oli myös epävakainen aikakausi, jolloin maa oli jakautunut provinsseihin. Tunnetuin näistä aikakausista oli Han-dynastian ja Jin-dynastian välillä kulunut 60 vuotta kestänyt kolmen valtakunnan aikakausi. +Näiden aikojen aikana tapahtui ankaraa sotaa monien aatelisten välillä, jotka taistelivat valtaistuimesta. +Kolme kuningaskuntaa oli yksi verisimmistä aikakausista Kiinan historiassa. Tuhannet ihmiset kuolivat taistelussa siitä, kuka saa istua korkeimmalla paikalla Xianin suuressa palatsissa. +Siinä on paljon sosiaalisia ja poliittisia vaikutuksia, kuten metrinen järjestelmän käyttö, absolutismista republikaaniksi siirtyminen, kansallismielisyys ja usko, että maa kuuluu kansalle eikä yhdelle yksinvaltiaalle. +Myös vallankumouksen jälkeen tehtävät olivat avoimia kaikille miehille, jolloin mahdollisuus menestyä oli suurimmillaan. +Samaa voidaan sanoa myös armeijasta, koska sotilaiden arvoasteet perustuivat eikä enää luokitteluun, vaan kalibereihin. +Ranskan vallankumous vaikutti myös moniin muiden maiden ala-luokan työläisiin, jotka aloittivat omia vallankumuuksiaan. +Muhammad oli syvästi kiinnostunut asioista, jotka eivät liittyneet tavalliseen elämään. Hän kävi usein luolaa, joka tuli tunnetuksi nimellä "Hira'". Se sijaitsi vuorella nimeltä "Noor" (valo). +Kaivossa, joka on säilynyt aikojen mittaan, saadaan hyvin voimakas kuva Muhammedin hengellisestä suuntautumisesta. +Kaivossa, joka lepäilee yhdessä Meccan pohjoispuolella sijaitsevista vuorista, ei ole mitään yhteyttä muualle maailmaan. +Todella ei ole helppoa sitä löytää, vaikka tiedäkin sen olemassaolosta. Sisällä luolassa on täysi eristys. +Muuta kuin selkeä ja kaunis taivas yllä ja monet ympäröivät vuoret ei ole nähtävissä. Vähän tästä maailmasta voi nähdä tai kuulla luolasta sisältä. +Suuri pyramidi Gizassa on ainoa seitsemästä ihmeestä, joka on edelleen jäljellä. +Egyptiläiset rakentivat suuren pyramidin 300-luvulla eaa. Se on yksi monista suurista pyramidista, jotka on rakennettu kuolleiden faraon kunniaksi. +Giza-tasalta, joka tunnetaan myös nimellä "Giza-hautausmaa", löytyy useita pyramideja (joista suurin on suurin), useita pieniä hautoja, useita temppeleja ja suuri sfinksi. +Suuri pyramidi rakennettiin kuninkaan Khufun kunniaksi, ja monet pienemmät pyramidit, haudat ja temppelit rakennettiin kuninkaan vaimojen ja perheenjäsenien kunniaksi. +“Yläviisto”-merkki muistuttaa V-kirjainta, ja “Alaviisto”-merkki muistuttaa reikää tai neliöä, joka puuttuu alaosastaan. +Ylöspäin tarkoittaa, että täytyy aloittaa päästä ja työntää kieliä, ja alaspäin tarkoittaa, että täytyy aloittaa leukasta (missä käsi pitää kieliä) ja työntää kieliä. +Ylöspilkku tuottaa yleensä pehmeämpää ääntä, kun taas alaspilkku on voimakkaampi ja rohkeampi. +Voit piirtää omiasi merkkejäsi, mutta muista, että painettujen nuottimerkkejä käytetään musiikillisista syistä, joten ne pitäisi yleensä kunnioittaa. +Huolestunut kuningas Ludvig XVI, kuningatar Marie Antoinette ja heidän kaksi nuorta lastaansa (11-vuotias Marie Therese ja nelivuotias Louis-Charles) sekä kuningattaren sisar, madame Elizabeth, pakotettiin 6. lokakuuta 1789 takaisin Pariisiin Versaillesista markkinoilla kulkevien naisten joukon toimesta. +He matkustivat vaunussa takaisin Pariisiin ympäröityinä ihmisjoukkona, jonka jäsenet huusivat ja huusivat uhkauksia kuninkaalle ja kuningattarelle. +Ryhmä ihmisiä pakotti kuninkaan ja kuningattaren käyttämän hevosenvaunun ikkunoita olemaan avoinna. +Jossain vaiheessa mellakkapuolueen jäsen heilutti Versaillesissa kuolleen kuninkaallisen vartijan päätä pelästyneen kuningattaren eteen. +Yhdysvaltain imperialismin Filippiinien valloitukseen käytetyt sota-rahat maksettiin filippiiniläisten itsensä. +Heidät pakotettiin maksamaan veroja Yhdysvaltojen siirtomaahallinnolle, jotta suuri osa kulutuksista ja velkakirjojen korkoista voitaisiin maksaa. Velkakirjoja myytiin Filippiinien hallituksen nimissä Wall Streetin pankkien kautta. +Luonnollisesti Yhdysvaltojen imperialismin perustuloja muodostavat supertuotot, jotka perustuvat Filippiinien kansan pitkäaikaisen hyväksikäytöksen tuottamiseen. +Kun halutaan ymmärtää temppeliherrat, täytyy ymmärtää se ympäristö, joka aiheutti heidän perustamisensa. +Tapahtumien aikakausi tunnetaan yleisesti keskiajalla, joka käsittää eurooppalaisen historian 1100-luvun, 1200-luvun ja 1300-luvun aikakaudet (AD 1000–1300). +Keskiajan keskivaiheen edeltää varhainen keskiaika ja seuraa myöhäinen keskiaika, joka päättyy konventionaalisesti noin vuonna 1500. +Teknologinen determinismi on termi, joka käsittää laajan valikoiman ajatuksia käytännössä. Siihen kuuluu esimerkiksi teknologinen painostus tai teknologinen imperatiivi sekä tiukka käsitys siitä, että inhimillinen kohtalo riippuu tieteellisten lakien ja niiden ilmenemisestä teknologiassa. +Useimmat teknologisen determinismin tulkinnat jakavat kaksi yleistä ajatusta: että teknologian kehitys seuraa pääosin kulttuurin ja poliittisen vaikutuksen ulkopuolella olevaa linjaa, ja että teknologia vaikuttaa yhteiskuntiin ominaisesti, eikä sosiaalisesti määrättyinä vaikutuksina. +Esimerkiksi voisi sanoa, että auton käyttö johtaa välttämättä teiden kehitykseen. +Kuitenkin maanlaajuinen tieverkosto ei ole taloudellisesti kannattava vain muutamalle autolle, joten kehitetään uusia tuotantomenetelmiä, jotka vähentävät auton omistamisen kustannuksia. +Yleisellä autonomistuksella on myös vaikutusta liikenteen onnettomuuksien määrään, mikä johtaa terveydenhuollon uusien tekniikoiden keksimiseen, jotka korjaavat vahingoittuneita kehoja. +Romantiikkaan kuului suuri kulttuurideterministinen osa-alue, joka perustui kirjailijoihin kuten Goetheen, Fichteniin ja Schlegeliin. +Romantiikan yhteydessä maantieteellinen ympäristö muotoili henkilöitä, ja ajan myötä perinteet ja kulttuuri, jotka liittyivät maantieteelliseen ympäristöön, syntyivät, ja nämä, jotka sopivat yhteiskunnan paikkaan, olivat parempia kuin säädyt, jotka oli määrätty. +Samaan tapaan kuin Pariisi tunnetaan nykypäivän muodin pääkaupunkina, Konstantinopolia pidettiin feudalimaailman muodin pääkaupunkina. +Sen mainetta luksuskeskuksena alkoi noin vuonna 400 jaa. ja jatkui noin vuoteen 1100 jaa. +Sen arvo laski 1100-luvulla pääasiassa siksi, että ristiretkeläiset olivat palanneet kantaen lahjoja, kuten silkeä ja mausteita, jotka arvostettiin enemmän kuin bysanttilaiset markkinat tarjosivat. +Tässä vaiheessa Konstantinopolista Pariisiin siirrettiin titteli muodin pääkaupungista. +Gottilainen tyyli oli huipussaan 1000-luvun ja 1100-luvun välillä sekä 1300-luvulla. +Alun perin pukeutuminen oli voimakkaasti vaikutukseltaan itäiseltä bysanttilaiselta kulttuurilta. +Mutta hitaat viestikanavat aiheuttivat siinä tapauksessa, että länsimaiden tyylit saattoivat jäädä 25–30 vuoden takaiseksi. +Keskiajan lopussa länsieurooppalaiset alkoivat kehittää omaa tyyliään. Yksi aikakauden suurimmista kehityksistä oli se, että ristiretket johtivat siihen, että ihmiset alkoivat käyttää pusseja vaatekappaleiden kiinnittämiseen. +Subsistenssi-maanviljely on maanviljely, jota harjoitetaan ruoan tuottamiseksi, joka riittää vain maanviljelijän ja hänen perheensä tarpeisiin. +Subsistenssiviljely on yksinkertainen, usein orgaaninen järjestelmä, jossa käytetään säästettyjä siemeniä, jotka ovat alueella esiintyvien elinympäristöjen luontaisia, sekä kasvinvaihtelua tai muita melko yksinkertaisia menetelmiä, jotka pyrkivät maksimoimaan tuotantoa. +Historiallisesti suurin osa maanviljelijöistä oli riippuvaisia maanviljelijöitä, ja tämä on edelleen useissa kehittyvissä maissa. +Subkulttuurit yhdistävät samankaltaisia henkilöitä, jotka ovat jääneet sivuun yhteiskunnan normeista, ja antavat heille mahdollisuuden kehittää identiteettiä. +Subkulttuurit voivat olla erilaisia sen vuoksi, että niiden jäsenet ovat eri-ikäisiä, eri-rotuisia, eri-luokkaisia, sijaitsevat eri paikoilla ja/tai ovat eri sukupuolta. +Subkulttuurin erottavat ominaisuudet voivat olla kielellisiä, taiteellisia, uskonnollisia, poliittisia, seksuaalisia, maantieteellisiä tai yhdistelmä näistä ominaisuuksista. +Subkulttuurin jäsenet osoittavat usein jäsenyyttään erityisellä ja symbolisella tavalla käyttämällä tyyliä, joka sisältää muotit, tavat ja argot. +Yksi yleisimmistä menetelmistä, jota käytetään osoittamaan sosiaalistumisen tärkeyttä, on käyttää harvoja onnettomuustapauksia lapsista, jotka jäivät sosiaalistumatta aikuisilta kasvunsa aikana huolimattomuuden, onnettomuuden tai tahallisen pahoinpitelyn vuoksi. +Tällaisia lapsia kutsutaan villinä tai villiksi. Jotkut villit lapset ovat joutuneet ihmisten pidättämäksi (usein heidän omiaan vanhempiaan); joissakin tapauksissa lapsen jättäminen on johtunut vanhemmista, jotka eivät hyväksy lapsen vakavaa älyllistä tai fyysistä heikentymistä. +Villinä eläneet lapset saattavat olla kokenneet raskasta lapsenahvaitta tai traumaa ennen jättämistään tai pakenemista. +Toisilla väitetään, että ne ovat kasvaneet eläinten kasvattamana, ja jotkut väitetään eläneen villissä yksin. +Kun sitä kasvatetaan täysin muilla eläimillä kuin ihmisillä, villin lapsi esittää käyttäytymistä (fyysisten rajoitusten sisällä) lähes täysin samanlaisena kuin sen hoidon eläimen käyttäytymistä, kuten pelkoa tai huomioimattomuutta ihmisiä kohtaan. +Vaikka projektipohjainen oppiminen pitäisi tehdä oppimisen helpommaksi ja mielenkiintoisemmaksi, scaffolding tekee vielä ylimääräistä. +Rakentelu ei ole oppimismenetelmä, vaan apu, joka tarjoaa tukea henkilöille, jotka käyttävät uutta tietokoneohjelmaa tai aloittavat uuden projektin. +Rakennukset voivat olla sekä virtuaalisia että todellisia, eli opettaja on rakennus, mutta niin on myös pieni paperiklipin mies Microsoft Office-ohjelmistossa. +Virtuaaliset tukirakenteet sisältyvät ohjelmaan ja ovat tarkoitettuja kysyttäväksi, käskemään ja selittämään menetelmiä, jotka voivat olla liian vaikeita opiskelijan tekemiseen yksin. +Lasta sijoitetaan sijaisperheeseen erilaisista syistä, jotka vaihtelevat huolimattomuudesta, pahoinpitelyyn ja jopa uhkailuun. +Kaikki lapset eivät koskaan pitäisi joutua kasvamaan ympäristössä, joka ei ole tarjoava, huolehtiva tai opettava, mutta he kuitenkin joutuvat siihen. +Näkemme sijaisperhejärjestelmän turvallisena alueena näille lapsille. +Meidän sijaisperhejärjestelmämme on tarkoitettu tarjoamaan turvallisia koteja, rakkauttavia huoltajia, vakaita koulutusta ja luotettavaa terveydenhuoltoa. +Sijaisperheen tehtävänä on tarjota kaikki tarpeelliset asiat, jotka puuttuivat heidän aiemmasta kotistaan. +Internet yhdistää sekä joukkotiedottamisen että henkilökohtaisen tiedottamisen piirteitä. +Internetin erityispiirteet johtavat lisääntyviin ulottuvuuksiin käyttötavoitteiden ja tyydytyksien näkökulmasta. +Esimerkiksi James et al. (1995) esittävät Internetin käyttöön olevan tärkeitä motiiveja "opiskelu" ja "sosiaalistuminen". +Eighmey ja McCord (1998) tunnistivat myös "henkilökohtaisen osallistumisen" ja "jatkuvat suhteet" uusiksi motivaatioryksikköinä, kun he tutkivat yleisön reaktiota verkkosivustoihin. +Videonauhan käyttö on johtanut tärkeitä löytöjä mikroilmeiden tulkinnassa, eli kasvojen liikkeistä, jotka kestävät muutamia millisekunteja. +Erityisesti väitetään, että on mahdollista havaita, onko henkilö valehtelee tulkitsemalla oikein mikroilmeitä. +Oliver Sacks vihjasi The President's Speech -kirjoituksessaan, että ihmiset, jotka eivät pysty ymmärtämään puhetta aivovamman vuoksi, pystyvät silti arvioimaan uskottavuutta tarkasti. +Hän ehdottaa jopa, että tällaisia kykyjä ihmisten käyttäytymisen tulkitsemiseen voi olla olemassa myös eläimillä, kuten koirilla. +2000-luvun tutkimus on osoittanut, että geneettisen vaihtelun on kaksi lähdettä: piilotettu ja ilmenevä. +Muutos lisää uutta geneettistä vaihtelua, ja valinta poistaa sen esiintyvästä vaihtelusta. +Segregaatiot ja resegregaatiot siirtävät erilaisuutta takaisin ja takaisin kahden populaation välillä jokaisella sukupolvella. +Savannilla on vaikeaa, että apina, jonka ruoansulatusjärjestelmä muistuttaa ihmisten ruoansulatusjärjestelmää, voisi täyttää aminohapen vaatimuksensa saatavilla olevista kasvinäytteistä. +Lisäksi epäonnistuminen aiheuttaa vakavia seurauksia: kasvuun liittyvä masennus, ravitsemuksellinen aliravitsemus ja lopulta kuolema. +Helpoiten saatavilla olevat kasvinäytteet olisivat olleet proteiinit, jotka ovat saatavilla lehdistä ja siemenkasveissa, mutta nämä ovat vaikeasti imeyttäviä ilman valmistelua. +Toisaalta eläinperäiset ravintolähteet (muurahaiset, termiitit ja munat) eivät vain ole helposti imeytyviä, vaan ne tarjoavat suuria määriä proteiineja, jotka sisältävät kaikki elintärkeät aminohapukset. +Kokonaisuudessa katsottuna ei pidä yllättää, että esi-isämme ratkaisivat "proteiniproblemansa" melko samalla tavalla kuin simpanssit savannilla tekevät nykyään. +Univaje on prosessi, jossa herätään tarkoituksellisesti normaalin univajeajan aikana ja lepätään lyhyen aikaa myöhemmin (10–60 minuuttia). +Tämä voidaan helposti tehdä käyttämällä melko hiljaisen herätyskellon herättääksesi tietoisuuteen ilman täyttä heräämistä. +Jos löydät itsesi nukkumisen aikana palauttamassa kelloa, se voidaan asettaa toiselle puolelle huoneesta, jolloin sinun on poistuttava sängystä, jotta saat sen pois päältä. +Toiset biorytmiin perustuvat vaihtoehdot sisältävät juomista paljon nestettä (erityisesti vettä tai teetä, joiden tiedetään olevan diureettisia) ennen unta, mikä pakottaa henkilön heräämään käymään. +Sisäisen rauhan määrä korreloi vastakkaisesti kehon ja sielun kireyden määrään. +Kaikki ihmiset voivat löytää absoluuttista rauhaa ja tyytyväisyyttä. Tilanteessa, jossa tension on alhaalla, elämänvoima on positiivisempi. +Jokainen voi saavuttaa valaistumisen. Ainoa asia, joka estää tämän tavoitteen saavuttamista, on oma kireys ja negatiivisuus. +Tibetin buddismi perustuu Buddhan opetuksiin, mutta se on laajentunut mahayana-polulla, joka perustuu rakkauden opetuksiin, sekä monilta tekniikoilta intialaisesta jóga-liikkeestä. +Periaatteessa tiibetiläinen buddismi on erittäin yksinkertainen. Se koostuu kundalini-jogasta, meditaatiosta ja kaikkiaan rakkauden tielle johtavasta tiestä. +Kundalini-jogassa kundalini-energia (valaistumisen energia) herätään yoga-asennoista, hengitystehtävistä, mantroista ja visualisoimisesta. +Tibetin meditaation keskus on jumalten yoga. Jumalten visualisoinnin kautta energiakanavat puhdistetaan, chakrat aktivoituvat ja valohakuinen tietoisuus luodaan. +Saksa oli yleinen vihollinen toisessa maailmansodassa, mikä johti yhteistyöhön Neuvostoliiton ja Yhdysvaltain välillä. Sodan päättymisen jälkeen erimielisyydet järjestelmästä, prosessista ja kulttuurista johtivat maiden välirikkoon. +Kaksi vuotta sodan päättymisen jälkeen entiset liittolaiset olivat nyt vihollisia, ja kylmä sota alkoi. +Se jatkui seuraavat 40 vuotta ja taisteltiin siinä tosissaan, käyttäen välikäyttöarmeijoita, Afrikan ja Aasian taistelukentillä, Afganistanissa, Kuubassa ja monissa muissa paikoissa. +Syyskuun 17. päivänä vuonna 1939 Puolan puolustus oli jo romahtanut, ja ainoa toivo oli vetäytyä ja järjestäytyä uudelleen Romanian rintamalla. +Nämä suunnitelmat kuitenkin muuttuivat melkein yhdessä yössä, kun yli 800 000 Neuvostoliiton punaisen armeijan sotilasta hyökkäsi Puolan itäosiin Rigan rauhan sopimuksen, Neuvostoliiton-Puolan sopimuksen ja muiden kansainvälisten sopimusten vastaisesti ja perusti Belarusin ja Ukrainan rintamat. +Laivojen käyttäminen on selvästi tehokkain tapa siirtää suuria määriä ihmisiä ja tavaroita merillä. +Merivoimien tehtävä on perinteisesti ollut varmistaa, että maa pystyy siirtämään ihmisiään ja tuotteitaan, samalla kun se estää vihollisen siirtämästä ihmisiään ja tuotteitaan. +Yksi merkittävimmistä esimerkkeistä on toisen maailmansodan aikainen Pohjois-Atlantista käsin käyty sota. Amerikkalaiset yrittivät siirtää miehiä ja materiaalia Atlantin yli, jotta he voisivat auttaa Iso-Britanniaa. +Samaan aikaan Saksan laivasto, joka käytti pääasiassa sukellusveneitä, yritti estää tämän liikenteen. +Jos liittolaiset olisivat epäonnistuneet, Saksa olisi todennäköisesti voinut valloittaa Iso-Britannian samalla tavalla kuin muun Euroopan. +Sikat näyttäisivät olevan ensimmäistä kertaa domestisoituneet noin 10 000 vuotta sitten Iranin Zagros-vuoristossa. +Antiikin aikaiset kulttuurit ja heimot alkoivat säilyttää ne helposti saatavilla olevan maitoa, hiuksia, lihaa ja nahkaa varten. +Kotieläimet pidettiin yleensä laumoissa, jotka kävelivät vuoristoilla tai muilla laiduntelualueilla, ja ne huolehtivat usein lasten tai teini-ikäisten kasvattelijoista, jotka olivat samankaltaisia yleisemmin tunnetuille karjankasvoille. Nämä karjankasvatusmenetelmät ovat edelleen käytössä. +Wagonwayt rakennettiin Englannissa jo 1500-luvulla. +Vaikka vaunujaadut koostuivat pelkästään rinnakkain olevista puulevyistä, ne antoivat hevosille, jotka ne vetivät, mahdollisuuden saavuttaa suurempia nopeuksia ja vetää suurempia lastia kuin päivän hieman rautaisemmilla teillä. +Raiteiden kiinnitystä varten rakennettiin varsin varhain teräsristeitä. Ajan myötä kuitenkin huomattiin, että raiteet olisivat tehokkaampia, jos ne olisivat yläosastaan terästä. +Tämä oli yleistä käytäntöä, mutta teräs aiheutti rattaista tehtyjen vaunujen puolesta enemmän kulua. +Lopulta puusta valmistetut pyörät korvattiin teräspyörillä. Vuonna 1767 ensimmäiset täysin teräsrailit otettiin käyttöön. +Ensimmäinen tunnettu liikenne oli kävely. Ihmiset aloittivat kävelemisen pystyasennossa kahden miljoonan vuoden sitten Homo erectuksen (eli pystyihminen) ilmestymisen yhteydessä. +Heidän edeltäjänsä australopithecusit eivät kävelleet tavallisesti pystyasennossa. +Australopithecus-fossiilit ovat 4,2-3,9 miljoonaa vuotta vanhoja, mutta Sahelanthropus saattoi käydä kahdella jalalla jo seitsemän miljoonaa vuotta sitten. +Me voimme alkaa elää ystävällisemmin luonnolle, liittyä ympäristöliikkeeseen ja jopa toimia aktivisteina, jotta voimme vähentää tulevaa kärsimystä jonkin verran. +Tämä on samankaltainen kuin monien tapauksissa oireiden hoito. Jos haluamme kuitenkin pysyvää ratkaisua, täytyy löytää ongelmien juuret ja poistaa ne toimimattomiksi. +On selvää, että maailma on muuttunut paljon ihmisten tieteellisen ja teknologisen kehityksen ansiosta, ja ongelmat ovat muuttuneet pahemmiksi ylipopulaation ja ihmisten ylimielisen elämäntavan vuoksi. +Sen jälkeen, kun se hyväksyttiin kongressissa 4. heinäkuuta, käsikirjoitus, jonka oli allekirjoittanut kongressin puheenjohtaja John Hancock ja sihteeri Charles Thomson, lähetettiin muutaman korttelin päähän John Dunlapin painamoon. +Yön aikana valmistettiin 150–200 kopiota, jotka tunnetaan nykyään nimellä "Dunlapin ilmoitukset". +Ensimmäinen julkinen luku dokumentista tapahtui 8. heinäkuuta itsenäisyyslaitoksen pihalla John Nixonin toimesta. +Yksi kopio lähetettiin George Washingtonille 6. heinäkuuta, jolloin hän luki sen joukkoilleen New Yorkissa 9. heinäkuuta. Toinen kopio saapui Lontooseen 10. elokuuta. +25 Dunlapin julistusta, jotka tunnetaan yhä olevan olemassa, ovat vanhimpia säilyneitä kopioita asiakirjasta. Alkuperäinen käsikirjoitettu kopio ei ole säilynyt. +Monet paleontologit uskovat nykyään, että yksi dinosaurusten ryhmä selvisi ja elää edelleen. Me kutsumme niitä lintuiksi. +Monet ihmiset eivät pidä niitä dinosaureina, koska niillä on höyheniä ja ne voivat lentää. +Mutta monet lintujen ominaisuudet ovat edelleen dinosaurusten kaltaisia. +Niillä on jalat, joissa on kalloja ja kalloja, ne munivat munia, ja ne kävelevät kahdella takajalallaan kuin tyrannosaurus. +Lähes kaikki tällä hetkellä käytössä olevat tietokoneet perustuvat tietojen manipulaatioihin, jotka on koodattu binäärilukujen muodossa. +Binääriluku voi olla ainoastaan yksi kahdesta arvosta, eli 0 tai 1, ja nämä arvot kutsutaan binäärilukuksi - tai biteiksi, jos käytetään tietokoneen slangia. +Sisäiseen myrkytykseen ei välttämättä välittömästi ilmennä. Oireet, kuten oksentelu, ovat riittävän yleisiä, joten diagnossi ei voi tehdä välittömästi. +Sisäisestä myrkytyksestä voi kertoa parhaiten olevan lääkitystä tai myrkyllisiä kodintuotteita sisältävä avoin säiliö. +Tarkista etiketti, jossa on konkreettisia ensiapuohjeita tietyn myrkyn kohdalle. +Entomologit käyttävät sanaa bug tieteellisessä merkityksessä tämän ryhmän hyönteisiä varten. +Tämä sana on peräisin vanhasta tuttuudesta lihaspistiinneista, jotka ovat hyvin sopeutuneet ihmisten verestämiseen. +Nidikolaisiksi kutsutaan niitä, jotka ovat sopeutuneet elämään isäntäeläintänsä pesussa tai asunnossa. Nidikolaisiksi kuuluvat sekä salamalöydöt että vuodekimalöydöt. +Yhdysvalloissa on noin 400 000 tunnistettua MS-tapausta, mikä tekee siitä nuorten ja keskikäisten aikuisiin kohdistuvan johtavan neurologisen sairauden. +MS on tautti, joka vaikuttaa keskushermostoon, joka koostuu aivoista, selkärannasta ja silmärannasta. +Tutkimus on osoittanut, että naisilla on kaksi kertaa suurempi todennäköisyys saada MS kuin miehillä. +Pariskunta voi päättää, ettei se ole heidän tai heidän lapsen hyväksi, että he kasvattavat vauvan. +Nämä parit voivat päättää tehdä sijaisperheen suunnitelmaa vauvalleen. +Adoptiossa syntymävanhemmat lakkauttavat oikeudensa, jotta toinen pariskunta voisi adoptoida lapsen. +Tiede pyrkii ennen kaikkea selvittämään, miten maailma toimii tieteellisen menetelmän avulla. Tämä menetelmä ohjailee todella monia tieteellisiä tutkimuksia. +Se ei kuitenkaan ole yksin, kokeilu ja kokeilu on koe, jota käytetään, jotta voidaan poistaa yksi tai useampi mahdollinen hypoteesi. Kysymyksiä ja havaintoja käytetään myös tieteellisessä tutkimuksessa. +Luonnontieteilijät ja filosofit keskittyivät klassisten teosten ja erityisesti Raamatun latinaiseen kieleen. +Hyväksyttiin Aristoteleen näkemyksiä kaikista tieteellisistä asioista, mukaan lukien psykologia. +Kun kreikkalaisen tieteen tietoisuus väheni, länsimaat joutuivat eristyksiin kreikkalaisista filosofisista ja tieteellisistä juuristaan. +Monet havainnot fyysiologiasta ja käyttäytymisestä johtuvista rytmeistä ovat usein ratkaisevasti riippuvaisia endogeenisista rytmeistä ja niiden tuottamisesta biologisten kellojen kautta. +Säännöllisiä rytmejä, jotka eivät ole pelkästään vasteita ulkoisilta säännöllisiltä signaaleilta, on havaittu useimmilta eläviltä olentoilta, kuten bakteereilta, sieniltä, kasveilta ja eläimiltä. +Biologiset kellot ovat itsenäisesti toimivia oscillaattoreita, jotka pystyvät jatkamaan vapaata kiertoaan myös ilman ulkoisia vihjeitä. +Hersheyn ja Chasen koe oli yksi johtavista ehdotuksista siitä, että DNA on geneettinen aine. +Hershey ja Chase käyttivät fageja eli viruksia siirtääkseen oman DNA:nsa bakteerin sisään. +He suorittivat kaksi koe-eläintutkimusta, joissa he merkitsivät joko fageen DNA radioaktiivisella fosforilla tai fageen proteiinin radioaktiivisella sulfurilla. +Muutokset voivat aiheuttaa erilaisia vaikutuksia riippuen siitä, onko kyseessä erilaisia mutaatioita, mitkä geneettiset alueet ovat vaikutukseltaan tärkeitä ja ovatko solut, joihin mutaatio vaikuttaa, kantasoluja. +Ainoastaan mutaatiot kantasoluissa voivat siirtyä lapsiin, kun taas muualla mutaatiot voivat aiheuttaa soluvuodon tai syöpää. +Luontoon perustuva matkailu houkuttelee ihmisiä, jotka ovat kiinnostuneita luonnonsuojelualueiden käynnistämisestä tarkoituksenaan nauttia maisemista, kasveista ja eläimistä. +Paikalla tehtäviä ovat esimerkiksi metsästys, kalastus, valokuvaaminen, lintujen tarkkaaminen ja käyminen puistoissa sekä tutustuminen elinympäristöön liittyviin tietoihin. +Esimerkki on käyminen, valokuvaus ja opiskelu Borneossa elävistä orangutaneista. +Joka aamu ihmiset lähtevät pieniltä maaseutukaupungeilta autojen kyydissä työpaikalleen, ja heitä ohittaa muita, joiden työpaikka on heidän juuri jättämänsä paikka. +Tässä dynamisessa liikennekuljetuksessa kaikki ovat jotenkuten yhteydessä ja tukemassa yksityiskuljetusjärjestelmää perustuvaa liikennejärjestelmää. +Tiede osoittaa nyt, että tämä suuri hiiltoiminta on irrottanut biosfääri yhdestä sen vakautuneista tila-asemista, jotka ovat kannustaneet ihmisen evoluutiota viimeisen kahden miljoonan vuoden aikana. +Kaikki osallistuvat yhteiskuntaan ja käyttävät liikennejärjestelmiä. Melkein kaikki valittaa liikennejärjestelmiä. +Kehittyneissä maissa on harvinaista kuulla samanlaisia valituksia veden laadusta tai siltojen romahtamisesta. +Miksi liikennejärjestelmät aiheuttavat tällaisia valituksia ja epäonnistuvat päivittäin? Ovat liikenneinsinöörit vain epäpäteviä? Vai on jotain perustavanlaatuisempaa tapahtumassa? +Liikenteen kuljetus on tutkimus yksittäisten kuljettajien ja ajoneuvojen liikkeestä kahden pisteen välillä ja niiden välisistä vuorovaikutuksista. +Onneksi liikenneturvallisuuden opiskelu on vaikeaa, koska ajoneuvojen kuljettajien käyttäytymistä ei voi ennustaa täysin varmoillaan. +Onneksi kuljettajat käyttäytyvät usein kohtuullisen tasaisesti, joten liikennevirrat ovat usein kohtuullisen tasaisia ja niitä voidaan lähestyä matemaattisesti. +Liikennetilanteen edustamiseksi on luotu suhteita kolmen pääominaisuuden välille: (1) liike, (2) tiheys ja (3) nopeus. +Nämä suhteet auttavat suunnittelu-, suunnittelu- ja toiminnan suunnittelussa. +Lepakot olivat ensimmäiset eläimet, jotka pääsivät ilmaan. Niiden lentokyky auttoi heitä välttämään vihollisia helpommin ja löytämään ruokaa ja kumppaneita tehokkaammin. +Useimpien hyönteisten etu on siinä, että niillä on mahdollisuus kääntää siipiä takaisin kehoon. +Tämä antaa heille laajemman valikoiman pieniä paikkoja, joissa he voivat piiloutua petoeläimiltä. +Nykyään ainoat hyönteiset, jotka eivät saa siipensä takaisin, ovat dragonfliesit ja mayfliesit. +Tuhansia vuosia sitten mies nimeltä Aristarkhos sanoi aurinkokunnan liikkuvan Auringon ympäri. +Jotkut ihmiset uskoivat hänen olevansa oikeassa, mutta monet ihmiset uskoivat sen sijaan, että Aurinkokunnan kappaleet liikkuivat ympäri Maata, mukaan lukien Auringon (ja jopa muutkin tähdet). +Tämä näyttää järkevältä, koska maa ei tunnu liikkuvan, oikeastaan? +Amazon-joki on maailman toiseksi pisin ja suurin joki. Se kuljettaa yli kahdeksan kertaa enemmän vettä kuin maailman toiseksi pisin joki. +Amazon on myös maailman levein joki, joka on joskus jopa kuusi mailia leveä. +Amazonista tulee jopa 20 prosenttia siitä vettä, joka purkautuu maapallon joista valtameriin. +Pääuoman pituus on 6 387 kilometriä (3 980 mailia). Se kerää vettä tuhansilta pienemmiltä joilta. +Vaikka kivipyramidien rakentaminen jatkui vanhemman valtakunnan loppuun saakka, Gizan pyramidit eivät koskaan saavuttaneet niiden kokoa tai teknistä taitavuutta. +Uuden valtakunnan egyptiläiset ihastelivat edeltäjiään rakentamia monumentteja, jotka olivat tuolloin yli tuhat vuotta vanhoja. +Vatikaan tasavallan väkiluku on noin 800. Se on maailman pienin itsenäinen valtio ja väkiluvultaan pienin valtio. +Vatikaanin tasavalta käyttää italiaa lainsäädännössään ja virallisissa viesteissään. +Italiaa puhuvat myös useimmat, jotka työskentelevät osavaltion palveluksessa, ja latinaa käytetään usein uskonnollisissa tilaisuuksissa. +Kaikki Vatikaanin kansalaiset ovat roomalaiskatolisia. +Antiikin aikana ihmiset tunsivat jo alkeisia kemiallisia alkuaineita, kuten kultaa, hopeaa ja kuparia, koska ne voidaan kaikki löytää luonnosta luonnollisessa muodossa ja niiden louhinta on verrattain yksinkertaista alkeellisten työvälineiden avulla. +Aristoteles, filosofi, teorisoi, että kaikki koostuu yhdestä tai useammasta neljästä alkuaineesta. Ne olivat maa, vesi, ilma ja tuli. +Tämä oli enemmän kuin neljä olomuotoa (järjestyksessä samassa järjestyksessä): kiinteä, neste, kaasu ja plasma, vaikka hän myös arveli, että ne muuttuvat uusiksi aineiksi, jotka muodostavat sen, mitä näemme. +Alloyt ovat käytännössä kahden tai usean metallin seosta. Ei unohda, että taulukossa on paljon eri alkuaineita. +Kalsiumia ja kaliumia pidetään metalleina. Tietysti on myös muita metalleja, kuten hopeaa ja kultaa. +Lisäksi voi olla seoksia, jotka sisältävät pientiä määriä ei-metalleista alkuaineista, kuten hiiltä. +Kaikki maailmankaikkeudessa olevat asiat koostuvat aineesta. Kaikki aine koostuu pienistä hiukkasista, joita kutsutaan atomeiksi. +Atomit ovat niin äärimmäisen pieniä, että niitä voisi mahtua miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit miljardit milj +Niinpä kyni oli monelle ihmiselle hyvä ystävä, kun se tuli markkinoille. +Katastrofi on siinä, että uusien kirjoitusmenetelmien kehittyminen on aiheuttanut pennalle alempaa asemaa ja käyttöä. +Nyt ihmiset kirjoittavat viestejä tietokoneen näyttöjä, eikä heidän tarvitse koskaan lähestyä teräyksen lähelle. +Kannattaa vain pohtia, miten näppäimistö muuttuu, kun jotain uutta tulee. +Räjähdyspommi toimii periaatella, jonka mukaan tarvitaan energiaa, jotta voisi yhdistää paljon protoneja ja neutroneja sisältävän ydin. +Jokseenkin kuin kuljettaa raskasta kärryä mäellä ylöspäin. Nukleuksen jakaminen uudelleen vapauttaa jonkin verran energiaa. +Jotkin atomit sisältävät epävakaita ytimiä, mikä tarkoittaa sitä, että ne hajoavat helposti ilman tai melko vähäistä nudutusta. +Kuun pinta koostuu kivistä ja pölystä. Kuun ulkokerroksesta käytetään nimitystä maankuori. +Korkeus on lähellä puolella noin 70 kilometriä ja kaukana puolella noin 100 kilometriä. +Se on matalammalla alueella ohuempi ja korkeammalla alueella paksumpi. +Lähelläpuolella voi olla enemmän kraattereita, koska maankuori on ohutempi. Lava pääsi helpommin nousemaan pintaan. +Sisältöteoriat keskittyvät siihen, mitä saa ihmiset kiihtymään tai miellyttää heitä. +Nämä teoriat viittaavat siihen, että ihmisillä on tiettyjä tarpeita ja/tai toiveita, jotka ovat sisäistyneet heidän aikuistuessaan. +Nämä teoriat tutkivat sitä, miksi tietyt ihmiset haluavat tiettyjä asioita ja mitkä asiat heidän ympäristössään saavat heidät tekemään tai tekemättä tiettyjä asioita. +Kaksi suosittua sisältöteoriaa ovat Maslowin hierarkia tarpeista ja Hertzbergin kaksi tekijät teoria. +Yleisesti ottaen kaksi käyttäytymistä voi ilmaantua, kun johtajat aloittavat johtamaan entisiä samankaltaisia työntekijöitä. Toisessa päässä on pyrkimys pysyä "yhtenä heistä" (tai naisista). +Tällaisille johtajille on vaikea tehdä epäsuosittuja päätöksiä, määrätä rangaistuksia, arvioida suorituksia, määrätä vastuuta ja pitää ihmisiä vastuuseen. +Toisessa ääripäässä henkilö muuttuu tunnistamattomaksi henkilöksi, joka tuntee tarvitsevansa muuttamaan kaiken, mitä joukkue on tehnyt, ja tehdä sen omaksi. +Lopulta johtaja on vastuussa joukkueen menestyksestä ja epäonnistumisesta. +Tämä käyttäytyminen aiheuttaa usein erimielisyyksiä johtajien ja joukkueen muiden jäsenien välillä. +Virtuaaliset ryhmät pitäisi pitää samaan tasoihin kuin perinteiset ryhmät, mutta niiden välillä on huomaamattomia eroja. +Virtuaaliryhmän jäsenet toimivat usein oman fyysisen ryhmän keskipisteenä. +Heillä on usein enemmän itsenäisyyttä kuin tavallisilla joukkueen jäsenillä, koska heidän joukkueensa voivat kokoontua eri aikavyöhykkeiden mukaan, ja paikallinen johto voi ehkä ei ymmärrä sitä. +Virallisen "näkymättömän ryhmän" (Larson ja LaFasto, 1989, s. 109) läsnäolo on myös ainutlaatuinen osa virtuaaliryhmää. +“Näkymättömään joukkueeseen” kuuluu henkilö, jolle jokainen joukkueen jäsen raportoi. Näkymättömään joukkueeseen kuuluvat myös standardit, joiden mukaan jokainen joukkueen jäsen toimii. +Miksi jokin järjestö haluaisi mennä läpi aikaa vievän oppimisjärjestelmän luomisprosessin? Yksi järjestön oppimiskonseptien toteuttamiseen tähtäävistä tavoitteista on innovaatio. +Kun kaikki saatavilla olevat resurssit hyödynnetään tehokkaasti organisaation eri toimialoilla, voi syntyä luovuutta ja kekseliäisyyttä. +Tämän seurauksena organisaation yhteistyö onnistuu ylittämään esteen ja voi johtaa uuteen innovaatioihin, jotka palvelevat asiakkaan tarpeita. +Ennen kuin yritys voi olla innovaatiivinen, johtamisen täytyy luoda innovaatiokulttuuri sekä yhteinen tietoaineisto ja organisaation oppiminen. +Angel (2006) selittää Continuum-lähestymistavan olevan menetelmä, jota käytetään auttamaan organisaatioita saavuttamaan parempaa suorituskykyä. +Neurobiologiset tietoaineistot antavat fyysisiä todisteita teoreettiselle lähestymistavalle tietoisuuden tutkimiseen, joten se rajoittaa tutkimusalan ja tekee sen paljon tarkemmaksi. +Aivojen patologian ja käyttäytymisen välinen korrelaatio tukee tutkijoita tutkimuksissaan. +Tiedossa on ollut pitkään, että erilaiset aivovammat, traumat, haavat ja syöpät vaikuttavat käyttäytymiseen ja aiheuttavat muutoksia joissakin aivojen toiminnassa. +Uusien teknologioiden kehittyminen antaa meille mahdollisuuden nähdä ja tutkia aiemmin näkymättömiä aivojen rakenteita ja prosesseja. +Tämä antaa meille paljon tietoa ja materiaalia, jota voimme käyttää simulaatiomallien rakentamiseen, jotka auttavat ymmärtämään tapahtumia aivoissamme. +Vaikka tekoäly on voimakkaasti yhdistetty tieteisfantasiaan, tekoäly muodostaa hyvin tärkeän tietojenkäsittelytieteen haaran, joka käsittelee käyttäytymistä, oppimista ja älykkään sopeutumisen koneissa. +Tekoälyn tutkimuksessa tehdään koneita, jotka automatisoivat tehtäviä, joissa tarvitaan älykästä käyttäytymistä. +Esimerkkejä ovat esimerkiksi ohjaus, suunnittelu ja aikataulujen laatiminen, asiakkaiden diagnoosien ja kysymysten vastauskyky sekä käsikirjoituksen tunnistaminen, äänen tunnistaminen ja kasvot. +Tällaiset asiat ovat muuttuneet erillisiksi aloiksi, jotka keskittyvät ratkaisuihin todellisiin ongelmiin. +Nykyään tekoälyä käytetään usein taloustieteissä, lääketieteessä, insinööritieteissä ja armeijassa, kuten on rakennettu useissa kotitietokoneiden ja videopelien sovellusohjelmissa. +Kenttävierailut ovat suuri osa jokaisesta luokkahuoneesta. Usein opettaja haluaisi ottaa oppilaansa paikalle, jonne linja-auto ei pääse. +Technologia tarjoaa ratkaisun käyttämällä virtuaalisia kenttävierailuja. Opiskelijat voivat tutustua museon esineisiin, käydä akvaariossa tai ihmetellä kauniita taidetta luokan kanssa. +Kenttävierailun virtuaalinen jakaminen on myös erinomainen tapa pohtia matkaa ja jakaa kokemuksia tuleville luokille. +Esimerkiksi joka vuosi Pohjois-Carolinan Bennet-koulun opiskelijat suunnittelevat verkkosivuston osallistumisestaan osavaltion pääkaupunkiin. Sivusto remontoidaan vuosittain, mutta vanhoja versioita säilytetään verkossa, jotta niitä voidaan käyttää muistilehtinä. +Blogit voivat myös parantaa opiskelijoiden kirjoittamista. Opiskelijat aloittavat usein blogikokemuksensa epäonnistuneella kieliopituksella ja oikeinkirjoituksella, mutta yleensä yleisön läsnäolo muuttaa tämän. +Koska opiskelijat ovat usein kriittisin yleisö, blogikirjoittaja alkaa yrittää parantaa kirjoittamistaan, jotta häntä ei arvosteltu. +Bloggaaminen pakottaa myös opiskelijat ymmärtämään paremmin maailmaa heidän ympärillään (Toto, 2004). Yleisön kiinnostuksen tarpeen vuoksi opiskelijat pyrkivät olemaan älyisiä ja mielenkiintoisia (Toto, 2004). +Bloggaaminen on työväline, joka innostaa yhteistyötä ja rohkaisee opiskelijoita jatkamaan oppimista hyvin pitkälle perinteisen koulupäivän ulkopuolelle. +Oikeanlainen blogien käyttö voi antaa opiskelijoille valtaa analysoida ja arvostella; aktiivinen reaktiot Internet-materiaaleihin antavat opiskelijoille mahdollisuuden määrittää asemansa muiden tekstien yhteydessä sekä esitellä omia näkemyksiään tietyn aiheen suhteen (Oravec, 2002). +Ottawa on Kanadan houkutteleva, kaksikielinen pääkaupunki, jossa on monia taidegallerioita ja museoita, jotka esittelevät Kanadan menneisyyttä ja nykypäivää. +Etelämpänä on Niagaran putoukset, ja pohjoisessa sijaitsee Muskokan ja sen ympäristön luonnonkauneus, jota ei ole vielä käytetty. +Kaikki tämä ja monia muita asioita tekevät Ontariosta ulkopuolisten mielestä kanadalaiseksi kuin mitä tahansa muuta. +Suuret alueet pohjoisempana ovat hyvin harvaan asutettuja, ja jotkin ovat lähes asumattomia villiintyneitä alueita. +Useille yllättävä vertailu ihmisten määrästä: Yhdysvalloissa asuu enemmän afroamerikkalaisia kuin Kanadan kansalaisia. +Itä-Afrikan saaret sijaitsevat Intian valtamerellä Afrikan itärannikon edustalla. +Madagaskar on selvästi suurin, ja sen villieläimistä koostuva eläimistö on jopa oma manner. +Suurin osa pienemmistä saarista on itsenäisiä tai Ranskalle kuuluvia ja tunnettuja luksusstrandihotelleina. +Arabit toivat myös islamin maille, ja se levisi voimakkaasti Komoreille ja Mayotelle. +Eurooppalainen vaikutus ja siirtolaisuus alkoi 1400-luvulla, kun portugalilainen tutkimusmatkailija Vasco da Gama löysi Kapkaupungin reitin Euroopasta Intiaan. +Pohjoisessa alueen rajana on Sahelin aavikko, ja etelässä ja lännessä Atlantin valtameri. +Naiset: Suositellaan, että kaikki naispuoliset matkustajat sanovat olevansa naimisissa, vaikka he todellisuudessa olisivatkin naimattomia. +On myös hyödyllistä käyttää sormusta (ei kuitenkaan sellaista, joka näyttää liian kalliselta. +Naisille tulee ymmärtää, että kulttuurilliset erot saattavat johtaa siihen, että heidän mielestään häirintää tapahtuu, ja se ei ole harvinaista, että heitä seuraa, otetaan kiinni kädestä ja niin edelleen. +Ole tiukka kieltäessäsi miehiä, ja ei pelkää puolustamaan asiaansa (kulttuurillisista eroista huolimatta se ei tee asian hyväksi!). +Nykyinen Casablanca perustettiin 1000-luvulla eaa. berberiläisillä kalastajilla, ja sitä käyttivät foinikialaiset, roomalaiset ja merenidit strategisena satamana nimeltä Anfa. +Portugalilaiset tuhosivat sen ja rakensivat sen uudelleen nimellä Casa Branca, mutta jättivät sen lopulta vuoden 1755 maanjäristyksen jälkeen. +Marokkolainen sultta rakennutti kaupungin uudelleen nimellä Daru l-Badya ja sen annettiin nimeksi Casablanca espanjalaisilta kauppiailta, jotka perustivat sinne kauppapaikkoja. +Casablanca on yksi Morokon vähiten mielenkiintoisista paikoista kaupankäynnin kannalta. +Vanhan medinan ympäristössä on helppoa löytää paikkoja, joissa myydään perinteisiä marokkolaisia tuotteita, kuten tagiineja, keramiikkaa, nahkatavaroita, vesiputkia ja koko joukko muita esineitä, mutta kaikki on tarkoitettu turisteille. +Goma on matkailukaupunki Kongon demokraattisessa tasavallassa Itä-Afrikassa lähellä Rwandaa. +Goma tuhoutui vuonna 2002 Nyiragongon tulivuoren lähteestä tulleesta laavasta, joka peitti suurimman osan kaupungin katuja, erityisesti keskustaa. +Kun Goma on melko turvallinen, kaikki vierailut ulkopuolella Gomaa pitäisi tutkia, jotta voisi ymmärtää Pohjois-Kivun maakunnassa jatkuvaa taistelua. +Kaupunki on myös tärkeä tapahtumapaikka nyiragongon tulivuorelle nousemiseen yhdessä joidenkin Afrikan edullisimpien vuoristogorillan jäljittelyn kanssa. +Saat käyttää boda-bodaa (moottoripyörätaxi) Goman liikkumiseen. Tavallinen (paikallinen) hinta lyhyelle matkalle on noin 500 Kongon frangia. +Yhdistettynä sen vähäiseen saavutettavuuteen "Timbuktu" on tullut käyttöön metaforina erikoisille, kaukaisille maille. +Tänään Timbuktu on köyhä kaupunki, vaikka sen maine tekee siitä matkailukohteen, ja siellä on lentokenttä. +Vuonna 1990 se lisättiin maailmanperintöluetteloon vaarantuneiden kohteiden joukkoon, koska autiomaiden hiekka oli uhka. +Se oli yksi tärkeimmistä pysähdyksistä Henry Louis Gatesin Wonders of the African World -erikoisohjelman aikana. +Kaupunki on erilainen kuin muut maan kaupungit, sillä siellä on enemmän arabialaista ilmettä kuin afrikkalaista. +Krugerin kansallispuisto (KNP) sijaitsee Etelä-Afrikan koillisosassa ja ulottuu Mozambikin rajalle idässä, Zimbabween pohjoisessa ja etelässä Crocodile-joen rajalle. +Kansallispuisto käsittää 19 500 neliökilometriä ja jaettuin 14:ään erilaiseen elinympäristöön, joissa elää erilaisia villieläimiä. +Se on yksi Etelä-Afrikan tärkeimmistä nähtävyyksistä, ja sitä pidetään Etelä-Afrikan kansallispuistojen (SANParks) lippulaivana. +Kuten kaikilla Etelä-Afrikan kansallisilla puistoilla, puistossa on myös päivittäisiä suojelu- ja sisäisyyden maksuja. +Lisäksi saattaa olla hyödyllistä ostaa villikortti, joka antaa pääsyn valittuihin Etelä-Afrikan kansallispuistoihin tai kaikkiin Etelä-Afrikan kansallispuistoihin. +Hongkongin saari antaa alueelle sen nimen ja on monien turistien mielestä pääkohde. +Hongkongin maamerkkejä muodostavien rakennusten paraati on verrattu kiiltävään bar-taulukkoon, jonka olemassaolosta kertoo Victoria-sataman vesien olemassaolo. +Nähtääkseen Hongkongin parhaat näkemykset, jättäkää saari ja siirry Kowloonin rantaan vastakkaiselle puolelle. +Suurin osa Hongkongin saaren kaupunkimaisesta kehityksestä on tiukasti pakattua takaisin otetuille maille pohjoisrannalla. +Tämä on paikka, jonka brittiläiset siirtolaiset ottivat itselleen, joten jos et etsiä alueen siirtomaa-aikaista historiaa, tämä on hyvä paikka aloittaa. +Sundarbans on maailman suurin rannikkoalue, joka ulottuu 80 kilometriä (50 mailia) rannikolta Bangladeshi ja Intian sisämaahan. +Sundarbans on julistettu Unescon maailmanperintökohteeksi. Intian alueella sijaitseva osa metsästä kutsutaan nimellä Sundarbansin kansallispuisto. +Metsät eivät ole pelkästään mangrove-suoja-alueita – ne sisältävät osan viimeisistä jäljellä olevista metsistä, jotka aikoinaan peittivät Gangetic-tasangon. +Sundarban-suojelualueen pinta-ala on 3 850 neliökilometriä, joista noin kolmasosa on vesialueita tai suoalueita. +Sundarbansit ovat olleet villieläintensuojelualue vuodesta 1966 lähtien, ja arvioidaan, että alueella elää nyt noin 400 valtakunnan tigriä ja noin 30 000 punapääpeuraa. +Linja-autot lähtevät koko päivän ajan kaupungin väli-alueen linja-autoasemalta (joen toisella puolella), mutta useimmat, erityisesti itään ja Jakariin/Bumthangiin suuntaavat linja-autot lähtevät kello 06:30 ja 07:30 välillä. +Siksi on hyvä ostaa lipun muutaman päivän etukäteen, koska linja-autot ovat usein täynnä. +Useimmat alueet palvelevat pieniä japanilaisia Coaster-busseja, jotka ovat mukavia ja vahvoja. +Yhteisötaxiset ovat nopea ja mukava tapa matkustaa lähellä oleviin paikkoihin, kuten Paroon (150 ngult) ja Punakhaan (200 ngult). +Oyapock-joen sillan on valmistuttanut riippusilta. Se ylittää Oyapock-joen ja yhdistää Brasilian Oiapoquen ja Ranskan Guianan Saint-Georges de l'Oyapock -kaupungit. +Molemmat tornit kohoavat 83 metrin korkeuteen, ne ovat 378 metriä pitkät ja ne ovat 3,5 metriä leveät. +Sillan alikulku on 15 metriä. Rakentaminen valmistui elokuussa 2011, mutta sillä ei ole avattu liikenteelle ennen kuin maaliskuussa 2017. +Sillan odotetaan täysin toimimaan syyskuussa 2017, jolloin Brasilian tulliviranomaiset odotetaan valmiiksi. +Guaranit olivat merkittävin alkuperäiskansa, joka eli nykyisen Itä-Paraguayn alueella. He olivat lähes nomaadimaisia metsästäjiä, jotka harjoittivat myös elintarvikkeiden tuotantoa. +Chaco-alueella asui myös muita alkuperäiskansoja, kuten guaycurúja ja payaguája, jotka selvisivät metsästyksellä, keräilyllä ja kalastuksella. +Paraguay syntyi 1500-luvulla Espanjan valloittajien kohtaamisesta alkuperäiskansoihin kuuluvien ryhmien kanssa. Aikaisemmin Paraguayta kutsuttiin nimellä "Giant Province of the Indies". +Espanjalaiset aloittivat kolmen vuosisadan kestäneen siirtolaisuuden aikakauden. +Paraguay on onnistunut säilyttämään monia alkuperäisiä piirteitään ja identiteettejään Asunciónin perustamisesta vuonna 1537 lähtien. +Argentiinalla on yksi maailman parhaista polo-joukkueista ja -pelaajista. +Vuoden suurin turnaus järjestetään joulukuussa Las Cañitasin polo-alueella. +Pienempiä turnauksia ja otteluita voi myös nähdä täältä aikaisemminkin vuoden aikana. +Tiedot turnauksista ja poloottelujen lipun ostosta löydät Argentiinan polo-liiton verkkosivuilta. +Falklandien virallinen rahayksikkö on falklandilainen punta (FKP), jonka arvo on sama kuin yksi brittilainen punta (GBP). +Rahan voi vaihtaa saarten ainoassa pankissa, joka sijaitsee Stanleyssä FIC West -myymälän vastapuolella. +Yhdysvaltain dollarit ja kreditkortit hyväksytään usein myös saarilla ja Stanleyn kaupungissa. +Ulkoisilla saarilla ei todennäköisesti hyväksytä luottokortteja, vaikka Iso-Britannian ja Yhdysvaltain rahaa saatetaan ottaa vastaan. Tarkista käytännöt etukäteen kysymällä omistajilta. +Falklandien valuutan vaihto ulkopuolella saarista on lähes mahdotonta, joten vaihda raha ennen saarten lähdöstä. +Koska Montevideo sijaitsee eteläisellä pallonpuoliskolla, siellä on kesää, kun pohjoisella pallonpuoliskolla on talvi, ja päinvastoin. +Montevideo sijaitsee subtrooppisella vyöhykkeellä, ja kesäkuukausina lämpötilat ylittävät usein +30 asteen. +Talvi voi olla harhaan johtava kylmä: lämpötilat laskuvat harvoin alle nollaa, mutta tuuli ja kosteus yhdistyvät aiheuttamaan kylmempiä oloja kuin mitä lämpömittari kertoo. +Ei ole erityisiä sade- ja kuivakausia: sademäärä pysyy lähes samana vuoden aikana. +Vaikka monet eläimet puistossa ovat siihenkin tottuneet, villieläimet ovat silti villiä ja eivät pitäisi ruokata tai häiritä. +Puiston viranomaisten mukaan pidä etäisyydellä ainakin 100 jalkaa/metriä karhuilta ja susilta sekä 25 jalkaa/metriä kaikilta muilta villieläimiltä! +Vaikka ne saattavat näyttää rauhallisilta, sikaeläimet, hirvet, karhut ja lähes kaikki suuret eläimet voivat hyökätä. +Joka vuonna kymmeniä kävijöitä loukkaantuu, koska he eivät pitäneet tarpeellista etäisyyttä. Nämä eläimet ovat suuria, villisiä ja mahdollisesti vaarallisia, joten anna niihin tarpeellista tilaa. +Lisäksi huomaa, että hajuvien ruokien tuoksu houkuttaa myös karhuja ja muuta villieläimiä, joten pidä hajuvien ruokien kuljettamisesta ja valmistelusta erossa ja pidä leiri puhtaana. +Apia on Samoan pääkaupunki. Kaupunki sijaitsee Upolun saarella ja siellä asuu noin 39 000 ihmistä. +Apia perustettiin 1850-luvulla ja on ollut Samoan virallinen pääkaupunki vuodesta 1959. +Satamassa tapahtui vuonna 1889 kuuluisa laivastoyhteenotto, jossa seitsemän laivaa Saksasta, Yhdysvalloista ja Iso-Britanniasta kieltäytyivät lähtemästä satamasta. +Kaikki alukset upotettiin, lukuun ottamatta yhtä brittiläistä risteilijää. Yli 200 amerikkalaista ja saksalaista kuoli. +Mau-liikkeen järjestämän itsenäisyystaistelun aikana rauhanomainen kokoontuminen kaupungissa johti ylimmän johtajan Tupua Tamasese Lealofi III:n kuolemaan. +Aucklandissa on monia rantoja, koska kaupunki sijaitsee kahden satamakaupungin välissä. Suosituimmat rannat sijaitsevat kolmessa alueessa. +North Shoren rannat (North Harbourin alueella) ovat Tyynellä valtamerellä, ja ne ulottuvat pohjoisesta Long Baysta etelään Devonportiin. +Ne ovat lähes kaikki hiekkaisia rantoja, joissa on turvallista uimista, ja useimmat niistä ovat varjoisia pohutukawa-puiden varjolla. +Tamaki Driven rannat sijaitsevat Waitemata-satamassa Aucklandin keskustan Mission Bayn ja St Heliersin ylellisissä asuinalueissa. +Nämä ovat joskus täynnä olevia perheen rantoja, joiden ranta-alueella on hyvä valikoima kauppoja. Uiminen on turvallista. +Paikallinen päällyöljy on numero yksi, se ei ole monimutkainen olut, mutta siitä on mukavaa ja uutta. Toinen paikallinen olut on nimeltä Manta. +Ranskalaisia viinejä on runsaasti saatavilla, mutta uusiseelantilaiset ja australialaiset viinit saattavat kulkea paremmin. +Paikallinen vesi on täysin turvallista juoda, mutta paketissa oleva vesi on helppoa löytää, jos pelkäät. +Australialaisten keskuudessa "flat white" -kahvi on vieras idea. Lyhyt musta on "espresso", cappuccino täytetään runsaasti maitosta (ei punaista), ja tee tarjoillaan ilman maitoa. +Kuuma sokeri täyttää belgialaisen standardin. Marmeladijuomit ovat kallisia mutta erinomaisia. +Monet koralliriutan vierailut ovat mahdollisia koko vuoden ajan, ja vammat koralliriutalla aiheutuvat ovat harvinaisia. +Siitä huolimatta kannattaa kuitenkin ottaa ohjeita viranomaisilta, noudattaa kaikkia merkkejä ja tarkkailemaan tarkkaan turvallisuusvaroituksia. +Box-meduusat esiintyvät rannikoilla ja joen suistoissa lokakuusta huhtikuuhun pohjoisella pallonpuoliskolla 1770 pohjoispuolella. Ne voivat esiintyä harvemmin myös muualla aikavälillä. +Haieilla on olemassa oikeasti olemassa, mutta ne hyökkäävät harvoin ihmisiä vastaan. Useimmat haiat pelkäävät ihmisiä ja uiskivat pois. +Merihaikarit eivät elä aktiivisesti meressä, vaan pääasuinympäristönsä heillä on joen suistoissa Rockhamptonin pohjoispuolella. +Varauksen tekeminen etukäteen antaa matkustajalle turvallisuuden siitä, että hänellä on paikka, jossa hän voi yöpyä, kun hän saapuu kohteeseen. +Matkatoimistot tekevät usein sopimuksia tiettyjen hotelleiden kanssa, vaikka saattaa olla mahdollista varata muita muotoja majoitusta, kuten leiriytymisalueita, matkatoimiston välityksellä. +Matkatoimistot tarjoilevat yleensä pakettia, joka sisältää esimerkiksi aamiaisen, lentokenttään tai lentokentältä poistumiseen liittyvät liikennejärjestelyt tai jopa yhdistettyä lento- ja hotellipaikkaa sisältävää pakettia. +He voivat myös varata paikan sinulle, jos tarvitset aikaa pohtimaan tarjouksen tai hankkimaan muita asiakirjoja (esimerkiksi viisumi). +Muutokset tai pyynnöt pitäisi kuitenkin tehdä ensin matkatoimiston kautta, eikä suoraan hotellin kanssa. +Jotkut festivaalit ovat niin suosittuja, että suurin osa musiikkifestivaalien kävijöistä päättää leiriytymään tapahtumapaikalle, ja suurin osa kävijöistä pitää sitä tärkeänä osana kokemuksesta. +Jos haluat olla lähellä tapahtumapaikkaa, sinun täytyy saapua varhain, jotta voit saada leiripaikan lähelle musiikkia. +Muista siitä, että vaikka päälavoilla esitetty musiikki saattaa olla päättynyt, jotkut festivaalialueista saattavat esittää musiikkia myöhään iltapäivään saakka. +Jotkin festivaalit tarjoavat erillisiä leiriytymisalueita perheille, joilla on pieniä lapsia. +Jos haluat ylittää Pohjois-Itämeren talvella, tarkista kabinin sijainti, sillä jään läpi kulkeminen aiheuttaa erittäin hälyttävää ääntä niille, jotka kärsivät eniten. +Sankt-Petersburgin risteilyt sisältävät aikaa kaupungissa. Risteilyjä tekevät matkustajat ovat vapautetut viisumin vaatimuksista (tarkista ehtoja). +Kasinot tekevät yleensä paljon yrityksiä siitä, että vierailijat viettäisivät mahdollisimman paljon aikaa ja rahaa. Ikkunoita ja kelloja on yleensä puuttuva, ja uloskäynnit voivat olla vaikeasti löydettävissä. +Ne tarjoilevat yleensä erilaisia ruokia, juomia ja viihdeohjelmia, jotka pitävät vieraita hyvässä mielentilassa ja pitävät heidät paikalla. +Jotkut pelipaikat tarjoilevat alkoholijuomia ilmaiseksi. Kuitenkin juopumus heikentää arviointikykyä, ja kaikki hyvät pelaajat tietävät, kuinka tärkeää on pysyä puhtaana. +Kaikki, jotka aikovat ajaa korkeilla leveysasteilla tai vuoristoalueilla, pitäisivät ottaa huomioon mahdollisuus lunta, jäätä tai kylmät lämpötilat. +Jäätävässä ja lumisessa liikenneympäristössä liikehdintä on matala, eikä ole mahdollista ajaa kuin asfaltilla. +Lumivyöryissä riittävästi lumia, joka saattaa jättää sinut jumiin, saattaa saada sataa hyvin lyhyessä ajassa. +Näkyvyyttä voi rajoittaa myös lentävä tai putoileva lumi tai auton ikkunoiden kondensoituminen tai jäätyminen. +Toisaalta jäätävä ja luminen olosuhteet ovat tavallisia monissa maissa, ja liikenne jatkuu pääosin pikkuhiljaa koko vuoden. +Safarit ovat todennäköisesti Afrikan suurin matkailunähtävyys ja monien kävijöiden kohde numero yksi. +Tavallisessa käytössä sana safari tarkoittaa maa-alueella liikkuvaa matkaa, jonka tarkoituksena on nähdä Afrikan villieläimiä, erityisesti savannilla. +Jotkin eläimet, kuten leopardit ja simpanssit, saattavat lähestyä autoja läheltä, ja tavallinen varustus antaa hyvän näkyvyyden. +Leopardit, kettukarhut ja leopardit ovat joskus varovaisia, ja niitä nähdään paremmin kaukoputkilla. +Kävelysafari (jota myös kutsutaan nimellä "bush walk", "hiking safari" tai "footing") koostuu vaelluksesta, joka voi kestää muutamia tunteja tai useita päiviä. +Paralympialaiset järjestetään 24. elokuuta - 5. syyskuuta 2021. Jotkin tapahtumat järjestetään muualla Japanissa. +Tokio on ainoa aasialainen kaupunki, joka on isännöinyt kaksi kesäolympialaisia. Hänellä oli kesäolympialaiset vuonna 1964. +Jos olet varannut lentoliput ja majoituksen vuoden 2020 aikana ennen siirtymispäätöstä, tilanne voi olla hankala. +Peruutusolosuhteet vaihtelevat, mutta maaliskuun lopussa useimmat koronavirusperuutusolosuhteet eivät ulottu heinäkuuhun 2020, jolloin olympialaiset oli alun perin tarkoitus järjestää. +Odotetaan, että suurin osa tapahtumien lippuista maksaa 2 500 ja 130 000 jenin välillä, ja tavalliset liput maksavat noin 7 000 jeniä. +Leikkaamalla kosteita vaatteita voi auttaa niiden kuivumiseen. Monet hotellit tarjoavat käyttöön lainattavaksi lämminpesukoneen ja leikkauslaudan, vaikka niitä ei ole huoneessa. +Jos ei ole saatavilla tasku, tai jos ei ole halua käyttää taskua, voi yrittää käyttää hiustyöntäjää, jos se on saatavilla. +Ole varovainen siitä, että materiaalista ei tule liian kuumaksi (mikä voi aiheuttaa pienenemistä tai äärimmäisissä tapauksissa syöpymistä). +Vettä voidaan puhdistaa eri tavoin, ja jotkin tavat ovat tehokkaampia tiettyjä uhkia vastaan. +Jotkut alueet tarvitsevat vain minuutin paistamista, toisissa tarvitaan useita minuutteja. +Filterit vaihtelevat tehokkuudestaan, ja jos olet huolestunut, kannattaa hankkia vettä kiinteistä pullosta luotetusta yrityksestä. +Matkustelijat saattavat kohtaa eläimiä, joita he eivät tunne kotiseuduiltaan. +Toukat voivat tuhota ruokaa, aiheuttaa ärsytystä tai pahemmassa tapauksessa aiheuttaa allergiset reaktiot, levittää myrkyn tai levittää tautit. +Tarttuviat taudit tai vaaralliset eläimet, jotka voivat vahingoittaa tai tappaa ihmisiä väkisin, eivät yleensä kuulu tuhoeläimiin. +Tullivapaakauppa on mahdollisuus ostaa tiettyissä kohteissa veron ja tullimaksuista vapautettuja tuotteita. +Matkustajat, jotka ovat matkustamassa maihin, joissa verot ovat korkeat, voivat joskus säästää merkittävästi rahaa, erityisesti alkoholi- ja tupakkatuotteissa. +Reitti Point Marionin ja Fairmontin välillä on Buffalon ja Pittsburghin välisen moottoritien haasteellisin osuus, sillä se kulkee usein eristyksissä olevien metsäalueiden läpi. +Jos olet ei ole käyttänyt maanteitä, pidä varovaisuutta: jyrkät rinteet, kapeat ajosuorat ja terävät käännöt ovat yleisiä. +Postitusnopeusrajoitukset ovat huomattavasti alhaisemmat kuin edeltävissä ja seuraavissa osuuksissa – yleensä 35–40 mailia tunnissa (56–64 km/h) – ja niihin täytyy noudatetaan entistä tiukemmin. +Mielenkiintoista kuitenkin on, että matkapuhelinverkko on täällä paljon vahvempi kuin monissa muissa reitin osuuksissa, esimerkiksi Pennsylvanian villissä. +Saksalaiset leivät ovat melko hyviä, ja Baijerissa ne ovat melko rikkaat ja monipuoliset, samankaltaisia kuin niiden eteläisen naapurimaan, Itävallan leivät. +Leipäkakkuja on yleisiä, ja niissä käytetään vuoden ympäri appelsiineja. Kesän aikana leipäkakkuihin lisätään myös viiniköntöjä ja viiniruusuja. +Monet saksalaiset leivät sisältävät myös pähkinöitä,pähkinäpähkinöitä ja muita puuviinipähkinöitä. Yleisimmät kakut sopivat erityisen hyvin voimakkaan kahvin kanssa. +Jos haluat jotain pieniä, mutta rikastaa täytettyjä leivoksia, kokeile Berliininleipää, pannukakkuja tai krapfeja, riippuen alueesta. +Kari on ruoka, joka perustuu kasveihin ja mausteisiin sekä lihaan tai kasveihin. +Kurry voi olla sekä kuiva että kosteutta, riippuen siitä, kuinka paljon vettä siihen on lisätty. +Pohjois-Intian sisäosissa ja Pakistanissa jogurtia käytetään yleisesti kastikkeissa; Etelä-Intiassa ja joissain muissa rannikkoalueissa Intian niemimaalla kokosmilkkua käytetään yleisesti. +Indonesian 17 000 saaresta voi valita, joten indonesialainen ruoka on yleisnimi, joka käsittää valtavasti erilaisia alueellisia ruoka-aineistoja koko maassa. +Jos sitä käytetään ilman lisämerkintöjä, sana viittaa yleensä ruokaan, joka on alkuperäiseltään Javan saaren keski- ja itäosista. +Jaavan ruoka on nyt saatavilla koko saariston alueella. Jaavan ruokaan kuuluu useita yksinkertaisesti maustettuja ruokalajeja, joiden päämausteina ovat pähkinät, chilit, sokeri (erityisesti Jaavan kokossokeri) ja erilaiset aromaattiset kasvit. +Renkaat ovat ratsastajan jalkojen tukea, jotka kiinnitetään sellaiselle tavalla, että ne ovat molemmin puolin selkävaunusta. +Ne tarjoavat ratsastajalle suuremman tasapainon, mutta ne voivat aiheuttaa turvallisuusongelmia, koska ratsastajan jalat voivat jäädä kiinni niissä. +Jos ratsastaja putoaa hevosen selästä, mutta jalka jää kiinni hevosen jalkaan, hevonen saattaa vetää ratsastajan jälkeensä. Tämän riskin vähentämiseksi on mahdollista ottaa useita turvatoimenpiteitä. +Ensinnäkin useimmat ratsastajat käyttävät ratsastusjalkineita, joissa on jalkaan tarttuva pohja ja hyvin tasainen, melko kapea pohja. +Seuraavaksi osa selleistä, erityisesti englantilaisista selleistä, on varustettu turvavarjoilla, jotka päästävät selleen kiinni kiinnittämässä olevaan jalkaan kiinni kiinnittämässä olevaan jalkaan kiinnittämässä olevaan jalkaan kiinnittämässä olevaan jalkaan kiinnittämässä olevaan jalkaan kiinnittämässä olevaan jalkaan kiinnittämässä olevaan jalkaan kiinnittämässä olevaan jalkaan kiinnittämässä olevaan jalkaan kiinnittämässä olevaan jalkaan kiinnittämässä olevaan jalkaan kiinnittämässä olevaan jalkaan kiinnittämässä olevaan jalkaan kiinnittämässä olevaan jalkaan kiinnittämässä olevaan jalkaan kiinnittämässä olevaan jalkaan kiinnittämässä olevaan jalkaan kiinnittämässä olevaan jalkaan kiinnittämässä olevaan jalkaan kiinnittämässä olevaan jalkaan kiinnittämässä olevaan jalkaan kiinnittämässä olevaan jalkaan kiinnittämässä olevaan jalkaan kiinnittämässä olevaan jalkaan kiinnittämässä olevaan jalkaan kiinnittämässä olevaan jalkaan kiinnittämässä olevaan jalkaan kiinnittämässä olevaan jalkaan kiinnittämässä olevaan jalkaan kiinnittämässä olevaan jalkaan kiinnittämäss +Cochamó-laakso - Chilen tärkein vuorikiipeilykohde, joka tunnetaan Etelä-Amerikan Yosemitestä. Siellä on monenlaisia graniittisiä suuria seinämää ja kivikkoa. +Korkeimmat huipputornit tarjoavat upeita näkymiä. Kiipeilijät kaikkialta maailmasta ovat jatkuvasti luomassa uusia reittejä sen äärellä olevien seinämien äärellä. +Maastohiihto, johon kuuluu hiihto ja lumilautailu, on suosittu urheilulaji, jossa liikutaan lumilla peittyyn maastoon jalkaan kiinnitetyllä lumikengällä tai lumilautailukengällä. +Lumilautailu on suuri matkailuun liittyvä harrastus, jolla on monia innostuneita harrastajia, jotka suunnittelevat joskus koko lomansa lumilautailuun tietyn paikan ympärille. +Hiihtäminen on hyvin vanha idea – luolamaalaukset esittävät hiihtäjiä jo 5000 eaa.! +Maastohiihto on ollut urheilulaji ainakin 1600-luvulta lähtien, ja vuonna 1861 norjalaiset perustivat ensimmäisen vapaa-ajan hiihtoklubin Australiassa. +Matkailu hiihtosulkulla: Tämä toiminta tunnetaan myös nimillä taivaanvarjo-hiihto, taivaanvarjo-matkailu tai taivaanvarjohiihto. +Se liittyy mutta ei yleensä sisällytä alppikiipeilyä tai vuorikiipeilyä, joista jälkimmäinen tehdään jyrkissä olosuhteissa ja vaatii paljon kovempia skiejiä ja saappaat. +Kuvittele hiihtoreitin olevan samankaltainen vaellusreitti. +Hyvissä olosuhteissa saatat kulkea hieman pidempiäkin matkoja kuin kävelemällä – mutta vain hyvin harvoin saatat saavuttaa maastohiihtoon verrattavia nopeuksia valmisteltuilla reiteillä ilman raskaasti täyttynyttä selkävaunua. +Eurooppa on melko pieni mutta itsenäisten valtioiden monipuolinen maantieteellinen alue. Tavallisissa olosuhteissa usean maan läpi matkustaminen tarkoittaa useita viisumia ja passitarkastuksia. +Schengen-alue taas toimii jonkin verran kuin yksi maa tässä suhteessa. +Kun olet tässä vyöhykkeessä, voit yleensä ylittää rajat uudelleen eikä tarvitse enää käydä passkontrollin kohdissa. +Samalla tavalla Schengen-viisillä sinulla ei tarvitse hakea erikseen viisumia jokaiselle Schengenin maalle, joten sinulla säästyy aikaa, rahaa ja papereita. +Ei ole yhtenäistä määritelmää siitä, mitkä valmisteet ovat antiikkeja. Jotkin veroviranomaiset määrittelevät vanhemmaksi kuin 100 vuotta vanhoiksi antiikkeiksi. +Määritelmässä on maantieteellisiä vaihteluita, ja ikäraja voi olla lyhyempi esimerkiksi Pohjois-Amerikassa kuin Euroopassa. +Käsityötuotteet voidaan määrittää antiikkiin, vaikka ne ovat nuorempia kuin samankaltaisia massatuotettuja tuotteita. +Hanhatalous on tärkeä elinkeino saamelaisille, ja kaupan ympäröivä kulttuuri on tärkeä myös monille muille ammattilaisille. +Vaikka perinteisestikin eivät kaikki saamelaiset ole osallistuneet laajamittaiseen poronhoitoon, vaan eläneet kalastuksesta, metsästyksestä ja muista samankaltaisista asioista, käyttäen poroja pääasiassa vetojuhtina. +Tänään monet saamelaiset työskentelevät nykyaikaisissa ammateissa. Matkailu on tärkeä tulonlähde Sápmiin, saamelaisalueelle. +Sikään, että sanaa käytetään yleisesti, erityisesti ei-romaanien keskuudessa, se on usein pidetty loukkauksellisena sen vuoksi, että se yhdistetään negatiivisiin stereotyypeihin ja virheellisiin käsityksiin romaneista ihmisistä. +Jos maa, johon matkustat, saa turvallisuusneuvon, saattaa vaikuttaa sekä matkaturvallisuus- että matkan peruutusvakuutuksesi. +Voit myös haluta neuvotella muiden maiden hallituksen kanssa, mutta heidän neuvonsa on suunnattu heidän kansalaisilleen. +Yksi esimerkki on se, että Amerikan kansalaiset Lähi-idässä voivat kohtaa erilaisia tilanteita eurooppalaisten tai arabien kanssa. +Varoitukset ovat vain lyhyt yhteenveto poliittisesta tilanteesta yhdessä maassa. +Näkemykset ovat usein pinnallisia, yleisiä ja liioiteltuja verrattuna tarkempiin tietoihin, jotka ovat saatavilla muualta. +Kova sää on yleisnimi kaikille vaarallisille sääilmiöille, jotka voivat aiheuttaa vahinkoa, vakavia yhteiskunnallisia häiriöitä tai kuolonuhrintoja. +Vakavat sääolosuhteet voivat esiintyä missä tahansa maailman osassa, ja niitä on useita eri tyyppejä, jotka voivat riippua maantieteestä, topografiasta ja ilmakehän olosuhteista. +Kovat tuulet, ukkosmyrskyt, rankkasateet ja metsäpalot ovat myrskyn muotoja ja vaikutuksia, kuten myös ukkosmyrskyt, tornadot, vesiputoukset ja myrskytuulet. +Paikallisia ja vuodenaikaisia voimakkaita sääilmiöitä ovat muun muassa myrskyt, lumimyrskyt, jäämyrskyt ja pölymyrskyt. +Matkustajille on kehotettu tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkailemaan tarkkaile +Kaikki, jotka suunnittelevat vierailua maahan, jota voidaan pitää sodanvyöhykkeenä, pitäisi saada ammattikoulutusta. +Internetin käyttämiseen perustuva tietojenhaku "vihamielinen ympäristökurssi" antaa todennäköisesti paikallisen yrityksen osoite. +Kurssi käsittelee tavallisesti kaikki tässä käydyt asiat paljon yksityiskohtaisemmin, usein myös käytännön kokemuksella. +Tavallisesti kurssi kestää 2-5 päivää ja sisältää roolipeliä, paljon ensihoitoa ja joskus myös aseiden käyttöön liittyvää koulutusta. +Selviytymistä luonnossa käsittelevät kirjat ja lehdet ovat yleisiä, mutta sota-alueiden käsittelevät julkaisut ovat harvinaisia. +Voyagerit, jotka suunnittelevat sukupuolen korjausleikkauksen ulkomailla, varmistavat, että heillä on oikeutetut asiakirjat paluumatkalle. +Hallituksen taipumus myöntää passit, joissa sukupuoli ei ole mainittu (X), tai dokumentit, jotka on päivitetty nimen ja sukupuolen mukaiseksi, vaihtelee. +Ulkomailla olevien hallitusten halukkuus noudattaa asiakirjoja on yhtä laajalti vaihteleva. +Turvapaikkojen tarkastukset ovat myös muuttuneet paljon loukkauksellisemmiksi 11. syyskuuta 2001 jälkeisessä ajassa. +Leikkaukseen valmistautuvat transsukupuoliset eivät saa odottaa, että he pääsevät skannerien läpi säilyttäen henkilökohtaisuutensa ja arvokkuutensa. +Rip-virtaukset ovat paluuvirtauksia, jotka syntyvät siinä, kun aallot iskevät rantaan ja purkautuvat usein koralliriutalla tai muulla vastaavalla alueella. +Vedenalaisten maantieteellisten olosuhteiden vuoksi paluuvirta on keskittynyt muutamiin syvempiin osiin, ja siellä voi muodostua nopea virta syvemmälle. +Useimmat kuolonuhriltaan johtuvat onnettomuudet johtuvat väsymyksestä, kun ihmiset yrittävät uida takaisin vastakkaiseen virtaan, mikä saattaa olla mahdotonta. +Kun olet poistunut virrastä, uiminen takaisin ei ole enää yhtä vaikeaa kuin tavallisesti. +Yritä osoittaa johonkin kohtaan, johon ei päädy uudelleen tai, riippuen taitoistasi ja siitä, onko huomattu, että voisi odottaa pelastusta. +Paluun järkytys tulee aikaisemmin kuin kulttuurin järkytys (honeymoon-vaihe on lyhyempi), kestää pidempään ja voi olla pahempi. +Jotkut matkailijat, jotka pystyivät helposti sopeutumaan uuteen kulttuuriin, saattavat olla erityisen vaikeuksissa sopeutumaan takaisin omaan kulttuuriinsa. +Kun palaat kotiin ulkomailta, olet sopeutunut uuteen kulttuuriin ja menettänyt jotain käyttäytymistäsi kodinkulttuurista. +Kun lähtisit ensimmäistä kertaa ulkomaille, ihmiset olivat luultavasti suvaitsevia ja ymmärryksellisiä, koska he tunsivat, että uuden maan matkailijat tarvitsevat aikaa sopeutua. +Ihmiset eivät ehkä odota, että pätevyys ja ymmärrystä tarvitaan myös kotiin palaaville matkustajille. +Pyramidin ääni- ja valoesitys on yksi alueen kiinnostavimmista asioista lapsille. +Pyramidit näkyvät myös pimeydessä, ja ne näkyvät hiljaisuudessa ennen esityksen alkua. +Tavallisesti kuullaan turisteilta ja myyjiltä aina ääniä. Valon ja äänen tarina on kuin lastenkirja. +Sfinksi toimii pitkän tarinan taustalla ja kertojana. +Kuvat näytetään pyramideilla, ja eri pyramidit valaistetaan. +Eteläiset Shetlandinsaaret, jotka löydettiin vuonna 1819, ovat useiden maiden käytössä ja niillä on eniten tukikohtia, joista kuusitoista oli aktiivisia vuonna 2020. +Saaret sijaitsevat 120 kilometrin päässä niemimaasta. Suurin saari on King George Island, jolla on asutus nimeltä Villa Las Estrellas. +Muita ovat muun muassa Livingstonin saari ja Deception, jossa tulivuoren edelleen toimiva purkausaltaus muodostaa mahtavaa luonnon satamaa. +Ellsworthin maa on alue, joka sijaitsee Etelämantereen niemimaan eteläpuolella ja rajoittuu Bellingshauseninmereen. +Täällä niemimaan vuoret yhdistyvät tasangolle, ja sitten ne ilmestyvät uudelleen muodostaen 360 kilometriä pitkän Ellsworth-vuoriston, jonka läpi kulkee Minnesotan jääjärvi. +Antarktikan korkeimmat vuoret, Vinson-massiivi, sijaitsevat Sentinel-vuoriston pohjoisosassa. Korkein vuori on Mount Vinson, joka on 4 892 metriä korkea. +Joissakin syrjäisissä olosuhteissa, joissa ei ole matkapuhelinverkkoa, satelliittipuhelin voi olla ainoa vaihtoehto. +Satelliittipuhelin ei yleensä ole korvausta matkapuhelimelle, koska sinun on oltava ulkona ja nähtävä suora linja satelliittiin, jotta voit soittaa puhelua. +Palvelua käytetään usein merenkulussa, mukaan lukien vapaa-ajanveneillä, sekä tutkimusmatkoilla, joissa tarvitaan eristettyä tietoliikennettä ja ääntä. +Paikallinen puhelinpalveluntarjoaja pystyy antamaan lisätietoja tämän palvelun yhdistämisestä. +Yhä suositumpi vaihtoehto vuoden tauolle suunnitteleville on matkustaminen ja opiskelu. +Tämä on erityisen suosittu koulunsa lopettavien opiskelijoiden keskuudessa, sillä se antaa heille mahdollisuuden tehdä vuoden tauko ennen yliopisto-opintoja ilman, että heidän opiskelunsa kärsisi. +Useissa tapauksissa ulkomailla suoritettu vuoden tauko-opiskelu voi jopa parantaa kotimaassa jatko-opintoihin pääsemisen mahdollisuuksia. +Tavallisesti tällaisia opetusohjelmia voi opiskella maksamalla opiskelumaksua. +Suomi on erinomainen veneilykohde. "Tuhatjärviseen maahan" kuuluu tuhansia saaria järvissä ja rannikkoasemissa. +Saaret ja järvet eivät tarvitse välttämättä jahteja. +Vaikka rannikkovesialueet ja suurimmat järvet ovat varmasti tarpeeksi suuria jokaiselle veneelle, pienemmät veneet tai jopa kajakit tarjoavat erilaisen kokemuksen. +Veneily on Suomessa kansallinen harrastus, jossa on vene jokaiselle seitsemälle tai kahdeksalle ihmiselle. +Tähän vastaavat Norja, Ruotsi ja Uusi-Seelanti, mutta muuten se on erittäin ainutlaatuista (esimerkiksi Hollannissa luku on yksi neljään). +Useimmat Baltian risteilyt sisältävät pidempi pysähdyksen Pietarissa Venäjällä. +Tämä tarkoittaa sitä, että voit vierailla historiallisessa kaupungissa kaksi täyttä päivää ennen paluuta ja yöpyä laivassa. +Jos sinun on tarkoitus käydä maissa ainoastaan laivakuljetuksilla järjestetyillä matkoilla, ei tarvitse erillistä viisumia (vuoden 2009 jälkeen). +Jotkut risteilyt mainostavat myös Saksan pääkaupunkia Berliiniä. Kartasta voi nähdä, että Berliini ei ole missäänkään lähellä meriä, eikä kaupungin vierailu ole osa risteilyjen hintaa. +Lentäminen voi olla pelottava kokemus kaikille iäisille ja taustaltaan erilaisille ihmisille, erityisesti jos he eivät ole ennen lentäneet tai ovat kokeneet traumaattista tapahtumaa. +Se ei ole mitään syytä syyttää: se ei ole muuta kuin henkilökohtaisia pelkoja ja epäluuloja muista asioista, jotka monet ihmiset ovat. +Jotkut saattavat saada apua ymmärtääkseen, miten lentokoneet toimivat ja mitä tapahtuu lennon aikana, jotta he voisivat ylittää pelkoa, joka perustuu tuntemattomuuteen tai siihen, ettei heillä ole valtaa asioissa. +Kuriirifirmat maksavat hyvin nopeasta toimitusajasta. Usein aika on erittäin tärkeää liiketoiminnan asiakirjoissa, tavaroissa tai varaosissa kiireellisessä korjauksessa. +Jotkut suuremmat yritykset ovat käyttäneet omia lentokoneitaan joissakin reiteissä, mutta muilla reiteillä ja pienemmissä yrityksissä on ollut ongelmia. +Jos ne lähettivät asiat lentokuljetuksella, jotka-tahansa reitillä saattaa olla kulunut päiviä lastauksesta ja tullista vapauttamisesta. +Ainoa tapa saada se kuljetettua nopeammin on lähettää se matkatavarana. Lentoyhtiön säännöt eivät kuitenkaan anna heille mahdollisuutta lähettää matkatavaraa ilman matkustajaa, joten sinulla on tässä rooli. +Tavallisin tapa lentää ensimmäisessä tai business-luokassa on maksaa paljon rahaa privilegiosta (tai paremminkin saada yhtiösi tekemään sen tehtäväksi). +Kuitenkaan tämä ei kuitenkaan ole halpaa: yleisesti ottaen voi odottaa maksavan jopa nelinkertaisen normaalin talousmatkan ja kymmenenkertaisen ensimmäisen luokan matkan! +Yleisesti ottaen ei ole mitään syytä yrittää etsiä alennuksia yritys- tai ensimmäisessä luokassa olevista paikoista suoraan lentoyhteydestä A:sta B:hen. +Lentoyhtiöt tietävät hyvin, että on olemassa tietty pääryhmä matkustajia, jotka ovat valmiita maksamaan huippuhintaa siitä, että saavat kohteeseen nopeasti ja mukavasti, ja heidän mukaansa lasketaan siten. +Moldovan pääkaupunki on Kišinjov. Paikallinen kieli on romania, mutta venäjää käytetään laajalti. +Moldova on monikielinen tasavalta, joka on kärsinyt etnisestä konfliktista. +Vuonna 1994 tämä konflikti johti siihen, että Itä-Moldovan alueella perustettiin Transnistria-tasavalta, jolla on oma hallitus ja raha, mutta jota ei ole tunnustettu yhdessäkään YK:n jäsenmaassa. +Taloudelliset yhteydet ovat uudelleen muodostuneet näiden kahden Moldovan osan välillä, vaikka poliittiset neuvottelut ovat epäonnistuneet. +Moldovan pääuskonto on ortodoksinen kristinusko. +İzmir on Turkin kolmanneksi suurin kaupunki, jossa asuu noin 3,7 miljoonaa ihmistä. Se on toiseksi suurin satama Istanbulin jälkeen ja hyvin hyvä kuljetusasema. +Aikaisemmin antiikin aikana Smyrnaksi kutsuttu kaupunki on nyt moderni, kehittyvä ja vilkas kaupallinen keskus, joka on rakennettu suurenlahteen ympärille ja jota ympäröivät vuoret. +Leveät valtakadut, lasiseinäiset rakennukset ja modernit ostoskeskukset ovat täynnä perinteisiä punatiilisia kattoja, 1700-luvun toria, vanhoja moskeijoita ja kirkkoja, vaikka kaupungin ilmapiiri muistuttaa enemmän Välimeren Eurooppaa kuin perinteistä Turkkia. +Haldarsvíkin kylässä voi nähdä lähistöllä sijaitsevan Eysturoyn saaren, ja siellä on erikoinen oktaedrinen kirkko. +Kirkonmäellä on mielenkiintoisia marmoriveistoksia lintuja esittäviä lintuja ympäröivissä haudoissa. +Kiinnostavasta kylästä käveleminen vie puoli tuntia. +Pohjoiseen ja helposti saavutettavissa on romanttinen ja houkutteleva Sintran kaupunki, joka sai kuuluisuutta ulkomaalaisilta sen jälkeen, kun lord Byron kirjoitti siitä loistavasta kuvauksesta. +Scotturb-linja 403 liikennöi säännöllisesti Sintraan ja pysähtyy Cabo da Rocaan. +Lisäksi pohjoiseen suuntaan käy Sanctuary of Our Lady of Fatima (Pyhäkkö), joka on maailmanlaajuisesti tunnettu Marian ilmestymispaikka. +Muista, että käyteessä on lähinnä hautausmaa, joka on merkittävä osa maailman väestöstä. +Monet miehet ja naiset ovat vielä elossa, jotka onnistuivat selviytymään täältä, ja paljon enemmän, jotka ovat menettäneet läheisiään, jotka murhattiin täällä tai kuolivat työkuolemaan, juutalaisia ja ei-juutalaisia. +Käyttäkää sivustoa kaikella sen arvostuksella, vakavuudella ja kunnioituksella, joka siihen kuuluu. Tee ei pilkauksia holokaustista tai natseista. +Ei tehkää kohteeseen merkkejä tai raakkua graffitia rakennusten pintaan. +Barcelonan viralliset kielet ovat katalaani ja espanja. Noin puolet haluaa puhua katalaania, suurin osa ymmärtää sitä, ja lähes kaikki tuntee espanjaa. +Kuitenkin useimmat merkit on kuitenkin merkitty vain katalaanin kielellä, koska se on lain mukaan ensimmäinen virallinen kieli. +Kuitenkin espanjaa käytetään laajalti myös julkisissa liikennevälineissä ja muissa palveluissa. +Tavalliset ilmoitukset Metro-junissa tehdään ainoastaan katalaanin kielellä, mutta salaisten häiriöiden ilmoittamiseen käytetään automaattista järjestelmää useilla eri kielillä, mukaan lukien espanjan, englannin, ranskan, arabian ja japanin. +Pariisilaiset ovat maineessaan egoistisia, vihamielisiä ja ylpeitä. +Vaikka tämä on usein vain epätarkka stereotyyppi, paras tapa pärjätä Pariisissa on edelleen käyttäytyä hyvällä käytöksellä ja käyttäytyä kuin "bien élevé" (hyvin kasvatettu) henkilö. Tämä tekee liikkumisesta huomattavasti helpompaa. +Pariisilaiset ovat ystävällisiä vain niin kauan kuin heidän ystävällisyytensä ei ole testattu. +Plitvicen järvet kansallispuisto on tiheässä metsässä, joka koostuu pääosin koivu-, kuusi- ja mäntylajeista. Alueella kasvaa sekoitus Alppien ja Välimeren alueen kasvillisuutta. +Sillä on huomattavasti monipuolinen kasvilajikokoelma sen vuoksi, että se sisältää monia erilaisia mikroklima-alueita, erilaisia maa-alueita ja erilaisia korkeuskohtia. +Alueella elää myös erittäin monipuolista eläin- ja lintulajistoa. +Siellä tavataan harvinaisia eläimiä, kuten euroopan susia, susia, haukkoja, kyyhkyjä, uhusia, kettuja ja hirviä, sekä monia muita yleisempiä lajeja +Kun naiset vierailivat luostareissa, heidän oli käsketty käyttää polviin ulottuvia hameita ja peittää myös olkapäät. +Suurin osa luostareista tarjoilee naisille, jotka eivät ole valmistautuneet, suojia, mutta jos tulet oman kanssasi, erityisesti värikkään, saatat saada hymyn luostarin munkin tai nunnan kasvoille. +Samalla linjalla miehille on edellytettävä, että he käyttävät polviin asti ulottuvia housuja. +Tämäkin voidaan lainata sisäänkäynnin varastosta, mutta vaatteissa ei ole pestitty joka käyttäjän jälkeen, joten saattaa olla epämukava käyttää niitä. Miehille sopii yksi koko! +Mallorcan ruoka, kuten samanlaisia alueita Välimerellä, perustuu leipään, vihanneskasveihin ja lihaan (erityisesti sikaan), ja se käyttää oliiviöljyä kaikkialla. +Yksinkertainen suosittu iltapala erityisesti kesällä on Pa amb Oli: leipä, oliiviöljy, tomaatti ja käytettävissä olevat mausteliköörit, kuten juusto, makrela, etc. +Kaikki substantiivit aloitetaan aina yhdysvaltalaisella kirjaimistolla, jopa keskiosassa lauseessa. +Tämä on tärkeä tapa erottaa joissakin verbien ja kohteiden välillä. +Se tekee myös lukemisen helpommaksi, vaikka kirjoittaminen on hieman monimutkaisempi, koska tarvitsee selvittää, käytetäänkö sanajan tai attribuutin substantiivissa muodossa. +Italian ääntäminen on melko helppoa, koska useimmat sanat äännetään täsmälleen niin kuin ne on kirjoitettu +Tärkeimmät kirjaimet ovat c ja g, koska niiden ääntäminen riippuu seuraavasta vokaalista. +Lisäksi varmista, että sanot r ja rr eri tavalla: caro tarkoittaa rakasta, kun taas carro tarkoittaa vaunua. +Persia on suhteellisen helppo ja pääosin säännönmukainen kieli. +Näin ollen tämän kielioppikirjan lukeminen auttaa oppia paljon persian kielioppia ja ymmärtää lauseita paremmin. +Epäilemättä, jos osaat romantista kieltä, portugalin oppiminen tulee helpommaksi. +Kuitenkin ihmiset, jotka tuntevat vähän espanjaa, saattavat nopeasti päätellä, että portugali on lähellisenä riittävän lähellä, joten sitä ei tarvitse opetella erikseen. +Premodernistiset tähtetornit ovat yleensä vanhentuneet nykyään, ja ne jäävät museoiksi tai opetuspaikaksi. +Kun valaistuksen aiheuttamat häiriöt eivät tuolloin ollut samaa luokkaa kuin nykyään, ne sijaitsevat yleensä kaupungeissa tai yliopistokampuksilla, jotka ovat helpompi saavuttaa kuin nykyaikaiset rakennukset. +Useimmat nykyaikaiset tutkimusteleskooppit ovat valtavia laitteistoja eristyneillä alueilla, joissa on edulliset ilmatieteelliset olosuhteet. +Hanami-kukkien katselu on ollut osa japanilaista kulttuuria jo 800-luvulta asti. +Konsepti on peräisin Kiinasta, jossa viinikukat olivat valintakukka. +Japanissa ensimmäiset viheriäiset järjestettiin ainoastaan keisarin ja hänen ympärillään asuvien aatelin jäsenien välillä. +Kasvit näyttävät parhaimmillaan luonnollisessa ympäristössä, joten pidä itsestäsi hillityksestä poistaa jopa yhden yksilön. +Jos käydään virallisesti järjestetylle puutarhalle kerätäkseen näytteitä, sinua karkotetaan myös ilman keskustelua. +Singapore on yleensä erittäin turvallinen paikka ja hyvin helposti navigoiteltavissa, ja sinne saapuessa voi ostaa melkein mitä tahansa. +Mutta sijoittuminen "korkeille trooppisille alueille" vain muutamia asteja pohjoiseen päivämääräntasosta tarkoittaa, että sinun on käsiteltävä sekä lämpöä (aina) että voimakasta aurinkoa (kun taivas on selvä, harvemmin). +Myös joitakin linja-autoja lähtee pohjoiseen Hebroniin, joka on perinteinen hautapaikka Raamatun patriarkeille Abrahamille, Iisakille, Jaakobille ja heidän puolisoilleen. +Tarkista, että linja-auto, jota ajattelet ottamaan, pysähtyy myös Hebroniin, eikä vain Kiryat Arban lähellä sijaitsevaan juutalaisasutukseen. +Sisävesiä voi hyvin käyttää matkan aiheena. +Esimerkiksi käymällä linnoissa Loiren laaksossa, Reinin laaksossa tai tehden laivareissun merkittäviin kaupunkeihin Danubella tai purjehtimalla Erie-kanavalla. +Ne määrittävät myös reittejä suosituille vaellus- ja pyöräilyreitteille. +Joulu on yksi kristinuskon tärkeimmistä juhlapäivistä ja se juhlistetaan Jeesuksen syntymäpäivänä. +Monet juhlan ympärille syntyneet perinteet ovat levinneet myös eivätkään uskovien keskuuteen kristillisissä maissa ja eivätkään kristittyjen keskuuteen maailmanlaajuisesti. +Juhlitaan perinnettä, jonka mukaan pitäisi viettää pääsiäisenä yön valvottuna jossain julkisella paikalla, jotta voisi nähdä auringonnousun. +Tietenkin on olemassa kristillisiä teologisia selityksiä tälle perinteelle, mutta se saattaa olla varhaiskristillinen kevät- ja hedelmällisyysrituaali. +Monet perinteisemmät kirkot järjestävät usein pääsiäiskellon lauantai-iltana pääsiäisviikonlopun aikana, ja seurakunnat saattavat usein juhlistamaan Kristuksen ylösnousua kello 00.00. +Kaikki saaret alun perin saapuneet eläimet ovat tulleet tänne uinuttuaan, lentäen tai pyyhkäisemättä. +Koska saaret olivat kaukana mantereilta, nisäkkäät eivät pystyneet tekemään matkaa, joten jättiläistortuiseksi tuli Galapagosin pääravintolaji. +Kun ihmiset saapuivat Galapagosille, saarelle on tuotu monia nisäkkäitä, kuten nautiot, hevoset, koiria, rottuja, kettuja ja koiria. +Jos käydät talvella arktisilla tai antarktisilla alueilla, kohtaat napaajan yön, joka tarkoittaa sitä, että aurinko ei nouse horisontin yläpuolelle. +Tämä tarjoaa hyvän mahdollisuuden nähdä revontulet, koska taivas on melkein ympäri vuorokauden pimeä. +Kun alueet ovat hyvin harvaan asuttuja, eikä näin ollen usein ole ongelmaa valaistuksesta, pystyt myös nauttimaan tähtiä. +Japanilainen työkulttuuri on hierarkkisempi ja formaalimpi kuin länsimaalaiset ovat tottuneet. +Sakko on yleinen liiketoiminnan vaate, ja työtoverit kutsuvat toisiaan sukunimillä tai työnimikkeillä. +Työympäristön yhtenäisyys on tärkeää, ja sen tärkeinä pidetään ryhmätyön sijaan yksilöllisten saavutusten ylistämistä. +Työntekijät joutuvat usein hyväksymään esimiehensä hyväksymänsä päätökset, ja heidän odotetaan kunnioittavan esimiehensä käskyjä ilman kysymyksiä. diff --git a/test-en-fi.bleu b/test-en-fi.bleu new file mode 100644 index 0000000000000000000000000000000000000000..d152eecbe73645bf6fa16a7e1e7d311d967dd615 --- /dev/null +++ b/test-en-fi.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 18.59 47.8/22.9/13.3/8.2 (BP = 1.000 ratio = 1.042 hyp_len = 19567 ref_len = 18781) diff --git a/test-en-fi.comet b/test-en-fi.comet new file mode 100644 index 0000000000000000000000000000000000000000..e953bfe376ab09e474b988f9ebad753c725a1fbf --- /dev/null +++ b/test-en-fi.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 0 score: 0.8379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 1 score: 0.9479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 2 score: 0.9167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 3 score: 0.8789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 4 score: 0.9558 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 5 score: 0.7290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 6 score: 0.9492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 7 score: 0.9164 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 8 score: 0.9228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 9 score: 0.9166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 10 score: 0.9151 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 11 score: 0.9105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 12 score: 0.8389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 13 score: 0.9195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 14 score: 0.8573 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 15 score: 0.8305 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 16 score: 0.8816 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 17 score: 0.9622 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 18 score: 0.9441 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 19 score: 0.9318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 20 score: 0.9644 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 21 score: 0.8837 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 22 score: 0.7913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 23 score: 0.9349 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 24 score: 0.9419 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 25 score: 0.7053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 26 score: 0.8580 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 27 score: 0.8887 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 28 score: 0.9369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 29 score: 0.8008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 30 score: 0.8521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 31 score: 0.8904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 32 score: 0.9064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 33 score: 0.9596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 34 score: 0.9561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 35 score: 0.9432 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 36 score: 0.9258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 37 score: 0.9385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 38 score: 0.8609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 39 score: 0.9320 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 40 score: 0.8264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 41 score: 0.9620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 42 score: 0.8997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 43 score: 0.9618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 44 score: 0.9653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 45 score: 0.9153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 46 score: 0.9442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 47 score: 0.8905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 48 score: 0.9507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 49 score: 0.9306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 50 score: 0.9136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 51 score: 0.9314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 52 score: 0.9471 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 53 score: 0.9623 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 54 score: 0.9421 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 55 score: 0.9536 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 56 score: 0.9226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 57 score: 0.9104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 58 score: 0.9075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 59 score: 0.9546 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 60 score: 0.9513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 61 score: 0.9480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 62 score: 0.8098 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 63 score: 0.9420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 64 score: 0.8481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 65 score: 0.7264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 66 score: 0.8102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 67 score: 0.7649 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 68 score: 0.9685 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 69 score: 0.9067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 70 score: 0.9153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 71 score: 0.7867 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 72 score: 0.9218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 73 score: 0.9159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 74 score: 0.8527 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 75 score: 0.9180 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 76 score: 0.9352 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 77 score: 0.9331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 78 score: 0.9571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 79 score: 0.9345 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 80 score: 0.9530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 81 score: 0.9598 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 82 score: 0.9202 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 83 score: 0.7326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 84 score: 0.8856 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 85 score: 0.8518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 86 score: 0.8851 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 87 score: 0.9337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 88 score: 0.9544 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 89 score: 0.5976 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 90 score: 0.7563 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 91 score: 0.8173 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 92 score: 0.9266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 93 score: 0.9521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 94 score: 0.7119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 95 score: 0.8040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 96 score: 0.9622 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 97 score: 0.9244 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 98 score: 0.9727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 99 score: 0.9338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 100 score: 0.9212 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 101 score: 0.8835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 102 score: 0.9331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 103 score: 0.9773 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 104 score: 0.9374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 105 score: 0.8659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 106 score: 0.9414 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 107 score: 0.9239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 108 score: 0.8449 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 109 score: 0.8610 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 110 score: 0.9163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 111 score: 0.9693 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 112 score: 0.9574 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 113 score: 0.9323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 114 score: 0.8700 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 115 score: 0.8756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 116 score: 0.9225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 117 score: 0.9343 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 118 score: 0.9683 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 119 score: 0.9327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 120 score: 0.8951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 121 score: 0.9400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 122 score: 0.9566 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 123 score: 0.9694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 124 score: 0.9346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 125 score: 0.8477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 126 score: 0.9233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 127 score: 0.8951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 128 score: 0.9261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 129 score: 0.9557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 130 score: 0.9598 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 131 score: 0.8863 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 132 score: 0.8617 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 133 score: 0.9767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 134 score: 0.9283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 135 score: 0.9146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 136 score: 0.9647 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 137 score: 0.9116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 138 score: 0.9313 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 139 score: 0.9448 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 140 score: 0.9308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 141 score: 0.9308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 142 score: 0.9530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 143 score: 0.9341 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 144 score: 0.8681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 145 score: 0.9470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 146 score: 0.9434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 147 score: 0.8752 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 148 score: 0.9646 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 149 score: 0.9218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 150 score: 0.8536 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 151 score: 0.9353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 152 score: 0.8937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 153 score: 0.8732 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 154 score: 0.8542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 155 score: 0.9298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 156 score: 0.9099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 157 score: 0.8277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 158 score: 0.9418 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 159 score: 0.8911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 160 score: 0.9362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 161 score: 0.9286 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 162 score: 0.9110 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 163 score: 0.9337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 164 score: 0.8578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 165 score: 0.8019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 166 score: 0.9410 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 167 score: 0.8668 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 168 score: 0.7887 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 169 score: 0.9290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 170 score: 0.9502 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 171 score: 0.9267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 172 score: 0.8167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 173 score: 0.8968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 174 score: 0.9302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 175 score: 0.9620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 176 score: 0.8277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 177 score: 0.9069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 178 score: 0.9126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 179 score: 0.9429 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 180 score: 0.9653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 181 score: 0.9298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 182 score: 0.9550 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 183 score: 0.9610 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 184 score: 0.8711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 185 score: 0.9605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 186 score: 0.9326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 187 score: 0.9302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 188 score: 0.9001 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 189 score: 0.9335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 190 score: 0.8690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 191 score: 0.9318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 192 score: 0.8961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 193 score: 0.8434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 194 score: 0.8536 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 195 score: 0.9532 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 196 score: 0.8914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 197 score: 0.8913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 198 score: 0.9386 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 199 score: 0.9516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 200 score: 0.8630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 201 score: 0.7933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 202 score: 0.6331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 203 score: 0.7121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 204 score: 0.9206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 205 score: 0.9056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 206 score: 0.9594 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 207 score: 0.9426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 208 score: 0.9469 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 209 score: 0.7604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 210 score: 0.9608 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 211 score: 0.9378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 212 score: 0.9649 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 213 score: 0.9243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 214 score: 0.9562 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 215 score: 0.9344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 216 score: 0.9617 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 217 score: 0.9323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 218 score: 0.8879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 219 score: 0.9503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 220 score: 0.9501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 221 score: 0.9526 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 222 score: 0.9536 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 223 score: 0.9305 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 224 score: 0.9664 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 225 score: 0.9379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 226 score: 0.9561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 227 score: 0.8261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 228 score: 0.8349 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 229 score: 0.9066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 230 score: 0.9578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 231 score: 0.9245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 232 score: 0.9119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 233 score: 0.9166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 234 score: 0.8861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 235 score: 0.9329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 236 score: 0.9319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 237 score: 0.8507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 238 score: 0.9306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 239 score: 0.9448 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 240 score: 0.8920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 241 score: 0.8822 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 242 score: 0.9296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 243 score: 0.8541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 244 score: 0.9001 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 245 score: 0.9339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 246 score: 0.7406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 247 score: 0.8710 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 248 score: 0.8024 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 249 score: 0.9756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 250 score: 0.9431 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 251 score: 0.9494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 252 score: 0.9303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 253 score: 0.9516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 254 score: 0.9580 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 255 score: 0.9338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 256 score: 0.9161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 257 score: 0.9263 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 258 score: 0.9068 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 259 score: 0.7711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 260 score: 0.9628 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 261 score: 0.9183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 262 score: 0.9413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 263 score: 0.9222 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 264 score: 0.9262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 265 score: 0.8943 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 266 score: 0.9171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 267 score: 0.9056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 268 score: 0.9210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 269 score: 0.9659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 270 score: 0.6909 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 271 score: 0.8764 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 272 score: 0.8852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 273 score: 0.7686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 274 score: 0.7575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 275 score: 0.8802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 276 score: 0.8396 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 277 score: 0.9735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 278 score: 0.8502 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 279 score: 0.9602 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 280 score: 0.9442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 281 score: 0.9609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 282 score: 0.9745 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 283 score: 0.9188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 284 score: 0.9739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 285 score: 0.9720 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 286 score: 0.9543 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 287 score: 0.9188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 288 score: 0.9597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 289 score: 0.9068 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 290 score: 0.9255 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 291 score: 0.9276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 292 score: 0.9381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 293 score: 0.9540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 294 score: 0.8278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 295 score: 0.7782 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 296 score: 0.8612 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 297 score: 0.9113 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 298 score: 0.6829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 299 score: 0.9328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 300 score: 0.9560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 301 score: 0.9389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 302 score: 0.9431 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 303 score: 0.9595 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 304 score: 0.8515 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 305 score: 0.9592 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 306 score: 0.9246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 307 score: 0.9408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 308 score: 0.9379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 309 score: 0.9526 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 310 score: 0.9354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 311 score: 0.9346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 312 score: 0.9184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 313 score: 0.8021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 314 score: 0.9736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 315 score: 0.9600 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 316 score: 0.9134 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 317 score: 0.9492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 318 score: 0.8383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 319 score: 0.7196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 320 score: 0.9005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 321 score: 0.8479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 322 score: 0.9374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 323 score: 0.9385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 324 score: 0.9477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 325 score: 0.9315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 326 score: 0.8832 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 327 score: 0.8961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 328 score: 0.8873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 329 score: 0.9520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 330 score: 0.7999 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 331 score: 0.9627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 332 score: 0.9542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 333 score: 0.9270 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 334 score: 0.9806 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 335 score: 0.9428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 336 score: 0.9065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 337 score: 0.8974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 338 score: 0.9414 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 339 score: 0.9409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 340 score: 0.8992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 341 score: 0.9208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 342 score: 0.9007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 343 score: 0.9044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 344 score: 0.8974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 345 score: 0.8236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 346 score: 0.8997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 347 score: 0.9408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 348 score: 0.9047 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 349 score: 0.8777 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 350 score: 0.8774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 351 score: 0.8637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 352 score: 0.9453 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 353 score: 0.9555 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 354 score: 0.9138 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 355 score: 0.9496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 356 score: 0.9549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 357 score: 0.9374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 358 score: 0.9653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 359 score: 0.8324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 360 score: 0.7780 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 361 score: 0.8455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 362 score: 0.9393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 363 score: 0.8917 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 364 score: 0.8882 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 365 score: 0.8932 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 366 score: 0.8807 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 367 score: 0.9260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 368 score: 0.8333 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 369 score: 0.8225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 370 score: 0.8459 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 371 score: 0.8526 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 372 score: 0.9300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 373 score: 0.9426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 374 score: 0.9588 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 375 score: 0.9433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 376 score: 0.9674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 377 score: 0.9524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 378 score: 0.8485 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 379 score: 0.9360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 380 score: 0.9559 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 381 score: 0.9299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 382 score: 0.8063 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 383 score: 0.8680 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 384 score: 0.7562 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 385 score: 0.8561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 386 score: 0.8591 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 387 score: 0.9532 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 388 score: 0.9497 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 389 score: 0.9845 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 390 score: 0.9559 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 391 score: 0.9179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 392 score: 0.9370 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 393 score: 0.9465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 394 score: 0.9501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 395 score: 0.9659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 396 score: 0.8326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 397 score: 0.9786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 398 score: 0.9378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 399 score: 0.9684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 400 score: 0.9757 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 401 score: 0.8505 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 402 score: 0.9289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 403 score: 0.8880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 404 score: 0.8326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 405 score: 0.9499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 406 score: 0.9558 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 407 score: 0.9399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 408 score: 0.9703 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 409 score: 0.9284 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 410 score: 0.9251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 411 score: 0.9268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 412 score: 0.8557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 413 score: 0.9519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 414 score: 0.9196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 415 score: 0.9372 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 416 score: 0.9231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 417 score: 0.9380 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 418 score: 0.9740 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 419 score: 0.9573 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 420 score: 0.9602 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 421 score: 0.9826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 422 score: 0.8893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 423 score: 0.7684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 424 score: 0.9099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 425 score: 0.9599 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 426 score: 0.9311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 427 score: 0.9610 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 428 score: 0.9583 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 429 score: 0.9437 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 430 score: 0.9197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 431 score: 0.7344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 432 score: 0.8643 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 433 score: 0.8723 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 434 score: 0.8775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 435 score: 0.9370 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 436 score: 0.8413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 437 score: 0.8763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 438 score: 0.9702 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 439 score: 0.9034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 440 score: 0.9668 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 441 score: 0.9299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 442 score: 0.8831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 443 score: 0.9063 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 444 score: 0.8387 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 445 score: 0.9093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 446 score: 0.7986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 447 score: 0.9579 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 448 score: 0.9763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 449 score: 0.8578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 450 score: 0.9451 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 451 score: 0.9628 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 452 score: 0.9314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 453 score: 0.9368 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 454 score: 0.9376 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 455 score: 0.9083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 456 score: 0.9112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 457 score: 0.9388 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 458 score: 0.9153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 459 score: 0.7233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 460 score: 0.8039 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 461 score: 0.9381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 462 score: 0.9237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 463 score: 0.7766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 464 score: 0.9446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 465 score: 0.8741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 466 score: 0.9604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 467 score: 0.7824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 468 score: 0.6283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 469 score: 0.8038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 470 score: 0.8644 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 471 score: 0.9082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 472 score: 0.8676 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 473 score: 0.9157 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 474 score: 0.8786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 475 score: 0.9178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 476 score: 0.9242 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 477 score: 0.8869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 478 score: 0.9115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 479 score: 0.9107 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 480 score: 0.8970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 481 score: 0.9143 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 482 score: 0.9236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 483 score: 0.8412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 484 score: 0.9590 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 485 score: 0.8755 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 486 score: 0.8668 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 487 score: 0.8901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 488 score: 0.9542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 489 score: 0.8694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 490 score: 0.9415 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 491 score: 0.9299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 492 score: 0.9514 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 493 score: 0.9276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 494 score: 0.7582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 495 score: 0.9331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 496 score: 0.9237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 497 score: 0.8868 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 498 score: 0.7886 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 499 score: 0.9445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 500 score: 0.9021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 501 score: 0.9387 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 502 score: 0.9396 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 503 score: 0.8485 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 504 score: 0.8633 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 505 score: 0.7020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 506 score: 0.9062 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 507 score: 0.7936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 508 score: 0.7871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 509 score: 0.8407 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 510 score: 0.8323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 511 score: 0.8298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 512 score: 0.9367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 513 score: 0.8963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 514 score: 0.9620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 515 score: 0.9509 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 516 score: 0.9066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 517 score: 0.9214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 518 score: 0.9008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 519 score: 0.9009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 520 score: 0.9291 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 521 score: 0.9506 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 522 score: 0.9406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 523 score: 0.9186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 524 score: 0.9562 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 525 score: 0.9426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 526 score: 0.8238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 527 score: 0.7850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 528 score: 0.7916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 529 score: 0.8961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 530 score: 0.8757 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 531 score: 0.8967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 532 score: 0.9318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 533 score: 0.8610 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 534 score: 0.8437 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 535 score: 0.8277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 536 score: 0.7549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 537 score: 0.8991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 538 score: 0.8148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 539 score: 0.9505 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 540 score: 0.8499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 541 score: 0.9453 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 542 score: 0.9150 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 543 score: 0.9213 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 544 score: 0.9535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 545 score: 0.9696 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 546 score: 0.9238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 547 score: 0.9374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 548 score: 0.9253 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 549 score: 0.9599 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 550 score: 0.9191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 551 score: 0.9529 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 552 score: 0.9490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 553 score: 0.9612 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 554 score: 0.8903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 555 score: 0.8293 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 556 score: 0.7504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 557 score: 0.8767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 558 score: 0.8690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 559 score: 0.8627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 560 score: 0.7870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 561 score: 0.9314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 562 score: 0.9288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 563 score: 0.8771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 564 score: 0.8810 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 565 score: 0.9599 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 566 score: 0.8849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 567 score: 0.9513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 568 score: 0.9029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 569 score: 0.9139 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 570 score: 0.9273 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 571 score: 0.9464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 572 score: 0.9271 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 573 score: 0.9660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 574 score: 0.9624 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 575 score: 0.7668 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 576 score: 0.8103 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 577 score: 0.9460 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 578 score: 0.9654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 579 score: 0.7517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 580 score: 0.7113 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 581 score: 0.9153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 582 score: 0.9148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 583 score: 0.5765 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 584 score: 0.5694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 585 score: 0.8635 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 586 score: 0.9259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 587 score: 0.9645 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 588 score: 0.9007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 589 score: 0.8229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 590 score: 0.9354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 591 score: 0.9481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 592 score: 0.8303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 593 score: 0.9555 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 594 score: 0.9549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 595 score: 0.8428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 596 score: 0.9158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 597 score: 0.9115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 598 score: 0.9196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 599 score: 0.9374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 600 score: 0.9490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 601 score: 0.9045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 602 score: 0.9217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 603 score: 0.9118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 604 score: 0.9520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 605 score: 0.9569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 606 score: 0.8216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 607 score: 0.8216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 608 score: 0.8505 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 609 score: 0.7627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 610 score: 0.9700 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 611 score: 0.9679 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 612 score: 0.9597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 613 score: 0.9128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 614 score: 0.8073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 615 score: 0.9272 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 616 score: 0.9317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 617 score: 0.6041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 618 score: 0.9688 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 619 score: 0.8115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 620 score: 0.9627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 621 score: 0.7977 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 622 score: 0.9698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 623 score: 0.9199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 624 score: 0.9151 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 625 score: 0.9452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 626 score: 0.9699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 627 score: 0.9051 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 628 score: 0.9387 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 629 score: 0.9594 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 630 score: 0.9602 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 631 score: 0.9520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 632 score: 0.9633 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 633 score: 0.9495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 634 score: 0.9797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 635 score: 0.9481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 636 score: 0.9564 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 637 score: 0.8551 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 638 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 639 score: 0.9427 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 640 score: 0.9392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 641 score: 0.9808 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 642 score: 0.2571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 643 score: 0.9394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 644 score: 0.7203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 645 score: 0.8678 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 646 score: 0.8999 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 647 score: 0.9271 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 648 score: 0.8672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 649 score: 0.8316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 650 score: 0.9649 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 651 score: 0.6999 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 652 score: 0.8692 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 653 score: 0.8708 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 654 score: 0.8684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 655 score: 0.9627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 656 score: 0.9679 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 657 score: 0.8076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 658 score: 0.7978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 659 score: 0.8950 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 660 score: 0.8745 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 661 score: 0.9503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 662 score: 0.9624 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 663 score: 0.8259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 664 score: 0.9281 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 665 score: 0.9045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 666 score: 0.9057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 667 score: 0.9082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 668 score: 0.9544 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 669 score: 0.9768 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 670 score: 0.9258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 671 score: 0.9464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 672 score: 0.9572 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 673 score: 0.9361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 674 score: 0.9553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 675 score: 0.9395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 676 score: 0.9674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 677 score: 0.9559 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 678 score: 0.9454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 679 score: 0.9470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 680 score: 0.8901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 681 score: 0.9436 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 682 score: 0.9032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 683 score: 0.8421 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 684 score: 0.9042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 685 score: 0.9390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 686 score: 0.8887 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 687 score: 0.9389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 688 score: 0.9269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 689 score: 0.9200 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 690 score: 0.9693 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 691 score: 0.9122 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 692 score: 0.9652 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 693 score: 0.8987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 694 score: 0.7492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 695 score: 0.9589 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 696 score: 0.9561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 697 score: 0.9831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 698 score: 0.7849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 699 score: 0.9468 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 700 score: 0.8251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 701 score: 0.9346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 702 score: 0.9604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 703 score: 0.9136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 704 score: 0.7555 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 705 score: 0.9157 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 706 score: 0.7840 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 707 score: 0.9243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 708 score: 0.9277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 709 score: 0.8994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 710 score: 0.9490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 711 score: 0.9439 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 712 score: 0.9609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 713 score: 0.8851 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 714 score: 0.7853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 715 score: 0.8013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 716 score: 0.9372 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 717 score: 0.8841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 718 score: 0.9798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 719 score: 0.9571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 720 score: 0.9456 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 721 score: 0.9564 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 722 score: 0.9400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 723 score: 0.8997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 724 score: 0.9724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 725 score: 0.9166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 726 score: 0.9455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 727 score: 0.9565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 728 score: 0.7249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 729 score: 0.8214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 730 score: 0.6915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 731 score: 0.8930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 732 score: 0.9075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 733 score: 0.9628 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 734 score: 0.8985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 735 score: 0.9526 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 736 score: 0.9375 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 737 score: 0.9338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 738 score: 0.9460 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 739 score: 0.9051 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 740 score: 0.8947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 741 score: 0.7632 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 742 score: 0.8762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 743 score: 0.9437 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 744 score: 0.7634 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 745 score: 0.9552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 746 score: 0.9524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 747 score: 0.9138 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 748 score: 0.9265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 749 score: 0.9613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 750 score: 0.9477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 751 score: 0.9555 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 752 score: 0.9180 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 753 score: 0.9470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 754 score: 0.9481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 755 score: 0.9587 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 756 score: 0.8913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 757 score: 0.9327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 758 score: 0.9195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 759 score: 0.9425 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 760 score: 0.9766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 761 score: 0.9164 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 762 score: 0.9659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 763 score: 0.8997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 764 score: 0.8930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 765 score: 0.9319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 766 score: 0.9518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 767 score: 0.9322 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 768 score: 0.9631 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 769 score: 0.9866 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 770 score: 0.9168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 771 score: 0.9570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 772 score: 0.9474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 773 score: 0.9364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 774 score: 0.9100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 775 score: 0.9145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 776 score: 0.8894 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 777 score: 0.8837 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 778 score: 0.7812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 779 score: 0.9169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 780 score: 0.8762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 781 score: 0.8361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 782 score: 0.9039 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 783 score: 0.7253 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 784 score: 0.9193 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 785 score: 0.8275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 786 score: 0.8362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 787 score: 0.9405 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 788 score: 0.9497 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 789 score: 0.9264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 790 score: 0.9459 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 791 score: 0.9287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 792 score: 0.9695 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 793 score: 0.9490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 794 score: 0.9066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 795 score: 0.9219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 796 score: 0.9722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 797 score: 0.9031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 798 score: 0.9501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 799 score: 0.7846 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 800 score: 0.8565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 801 score: 0.9312 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 802 score: 0.9164 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 803 score: 0.8723 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 804 score: 0.6734 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 805 score: 0.9373 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 806 score: 0.8978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 807 score: 0.9525 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 808 score: 0.9469 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 809 score: 0.8978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 810 score: 0.8706 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 811 score: 0.8850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 812 score: 0.9315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 813 score: 0.9380 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 814 score: 0.9233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 815 score: 0.8558 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 816 score: 0.9210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 817 score: 0.8908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 818 score: 0.5948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 819 score: 0.8412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 820 score: 0.9667 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 821 score: 0.8510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 822 score: 0.8223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 823 score: 0.9260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 824 score: 0.9558 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 825 score: 0.9288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 826 score: 0.9285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 827 score: 0.9274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 828 score: 0.9382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 829 score: 0.7597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 830 score: 0.8425 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 831 score: 0.9021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 832 score: 0.9199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 833 score: 0.7666 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 834 score: 0.8581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 835 score: 0.7729 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 836 score: 0.6611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 837 score: 0.7158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 838 score: 0.9210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 839 score: 0.9148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 840 score: 0.8942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 841 score: 0.9121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 842 score: 0.8650 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 843 score: 0.9345 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 844 score: 0.9168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 845 score: 0.8945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 846 score: 0.3038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 847 score: 0.9115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 848 score: 0.8747 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 849 score: 0.8796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 850 score: 0.8891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 851 score: 0.9510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 852 score: 0.9492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 853 score: 0.7011 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 854 score: 0.8227 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 855 score: 0.9493 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 856 score: 0.8984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 857 score: 0.9306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 858 score: 0.9461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 859 score: 0.9212 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 860 score: 0.9443 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 861 score: 0.8785 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 862 score: 0.8495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 863 score: 0.9617 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 864 score: 0.9049 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 865 score: 0.9246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 866 score: 0.9508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 867 score: 0.7333 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 868 score: 0.8314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 869 score: 0.9309 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 870 score: 0.9270 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 871 score: 0.9338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 872 score: 0.9510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 873 score: 0.9681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 874 score: 0.9589 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 875 score: 0.8751 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 876 score: 0.9347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 877 score: 0.2908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 878 score: 0.9535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 879 score: 0.7276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 880 score: 0.9450 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 881 score: 0.9663 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 882 score: 0.9706 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 883 score: 0.8424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 884 score: 0.8763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 885 score: 0.9357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 886 score: 0.9290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 887 score: 0.9040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 888 score: 0.8439 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 889 score: 0.8827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 890 score: 0.8465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 891 score: 0.9465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 892 score: 0.6883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 893 score: 0.8444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 894 score: 0.9369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 895 score: 0.9648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 896 score: 0.9484 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 897 score: 0.8531 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 898 score: 0.9781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 899 score: 0.9200 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 900 score: 0.8955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 901 score: 0.9497 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 902 score: 0.8315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 903 score: 0.9304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 904 score: 0.9255 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 905 score: 0.9084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 906 score: 0.9147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 907 score: 0.9239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 908 score: 0.9296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 909 score: 0.9575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 910 score: 0.8987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 911 score: 0.8914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 912 score: 0.9606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 913 score: 0.9480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 914 score: 0.9490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 915 score: 0.9538 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 916 score: 0.9126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 917 score: 0.9250 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 918 score: 0.7288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 919 score: 0.9365 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 920 score: 0.9231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 921 score: 0.9134 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 922 score: 0.9334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 923 score: 0.9080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 924 score: 0.9476 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 925 score: 0.9383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 926 score: 0.9204 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 927 score: 0.7797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 928 score: 0.9138 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 929 score: 0.8672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 930 score: 0.9404 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 931 score: 0.8090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 932 score: 0.8860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 933 score: 0.9084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 934 score: 0.8622 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 935 score: 0.8718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 936 score: 0.8241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 937 score: 0.9704 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 938 score: 0.9781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 939 score: 0.9426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 940 score: 0.9612 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 941 score: 0.9941 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 942 score: 0.9686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 943 score: 0.9309 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 944 score: 0.9049 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 945 score: 0.8935 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 946 score: 0.6705 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 947 score: 0.8450 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 948 score: 0.9112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 949 score: 0.9420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 950 score: 0.7729 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 951 score: 0.5156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 952 score: 0.8602 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 953 score: 0.9086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 954 score: 0.7475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 955 score: 0.9670 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 956 score: 0.9645 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 957 score: 0.9729 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 958 score: 0.9180 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 959 score: 0.9223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 960 score: 0.9132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 961 score: 0.7023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 962 score: 0.9047 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 963 score: 0.8638 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 964 score: 0.9693 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 965 score: 0.9076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 966 score: 0.9404 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 967 score: 0.7333 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 968 score: 0.9001 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 969 score: 0.8277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 970 score: 0.9265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 971 score: 0.8100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 972 score: 0.8532 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 973 score: 0.8480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 974 score: 0.9191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 975 score: 0.9631 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 976 score: 0.9070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 977 score: 0.8966 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 978 score: 0.9544 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 979 score: 0.9428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 980 score: 0.8721 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 981 score: 0.8638 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 982 score: 0.8547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 983 score: 0.9008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 984 score: 0.9391 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 985 score: 0.9732 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 986 score: 0.9166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 987 score: 0.8210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 988 score: 0.7615 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 989 score: 0.7627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 990 score: 0.9527 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 991 score: 0.7246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 992 score: 0.9436 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 993 score: 0.9306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 994 score: 0.7983 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 995 score: 0.8559 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 996 score: 0.9456 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 997 score: 0.9805 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 998 score: 0.6755 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 999 score: 0.8976 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 1000 score: 0.9725 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 1001 score: 0.9272 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 1002 score: 0.6925 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 1003 score: 0.8609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 1004 score: 0.8569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 1005 score: 0.9357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 1006 score: 0.9534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 1007 score: 0.9301 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 1008 score: 0.9713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 1009 score: 0.8700 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 1010 score: 0.8687 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi Segment 1011 score: 0.9124 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-fi score: 0.8985 diff --git a/test-en-ja b/test-en-ja new file mode 100644 index 0000000000000000000000000000000000000000..099933b7a0079ef6d070923b53ee39c1d2c2c609 --- /dev/null +++ b/test-en-ja @@ -0,0 +1,1012 @@ +「糖尿病患者から非糖尿病患者になった4ヶ月の老鼠を持っています」と付け加えた。 +ノバスコシア州ハリファックスのダルハウジー大学の医学教授であり、カナダ糖尿病協会の臨床科学部門の議長であるエフド・アー博士は、研究はまだ初期であると警告した。 +他の専門家と同様に、彼は糖尿病を治療することができるかどうかに疑問を持っている。彼は、これらの発見は既に1型糖尿病を患っている人々にとって意味を持たないことを指摘している。 +月曜日、スウェーデンのアカデミーの文学賞のノーベル委員会の常任委員であるサラ・ダニウスは、スウェーデンのラジオの番組で、2016年の文学賞を受賞したボブ・ディランに直接連絡することができなかったため、委員会はディランに直接連絡する試みを放棄したことを公式に発表した。 +ダニウス氏は、「現在は何もしていない。彼の最も親密なコラボレーターに電話をかけたりメールを送ったりして、非常に友好的な返事を受け取っている。これだけで十分だ」と述べた。 +以前、リングのCEO、ジェイミー・シミノフは、自分のガレージの店舗から自分のドアベルが聞こえなかったので、リングが始まったと述べていました。 +彼はWiFiのドアベルを作ったと言っている。 +シミノフ氏は、2013年にシャーク タンクのエピソードに出演し、番組パネルがスタートアップに資金提供しないことを決めたことで売り上げが伸びたと述べた。 +2017年後半、シミノフはQVCのショッピングチャンネルに出演した。 +リングはADTコーポレーションと競合するセキュリティー会社との訴訟も解決した。 +一つの試験用ワクチンは、エボラの死亡率を減らすことができるようですが、今までに、既存の感染症を治療するために適している薬剤は明確に示されていません。 +一つの抗体コクティール、ZMappは、最初は実験室で良好な結果を示したが、正式な研究によると、死亡を防止するための利益は期待されていたよりも少ないことが示された。 +PALM試験では、ZMappはコントロールであり、科学者たちはそれを基準として、3つの他の治療法を比較しました。 +米国体操連盟は、米国オリンピック委員会の書簡を支持し、オリンピックの家族が全てのアスリートに安全な環境を提供する必要性を受け入れた。 +我々は米国オリンピック委員会の声明に同意し、私たちのアスリートやクラブ、そして競技にとっては、私たちの組織内で意味のある変更を進めることで、認証の取り消しよりもより良いサービスを受けることができるだろうと考えています。 +米国体操協会は独立した調査を支持している。この調査は、ラリー・ナサールの生存者たちが勇気を持って述べた比例の虐待について明らかにすることができる可能性があり、長期間にわたって発覚しなかった理由について明らかにすることができる。米国体操協会は、必要で適切な変更を受け入れる。 +米国体操競技連盟と米国オリンピック委員会は同じ目標を持っています。すべてのスポーツをできるだけ安全にし、アスリートが夢を追い求めることができる安全でポジティブでエンパワーメントされた環境にすることです。 +1960年代には、ブザインスキーはジョン・F・ケネディ大統領の顧問として働き、その後はリンドン・B・ジョンソン大統領の顧問として働いた。 +1976年の選挙では、彼はカーター大統領に外交政策に関するアドバイスをし、1977年から1981年まで国家安全保障顧問(NSA)を務め、ヘンリー・キッシンジャーの後任となった。 +NSAとして、カーター大統領に協力して、1978年のキャンプ・デービッド協定、1970年代後半の米中関係正常化、1979年のイラン革命、1979年のソ連によるアフガニスタン侵攻などの世界問題を外交的に対処した。 +ライアン・ゴスリングとエマ・ストーンが出演するこの映画は、すべての主要カテゴリーでノミネートを受けました。 +ゴスリングとストーンはそれぞれ最優秀男優賞と最優秀女優賞にノミネートされた。 +その他のノミネーションには、ベスト・ピクチャー、監督、撮影、衣装デザイン、編集、オリジナル・スコア、プロダクション・デザイン、サウンド・エディット、サウンド・ミックシング、オリジナル脚本が含まれる。 +この映画の2曲、オーディション(夢を見る狂人たち)とシティ・オブ・スターズは、オリジナルソング賞にノミネートされた。ライオンズゲート・スタジオは26件のノミネートを受け、他のスタジオよりも多くのノミネートを受けた。 +日曜日の夜、アメリカ合衆国大統領ドナルド・トランプは、報道官を通じて声明を発表し、アメリカ軍がシリアから撤退することを発表した。 +この発表は、トランプ大統領とトルコのレジェップ・タイイプ・エルドアン大統領との電話会談後に行われた。 +トルコは、声明によると、欧州諸国が強制送還を拒否しているISISの戦闘員を看守することにも同意した。 +これは、既に広く知られている、少なくとも一部の恐竜が羽毛を持っていたことを確認するだけではなく、一般的に化石からは得られない詳細を提供している。その詳細には、色と3次元的な配置が含まれている。 +. 科学者たちによると、この動物の羽毛は上部が栗色で、下部が淡色またはカロテノイド色であったという。 +この発見は、鳥類の羽毛の進化にも洞察を与えた。 +古生物学者たちは、恐竜の羽毛は、羽毛の他の特徴であるバーブとバーブルを備えていないため、羽毛の軸であるラチスは、これらの他の特徴によって進化したものと推定した。 +これらの羽毛の構造は、飛行には使われていなかったことを示唆しています。温度調節やディスプレイのために使用されていた可能性があり、研究者は、これは若い恐竜の尾であるにもかかわらず、成体の羽毛ではなく雛の羽毛ではないことを示すサンプルであると示唆しています。 +研究者たちは、これは若い恐竜の尾であるにもかかわらず、サンプルには成鳥の羽毛ではなく雛の羽毛があることを示唆している。 +昨日の朝、トルコのガザンテプ警察署の前で車爆弾が爆発し、2人の警察官が死亡し、20人以上が負傷した。 +州知事の事務所によると、負傷者の19人が警察官であるという。 +警察は、攻撃に関与したと疑われているISILの武装勢力のメンバーについて調査を行っていると述べた。 +彼らは太陽が他の恒星と同じ基本的な原理に基づいていることを発見しました:太陽系内のすべての恒星の活動は、その明るさ、回転によって駆動されていることがわかりました。 +明るさと回転を組み合わせて、恒星のロスビー数を決定します。ロスビー数はプラズマの流れに関係しています。 +ロスビー数が小さいほど、星の磁気反転に対する活動性は低くなります。 +旅行中にいわさきはたびたびトラブルに遭遇した。 +彼は海賊に襲われ、チベットで狂犬に襲われ、ネパールで婚姻を逃れ、インドで逮捕された。 +802.11nスタンダードは、2.4GHzと5.0GHzの両方の周波数で運用されます。 +これにより、基地局が2つのラジオを備えている場合には、802.11a、802.11b、802.11gに対応するようになります。 +802.11nのスピードは、最大理論帯域が600Mbit/sとなっており、それ以前のスピードよりもかなり速くなっています。 +2 人の子供がいる夫婦であるドゥバルは、ストーリーに関係するミラーには大きな印象を残さなかった。 +コメントを求められると、ミラーは次のように述べた。「聴取会の間、マイクは多く話していました。私は準備をしていたので、彼が言っていることをほとんど聞きませんでした。」 +「2020年までに、2005年水準からGDP当たりの二氧化碳排出量を大きく削減するよう努力します」と胡錦濤は述べた。 +彼は、中国の経済活動に基づいて削減を行うと述べたが、削減の金額を決めることはなかった。 +胡錦涛は発展途上国に「汚染してから清掃する古い道を避けるよう」勉勵した。 +彼はまた、「しかしながら、彼らには開発段階、責任、能力を超える義務を課すべきではない」と付け加えた。 +イラク・スタディ・グループは今日午後12時に報告書を発表した。 +報告書では、この段階でイラクで実施されるどんな行動も、宗教的な戦争、激化する暴力、または混乱への滑落を阻止することを保証することはできないと警告している。 +報告書は、中東に対する政策に関するアメリカ国内での議論と合意の形成を求めて始まっている。 +報告書は、ほとんどすべての方針の現行政策に対して非常に批判的であり、すぐに方向を変えるように呼びかけている。 +その78の推薦のうち、最初に挙げられているものは、今年末までに新しい外交的な取り組みを開始することで、敵対的な介入を防ぐためにイラクの国境を確保し、隣国との外交関係を再開することである。 +現在の上院議員であり、アルゼンチンのファーストレディであるクリスティーナ・フェルナンデス・デ・キルヒナーは昨日の夜、ブエノスアイレスから50キロメートル(31マイル)離れたラプラタで大統領候補を宣言した。 +キルヒナー氏は、2005年の上院議員選挙でブエノスアイレス州代表として立候補した際に使用したアルゼンチン劇場で、大統領選立候補を宣言した。 +この議論は、ハリケーン・カトリーナに続いて行われた支援と再建費用に関する論争の発端となった。一部の財政保守派は、これを「ブッシュのニューオリンズ契約」と呼んでいる。 +リベラル派の批判は、ワシントンのインサイダーに契約を与えたことに集中している。 +400万人以上がローマで葬儀に参加した。 +参列者の人数が多かったため、全員が聖ペトロ広場での葬儀に参加することはできなかった。 +ローマのさまざまな場所に大型のテレビ画面が設置され、人々が儀式を見ることができるようになった。 +イタリアの他の多くの都市と世界の他の地域で、特にポーランドでは、同様のセットアップが作られ、多くの人々に見られた。 +歴史家たちは、FBIの過去の政策を批判している。特に、盗離し車両事件の解決が容易であることから、FBIの成功率を高めるために資源を集中することを意図していたと指摘している。 +議会は2005年度予算から淫行運動を資金援助し、FBIは10人のエージェントを成人向けのポルノに割り当てなければならないと規定した。 +ロビン・ウッタパは41ボールで11本のフォームと2本のシックスを打ち、インニングの最高得点である70点を記録しました。 +中堅打者のサーシン・テンドゥラクとラフル・ドラヴィッドは良いパフォーマンスを見せ、100点以上のパートナーシップを獲得した。 +しかし、キャプテンのウィケットを失ったインドは、7ウィケットを失い、インニングを終えた。 +米国大統領のジョージ・W・ブッシュは11月16日の朝にシンガポールに到着し、1週間のアジアツアーを開始した。 +彼はシンガポールの副首相ウォン・カン・センに歓迎され、シンガポール首相リー・シエン・ロンと貿易とテロリズムに関する問題について話し合った。 +中間選挙での敗北から1週間後、ブッシュは聴衆にアジア貿易の拡大について話した。 +首相のスティーブン・ハーパーは、水曜日の25分間の会議の後、NDPのジャック・レイトンとの会談の後、政府の「清潔空気法案」を全党委員会に提出することに同意した。 +レイトン氏は、首相との会議で保守党の環境保護法案についての変更を求め、保守党の環境保護法案を「全面的かつ完全に書き換える」ように求めた。 +フェデレーション政府がデボンポートのメルジー病院の資金援助を受け持つようになってから、州政府と一部の連邦議員はこの行為を、11月に召集される連邦選挙の前哨戦として批判している。 +しかし、ジョン・ハワード首相は、この法案は、タスマニア州政府によって病院の設備が格下げされることを防ぐためのものであると述べた。 +最新の情報によると、海面の読みは津波が発生したことを示しています。パゴパゴとニウエの近くでは、津波活動が記録されています。 +トンガでは大きな被害や負傷者は報告されていないが、一時的に電力が停止し、PTWCからの津波警報を受け取ることができなかったと報告されている。 +沿岸にあるまたは近くにあるハワイの14校は、警告が解除されたにもかかわらず、水曜日全日休校となった。 +米国大統領のジョージ・W・ブッシュはこの発表を歓迎した。 +ブッシュのスポークスマン、ゴードン・ジョンドローは北朝鮮の約束を「朝鮮半島の非核化を確認できるようにする目標に向けた大きな一歩」と呼びました。 +今日、大西洋ハリケーンシーズンの10番目に命名された熱帯低気圧ジェリーが大西洋で発生しました。 +国立ハリケーンセンター(NHC)によると、この時点でジェリーは陸地に対して脅威を与えていない。 +アメリカ陸軍工兵隊は、6 インチの降雨が先に損傷した堤防を決壊させる可能性があると推定した。 +ハリケーン・カトリーナの際には最大20フィートの洪水に見舞われたニンス・ワードは、近くの堤防が決壊したため現在は腰の高さまで水に浸っています。 +100フィート幅の範囲で堤防から水が流れ出している。 +コモンズ アドミニストレーターのアダム キュールデン氏は、昨月にウィキニュースで話したときに、削除についての不満を表明した。 +「彼(ウェールズ)は最初から本当に嘘をついていました。最初は法律的な理由のように演じていました。二番目には、彼が聞いているように演じていました。彼の作品を削除するまで。」 +このコミュニティの不満は、数百万のオープンライセンスのメディアをホストするウェブサイトに対するセックシャルコンテンツに関するポリシーの起草につながった。 +ほとんどの作業は理論的なものでしたが、プログラムはサジタリウス銀河の観測結果をシミュレートするために書かれました。 +チームが期待していた効果は、銀河系の暗黒物質と銀河系の暗黒物質の間の潮汐力によって引き起こされるものです。 +月は地球を引き寄せ、潮の起伏を引き起こしていますが、銀河系は銀河系を引き寄せ、潮の起伏を引き起こしています。 +科学者たちは、ダークマターが同じようにダークマターに影響を与えることができました。 +この理論によると、銀河の周りにある大部分の暗黒物質は、銀河の周りにあるようなハローのような形状であり、多くの小さな粒子で構成されています。 +テレビ報道によると、工場から白煙が上がっている。 +地方当局は、工場の近くに住む住民に、室内に滞在し、空調をオフにし、タップ水を飲まないように警告している。 +日本の原子力機関によると、原子力発電所に放射性物質のカセミウムとヨウ素が検出された。 +当局は、これは、現場にあるウラニウム燃料を収納するコンテナーが破裂し、漏れていることを示す可能性があると推測している。 +トニー・モール博士は、南アフリカのクワズール・ナタル地域で、非常に耐薬性肺結核(XDR-TB)を発見しました。 +インタビューで彼は、新しい変異株は「死亡率が非常に高いため、非常に深刻な問題となっている」と述べた。 +ドクター・モール氏は、一部の患者が病原体を病院で感染した可能性があると考えている。少なくとも2人は病院の医療関係者であった。 +1年間で感染者は10~15人の近距離接触者に感染する可能性があります。 +しかし、全体の結核感染者のXDR-TBの割合はまだ低いようです。南アフリカのある特定の時点で感染した330,000人のうち、6,000人がXDR-TBに感染しているようです。 +この2つの衛星はそれぞれ1,000ポンドを超える重量を持ち、約17,500マイル毎時で飛行していましたが、地球から491マイル上空で衝突しました。 +科学者たちによると、この衝突によって起きた爆発は非常に大きかった。 +彼らはまだ、この衝突の大きさと、地球がどのように影響を受けたかを決定しようとしている。 +アメリカ国防総省のストラテジックコマンドは、廃棄物を追跡している。 +プロット分析の結果は公開ウェブサイトに掲載されます。 +オハイオ州当局によると、ペンシルバニア州ピッツバーグの児童病院で働いていた医師は、水曜日に車のトランクの中で母親が死亡したことが発覚し、故意殺人罪で起訴された。 +29歳のマラル・バラスブラマニアン博士は、オハイオ州ブルーアッシュで、シンシナティから北に約15マイル離れた郊外で、道路沿いに衣服を着ていない状態で倒れているのが発見された。 +彼女は警官に自分の黒いオールズモビル・イントリジューを500フィート離れた場所に移動するよう指示した。 +そこでは、血まみれの毛毯で覆われた53歳のサロジャ・バラスブラマニアンの遺体が発見された。 +警察によると、遺体は約1日間そこにあったようです。 +今シーズンの初発症例は7月下旬に報告された。 +この病気は豚によって媒介され、蚊によって人間に移行します。 +この流行に対処するため、インド政府は、深刻な被害を受けた地域に豚捕りを派遣し、数千枚の蚊帳を配布し、農薬を噴霧するなどの措置を実施した。 +また、政府は数百万本の腦炎ワクチンを約束しており、これによって来年の医療機関に備えることができるだろう。 +今年の歴史的に最も影響を受けた地域にワクチンを配送する計画は、資金不足と他の疾病に対する低い優先順位によって遅れた。 +1956年にスラニアはスウェーデンに移住し、3年後にスウェーデン郵便局で働き始め、同局の主任刻印師となった。 +彼はスウェーデンと28の他国で1,000枚以上の切手を発行しました。 +彼の作品は非常に高い評価と精緻さで知られており、彼はフィラテリストの中で数少ない「家庭名簿」の一人として知られています。一部の人は彼の作品のみを収集しています。 +彼の1000枚目のスタンプは、2000年にデイビッド・クロッカー・エレンストラーによって制作された「スウェーデン王の偉大な功績」で、ギネス世界記録に掲載されています。 +彼はまた、多くの国の紙幣の刻印にも関わっており、最近の例としては、カナダの新しい5ドル紙幣と100ドル紙幣の前面に描かれた首相の肖像が挙げられる。 +事故が発生した後、ギブソンは病院に搬送されたが、すぐに死亡した。 +64歳のトラック運転者は事故に巻き込まれなかった。 +その車自体は同日の午後12時頃に事故現場から運び出された。 +事故現場近くのガレージで働いている人物は次のように述べている。「道を横切るために待ち合わせていた子供がいて、全員が叫び声を上げて泣いていました。」 +彼らは全員事故が起きた場所から逃げ戻った。 +バリでの議題には、世界の残りの森を残すこと、発展途上国に汚染を抑えた方法で成長するための技術を共有することが含まれている。 +国連はまた、地球温暖化によって影響を受けた国々に対する影響に対処するための資金を決定することを望んでいる。 +この資金は、洪水に耐える家屋の建設、水の管理の改善、作物の多様化に充てられることができます。 +フルーク氏は、女性の健康に関する発言を抑えようとする女性に対する試みが失敗したと書いている。 +彼女は、多数の女性と男性から送られてきたコメントと鼓励により、避孕薬が医療必要品として考慮されるべきだという結論に至った。 +負傷者が病院に運ばれた後に戦闘が停止し、約40人の他の残りの囚人がヤードに残り、彼らの狱に戻ることを拒否した。 +交渉者は状況を改善する試みを行ったが、囚人たちの要求は明確ではない。 +午後10時から午後11時まで、受刑者が広場で火を起こした。 +すぐに、防弾盾牌を装備した警察官が広場に入り、囚人たちをテアーガスで包囲した。 +消防隊は最終的に11時35分に火を撲滅させた。 +1963年にダムが建設された後は、河川に広範囲で土砂を流す季節的な洪水が阻止されました。 +この沈積物は、野生動物の生息地となる砂州や海岸線の形成に不可欠でした。 +その結果、2 種の魚が絶滅し、2 種の魚が絶滅危険になっている。そのうちの 1 種はハンドルバックチューバである。 +洪水の後に水位は数フィート上昇するだけですが、当局はそれが下流の削られた砂州を修復するのに十分な量になるだろうと期待しています。 +津波警報は発表されていないが、ジャカルタの地震学機関によると、地震のマグニチュード6.5以上の要件を満たしていないため津波警報は発表されないということである。 +津波の脅威がなかったにもかかわらず、住民はパニックに陥い、自宅や店舗を離れ始めました。 +ウィンフリーは別れの涙を流したが、ファンに対して彼女が戻ってくることを明確にした。 +「これは別れの言葉ではない。これは1つの章を終わらせ、新しい章を始めるものです。」 +ナミビアの大統領選挙と議会選挙の最終結果によると、現職大統領のヒフィケプンヤ・ポハンバ氏は大きな差をつけて再選された。 +与党である南西アフリカ人民組織(SWAPO)も議会選挙で過半数を獲得した。 +同盟軍とアフガニスタン軍は現場を封鎖するために移動し、同盟軍の他の航空機が援護に派遣された。 +墜落事故は山岳地帯で発生し、敵射撃によるものと考えられている。 +墜落現場を探すための探索活動は、悪天候と険しい地形に遭遇している。 +医療慈善団体のマンゴラ、メデシン・サンス・フロンティアーと世界保健機関は、これが国内で記録されている最悪の流行病であると述べている。 +メデシンス・サンス・フロンティアーのスポークスマンであるリチャード・ヴェールマン氏は次のように述べた。「アンゴラは歴史上最悪の流行に向かっており、アンゴラの状況は非常に悪い」と述べた。 +10:00に開始されたこの大会は、晴天に恵まれ、午前中に降った雨がすぐに晴れただけで、7人制ラグビーの完璧な日となりました。 +トーナメントのトップシードである南アフリカは、5位シードのザンビアに対して舒適な26-00の勝利を収め、良いスタートを切った。 +南アフリカは、南アフリカの姉妹チームとの試合で明らかに錆びついていたが、トーナメントが進行するにつれて順調になっていった。 +彼らの徹底的なディフェンス、ボールハンドリングスキル、優れたチームワークによって、彼らが目立ったことが明らかになり、彼らは勝てるチームであることが明らかになった。 +アムステルダム市とアンネ・フランク記念館の関係者は、この木が菌で汚染されており、公衆衛生上の危険性があると主張している。 +木は火曜日に切り倒される予定だったが、緊急判決により救われた。 +「七つの姉妹」と名付けられた洞窟のすべての入り口は、少なくとも100メートルから250メートル(328フィートから820フィート)の直径を持つ。 +赤外線画像によれば、夜と日の温度変化は洞窟である可能性が高いことを示しています。 +「昼は周囲より冷め、夜は周囲より暖かくなります。 +彼らの熱的な行動は、地球上の大きな洞窟のように、しばしば恒定的な温度を維持しているものではないが、これらが地下の深い穴であることは一致している」と、アメリカ地質調査所(USGS)のアストロジオロジーチームのグレン・カッシングは述べた。カッシング氏はアリゾナ州フラッグスタッフにあるノーザンアリゾナ大学の教授である。 +フランスでは、投票は伝統的に低技術的な経験である。投票者はブースに隔離され、自分の選択した候補者を示す事前印刷された紙を封筒に入れる。 +選挙人の身元認証が確認された後、選挙人は投票用紙箱に投票用封筒を投入し、投票簿に署名する。 +フランスの選挙法は、選挙の手続きについてはかなり厳格に規定しています。 +1988年以来、投票用紙箱は透明なものでなければならず、投票の開始時には投票用紙がないことと、投票用紙が追加されないことを投票者と観察員が目にすることができるようになっています。 +候補者は投票の全過程を目撃するために代表者を派遣することができます。夜間には特定の手順に従って義務労働者によって票が数えられます。 +ASUS Eee PCは、コスト削減や機能面の観点から世界的に発売され、2007年の台北IT月間で話題となった。 +しかしながら、ノートパソコンの消費市場は、2007年に中華民国行政院がASUSに台湾永続性賞を授与したことにより、根本的に変化した。 +ステーションのウェブサイトによると、この番組は「古典的なラジオ劇場の新しいおもしろいギーク的なスピン!」であると述べている。 +この番組の初期には、トギネットラジオという長寿のインターネットラジオサイトでのみ放送されていました。トギネットラジオはトークラジオに特化したサイトです。 +2015年末に、とぎネットはアストロネットラジオを子会社として設立しました。 +この番組は当初、テキサス東部のアマチュア声優が出演していました。 +法執行員がビシュケクの通りにいなかったため、夜間に広範囲の略奪が続いたと報告されている。 +一人の観察者によると、ビシュケクは「無政府状態」に陥ったという。人々のギャングが街を徘徊し、消費製品を略奪していたという。 +バイシケクの住民たちは、南部からの抗議者たちが法のない状態を引き起こしたと非難した。 +南アフリカは、南アフリカのロイヤル・バフォケン・スタジアムで行われたラグビーユニオンのトライナショナルマッチで、ニュージーランドのオールブラックスを破りました。 +最終スコアは21対20で、オールブラックスの15試合連続勝利が終わった。 +スプリングボックスにとって、これは5試合連続の敗戦に終止符を打った。 +これは、すでに2週間前にトロフィーを獲得していたオールブラックスの最終戦だった。 +シリーズの最終戦は来週、ヨハネスブルグのエリスパークで行われ、スプリングボックスがオーストラリアと対戦する。 +月曜日の午後10時8分に、モンタナ州西部で中規模の地震が発生した。 +アメリカ地質調査所(USGS)とその国家地震情報センターには、直ちに被害が発生したことは報告されていない。 +この地震は、ダイロンの北北東約 20 km (15 マイル)、バットの南約 65 km (40 マイル) に位置していました。 +フランス東部のリヨン近くの沼地で月曜日に発見された野生鴨の死骸にH5N1型の鳥インフルエンザウイルスが検出されたことが確認された。 +フランスは、オーストリア、ドイツ、スロベニア、ブルガリア、ギリシャ、イタリアに続いて、欧州連合内でこのウイルスに感染した7番目の国となった。 +クロアチアとデンマークのH5N1感染症の疑いはまだ確認されていない。 +チャンバーズは、「地球の住民の広範囲の死、破壊、恐怖をもたらした」として神を訴訟した。 +チャンバーズは無神論者であり、彼の訴訟は「軽率」であり、「誰もが誰に対して訴訟を起こすことができる」と主張している。 +カミーユ・サン=サンスによるフランスのオペラでは、薬物と日本に対する愛情に支配された芸術家の物語が描かれている。 +その結果、舞台では演奏者がマリファナのジョイントを吸うようになり、劇場自体も観客に参加を呼びかけている。 +元下院議長のニュート・ギングリッチ、テキサス州知事のリック・ペリー、および米国下院議員のミシェル・バックマンはそれぞれ4位、5位、6位に入賞した。 +結果が発表された後、ジングリッチはサントルムを称賛したが、ロムニーに対しては厳しい言葉を述べた。ロムニーのために、ジングリッチに対してネガティブなキャンペーン広告が放映されたアイオワ州で。 +ペリー氏は「今夜の党員集会の結果を評価するためにテキサスに戻る」と述べたが、後に彼はこの選挙に残り、1月21日のサウスカロライナ州の初選に参加すると述べた。 +8月のアイズ・ストロール選挙で勝利したバックマン氏は、キャンペーンを終了することを決めた。 +撮影者はロナルド・レーガンUCLAメディカルセンターに搬送され、その後死亡した。 +彼は20代であったと報じられている。声明でビーバーは「私はこの悲惨な事故に直接関与していなかったが、私の思いと祈りは犠牲者の家族に向けられている」と述べた。 +エンターテインメントニュースウェブサイトのTMZは、撮影者はセプルベダ・ブルバードの反対側に車を停め、交通停止の前に道を横切って撮影しようとしたため、カリフォルニア高速公路パトロールの警官は、撮影者に道を横切って撮影しないように2回命令した。 +警察によると、撮影者に衝突した車の運転者は、刑事告発される可能性は低い。 +1日に18個のメダルしかないため、多くの国がメダルの表彰台に上がることができなかった。 +これにはオランダが含まれており、アンナ・ヨッケルセンが昨日のスーパー大回転で女子スタンディング競技で9位に入賞したほか、フィンランドのカトヤ・サーリネンが同じ競技で10位に入賞した。 +オーストラリアのミッチェル・ゴーレイが男子スタンディングスーパー大回転で11位、チェコのオルドリッヒ・ジェリネクが男子坐姿スーパー大回転で16位となった。 +メキシコのアーリー・ベラスケザックは男子立姿スーパー大回転で15位となり、ニュージーランドのアダム・ホールは男子立姿スーパー大回転で9位となった。 +ポーランドの男性視覚障害スキー選手、マチェイ・クレゼルとガイドのアンナ・オガルジンスカはスーパー大回転で13位に入賞した。韓国のジョング・セオルク・パクは男性坐乗スーパー大回転で24位に入賞した。 +2010年の地震後にハイチに到着した国連の平和維持軍は、部隊のキャンプの近くで発生した疾病の拡大に責任があると非難されている。 +訴訟では、国連のキャンプからの廃棄物が適切に消毒されていなかったため、ハイチで最大の河川であるアルティボニート川の支流に細菌が入り込んだとされている。 +軍隊が到着する前まで、ハイチでは1800年代以来、この病気に関連する問題は発生していなかった。 +ハイチの司法・民主主義研究所は、ネパールの国連平和維持部隊が無意識に病気をハイチに持ち込んだという独立した研究を引用している。 +この病気に関する国連の専門家であるダニエル・ランタンジュ氏は、この流行が平和維持軍によって引き起こされた可能性が高いと述べた。 +ハミルトン氏はハワード大学病院が患者を安定状態で受け入れたことを確認した。 +この患者は、エボラウイルスによる感染症の発生が確認されているナイジェリアを訪れていた。 +病院は感染管理に関するプロトコルを徹底し、感染の可能性がある他者への感染を防止するために患者を他者から隔離した。 +シンプソンズに出演する前に、シモンはさまざまなポジションでさまざまな番組に出演していました。 +1980年代にはタクシー、チアーズ、トレイシー・ウルマン・ショーなどの番組に参加していました。 +1989年にはブルックスとグローニングとともにシンプソンズを創作し、番組の最初の脚本チームの雇用を担当した。 +1993年に番組を離れたにもかかわらず、彼はエグゼクティブプロデューサーの称号を保持し、シーズンごとに数百万ドルのロイヤルティを受け続けていました。 +それ以前、中国の通信社「新華社」は、飛行機がハイジャックされたと報じていた。 +その後の報告によると、飛行機は爆弾脅迫を受け、アフガニスタンに引き返され、カンダハーに着陸した。 +初期の報告によると、Ürümqiで緊急着陸を拒否された後、飛行機はアフガニスタンに戻った。 +航空事故はイランではよくあることであり、民用機と軍用機の両方に対して不十分なメンテナンスを受けている老朽化した機材が保有されています。 +国際的な制裁により、新しい航空機を購入することができない。 +この週の初めに、警察のヘリコプターが墜落し、3 人が死亡し、3 人が負傷しました。 +先月、アルメニアに向かっていた航空機が墜落し、乗客168人が死亡したことで、イランでは数年ぶりに最悪の航空事故が発生した。 +同月には、別の航空便がマシュハドの滑走路をオーバーランして壁に衝突し、17 人が死亡した。 +エアロスミスはツアーの残りのコンサートをキャンセルした。 +ロックバンドは9月16日まで米国とカナダをツアーする予定だった。 +8月5日にスティーブン・タイラーがステージから転落して負傷したためにツアーをキャンセルした。 +両者がセット中の各サーブを奪い合い、タイブレイクでマーレーが1セットを落とした。 +デルポトロは第2セットで早々にリードを奪ったが、6-6となったときにもタイブレイクが必要となった。 +この時点でポトロは肩の治療を受けたが、ゲームに復帰した。 +このプログラムは現地時間の午後8時30分(UTCでは午後15時)に開始されました。 +全国各地の有名な歌手たちは、シュリ・シャイアムの足元にバジャンを奉献した。 +歌手サンジュ・シャルマは夜の始まりとなり、ジャイ・シャンカール・チョウダリーに続いた。彼はチャッパン・ボーグ・バジャンをも披露した。歌手ラジュ・カンデルワルは彼の演奏に同行した。 +その後、ラックハ・シングがバージャンを歌い始めた。 +チャッパン・ボーグ(ヒンドゥー教では、56種類の食べ物、甘味剤、果物、ナッツ、料理などが神に供えられるもの)の108枚がババ・シャヤムに供された。 +ラックハ・シングはチャッパン・ボーグ・バージャンを披露した。シンガーのラジュ・ハンデルワルは彼をサポートした。 +木曜日の東京ゲームショーのキーノートで、任天堂社長の岩田聡氏は、同社の新型コンソールであるニンテンドー・レボリューションのコントローラーデザインを発表した。 +テレビのリモコンに似たコントローラーは、ユーザーのテレビの近くに2つのセンサーを置き、3次元空間の位置をトライアングルで決定します。 +これにより、プレイヤーがデバイスを空中を移動させることで、ビデオゲームのアクションや動きをコントロールできるようになります。 +ジアンカルロ・フィジチェラは車を失ってレースを早々に終えた。 +彼のチームメイトのフェルナンド・アロンソはレースのほとんどをリードしていましたが、ピットイン後にレースを終えました。右前輪が悪く収まっていたためでしょう。 +マイケル・シューマッハはアロンソに続いてレースを終えたが、レース中の多くのバトルによるサスペンションの損傷のためであった。 +「彼女はとても可愛いし歌うこともできる」と彼は新聞会見の記録によると述べた。 +「これに関してのリハーサルをしたときは、心の底から感動していました。」 +発射から約3分後、機内のカメラによって、燃料タンクから多数の絶縁フォームが分離している様子が映し出された。 +しかし、シャトルに何らかの損傷を与えたとは考えられていません。 +NASAのシャトル計画の主任であるN.ウェイン・ヘイル・ジュニアは、フォームが「我々が心配している時間以後」落下したと述べた。 +ディスプレイが始まった5分後に風が吹き始め、1分後には風が70km/hに達しました。その後、雨が降り始めましたが、雨が非常に強く非常に大きくなり、皮膚に刺さったような感覚でした。その後、空から冰雹が降り始め、人々がパニックに陥って叫び始め、互いに走り抜けました。 +私は姉と彼女の友人を失い、その途中には車椅子に乗っている2人の障害者がいて、車椅子の上を飛び越えて彼らを押していた」とアーマンド・ヴェルサッチは述べた。 +NHKによると、新潟県の柴田カリワ原子力発電所は正常に運転している。 +北陸電力は、地震の影響はないと報告し、同社の柏原原子力発電所の1、2号機が停止したとしている。 +この地域には約9,400戸の住宅が水の供給を受けておらず、また約100戸の住宅が電力の供給を受けていないと報告されている。 +一部の道路が損傷し、被害地域の鉄道サービスが中断し、石川県の能登空港はまだ閉鎖中である。 +1つの爆弾が総督府の外で爆発した。 +2 時間の間に、3 発の爆弾が政府施設の近くで爆発しました。 +一部の報告によると、公式の死亡者数は8人とされており、公式の報告書によると最大30人が負傷したとされているが、最終的な数字はまだ判明していない。 +汚染されたペットフードを食べたペットの尿のサンプルから、サリシン酸とメラミンが検出されました。 +大学の研究者は、これら2つの化合物が反応して結晶を形成し、腎臓の機能を阻害する可能性があると述べた。 +研究者らは、メラミンとシアンウルフィン酸の添加により、猫の尿から結晶が形成されることを観察した。 +これらの結晶の構造は、赤外線スペクトロスコピー(FTIR)による比較で、感染した動物の尿から発見されたものと一致しています。 +気づいているかどうかは分からないけど、ほとんどの中央アメリカからの商品は関税を免除されています。 +しかしながら、私たちの商品の 80% が中央アメリカ諸国の関税によって課税されています。私たちはあなたたちを扱っています。 +それは私にとって意味がないように思われました。絶対に公平ではありませんでした。 +私は人々に対して、私たちがお客様に対応するようにお客様も私たちに対応してくださいと言っています。 +カリフォルニア州知事のアーノルド・シュワルツェネッガーは、未成年に暴力的なビデオゲームの販売やレンタルを禁じる法案を法律とした。 +この法案では、カリフォルニア州で販売されている暴力的なビデオゲームには「18」と書かれたステッカーを貼ることを義務付け、その販売を未成年者に対して1000ドルの罰金を科すことを定めている。 +検察総検察長のキア・スターマー弁護士は今日、ヒューン氏とプライス氏に対する起訴を発表した。 +ヒューン氏は辞職し、エド・デイビー議員が内閣に入り、ノーマン・ラム議員がデイビー氏が辞任したビジネス大臣の職を引き継ぐと予想されている。 +ヒューン氏とプライス氏は、2月16日にウェストミンスター地方裁判所に出廷する予定である。 +25歳のニコラス・アルデンと21歳のザカリー・カッドバックが死亡しました。カッドバックは運転手でした。 +エドガー・ベグイラは腕と下顎に傷を負い、クリストファー・シュナイデルは顔の再構成手術を必要とした。 +ウカの武器は5人目の頭を狙ったときに効果を発揮しなかった。シュナイダーには継続的な痛み、1つの眼の失明、頭骨の欠損、そしてチタンで再建された顔がある。 +シュナイダー氏は自国の米空軍基地からビデオリンクで証言した。 +水曜日のイベント以外に、カルパネドはチャンピオンシップで2つの個人レースに参加した。 +彼女の最初のレースはスラロームで、彼女は1回目のレースでフィニッシュしなかった。116人の参加者のうち36人が同じ結果を残した。 +彼女のもう一つのレースであるジャイアントスラロームでは、女性の座位グループで4分41秒30の合計タイムで10位に終わり、1位のオーストリアのクラウディア・ローシュより2分11分60秒遅れ、9位のハンガリーのギョンギ・ダニより1分09分02秒遅れた。 +女子座位グループの4人のスキーヤーが走行を終えることができず、117人の総勢のスキーヤーのうち45人がレースにランクインできなかった。 +マディヤ・プラデーシュ警察は盗んだノートパソコンと携帯電話を発見した。 +副総監 D K Arya は、「スイス人女性を強姦し、彼女の携帯電話とノートパソコンを奪った 5 人を逮捕しました」と述べた。 +被告はババ・カンジャル、ブッタ・カンジャル、ラムプロ・カンジャル、ガザ・カンジャル、ヴィシュヌ・カンジャルである。 +警察署長のチャンドラ・シェカール・ソランキは、被告は顔を隠して法廷に出廷したと述べた。 +車が家に衝突したとき、家の中には3人がいましたが、誰も怪我をしませんでした。 +しかし、運転手は頭部に重傷を負った。 +事故が起きた道路は、緊急サービスが赤いアウディ・TTから運転者を救出するために一時的に閉鎖されました。 +最初はジェームズ・ペイジ病院に入院していました。 +その後、彼はケンブリッジのアドデンブローク病院に移送された。 +その後、アデコヤはエディンバラ裁判所で息子を殺害したとして起訴された。 +彼女は起訴と裁判まで拘留されているが、目撃者の証言は、彼女のイメージが広く公開されているために汚染される可能性がある。 +これは英国の他の地域でも慣例ですが、スコットランドの司法制度は異なり、裁判所は写真の公開を潛在的に不利なものとみなしました。 +デンディー大学のパメラ・フェルガソン教授は「記者が容疑者の写真などを発表することは危険な行為であるように見える」と指摘している。 +検察庁は、一般的に検察を統括している検察庁は、少なくとも起訴までのコメントはないとジャーナリストに示唆している。 +リークによると、この文書は、パレスチナが1967年の中東戦争前の国境に基づいて求めている国境紛争に言及している。 +その他の話題には、両国にとって聖地であるエルサレムの将来の状況やヨルダン川流域の問題が含まれていると報じられている。 +イスラエルは、協定が締結された場合には、10年間にわたって谷に軍隊を駐留させることを要求しているが、PAは5年間のみ駐留させることに同意している。 +追加の害虫防除試験では、試験が監視され、その有効性が評価されるため、レンジャーによって厳しく監視されることになっていた。 +NPWSとオーストラリアのスポーティング・シューターズ・アソシエーション(NSW)インコーポレイテッドとのパートナーシップにより、スポーティング・シューターズ・アソシエーションのハンティングプログラムに基づき、適格なボランティアが募集された。 +NPWSのパーク保護と遺産の代理ディレクターであるミック・オフライン氏によると、最初の撮影作業に選ばれた4人の撮影者は、全面的な安全とトレーニングの指導を受けたということです。 +マーテリー大統領は昨日、9人のメンバーからなる新しい臨時選挙委員会(CEP)を宣誓した。 +これはマーテリー大統領の4年間で5回目のCEPである。 +先月、大統領の委員会は、国を新たな選挙に向けて動かすためのパッケージの一環として、前CEPの辞任を推奨した。 +この委員会は、10月に始まった反政府抗議運動に対するマーテリー大統領の反応である。 +暴力的な抗議運動は、選挙を実施できなかったことによって引き起こされた。 +iPodが故障して過熱し、合計6件の火災が発生し、4人が軽い燃傷を負ったと報告されている。 +日本経済産業省(経産省)は、デバイスに関連する27件の事故を知曉えていたと述べた。 +先週、経産省は、Apple が 34 件の加熱事故の追加情報を提供したと発表したが、同社はこれを「非常に深刻ではない」と呼びました。 +韓国外交省は、アップルが報告書の発表を延期したことを「本当に残念なこと」として対応した。 +地震は土曜日の午後9時19分(現地時間の午前7時19分)に発生しました。 +北マリアナ諸島の災害管理局は、国内での被害は報告されていないと述べた。 +また、太平洋津波警報センターは津波の兆候はないと発表した。 +フィリピンの元警察官は、フィリピンの首都マニラでバスをハイジャックし、香港の観光客を人質にした。 +ロランド・メンドーザは観光客にM16アサルトライフルを発砲した。 +複数の人質が救出され、少なくとも6人が死亡していることが確認されている。 +子供や高齢者を含む6人の人質が早期に解放され、フィリピンの写真家も解放されました。 +その後、撮影者たちは老婦人の代わりにトイレに行っていたが、メンドーザは銃殺された。 +リギンズは父親の足跡を踏み、医療関係のキャリアに入った。 +彼は産科医として訓練を受け、1959年にオークランドの国立女性病院で働き始めました。 +彼が病院で働いている間に、リギンズは余暇を利用して早産の調査を開始しました。 +彼の研究によると、ホルモンが投与されると、赤ちゃんの胎児肺の成熟が加速することがわかりました。 +新華社は、政府の捜査官が水曜日に「ブラックボックス」と呼ばれる航空機の記録器を回収したと報じた。 +同僚のレスラーもルナに敬意を表した。 +トミー・ドリーマーは「ルナはエクストリームの最初の女王であり、私の最初のマネージャーでした。ルナは2つの月の夜に亡くなりました。彼女と同様に独特で強い女性でした。」と述べた。 +ダスティン「ゴールドアスト」ランネルズは「ルナは私と同じく奇妙な人物だった…もしかしたら私よりも奇妙だったかもしれない…私は彼女を愛し、彼女を思い出すことができないでしょう…私は彼女がより良い場所にいることを願っています。」とコメントした。 +2010年の連邦選挙前に調査された1,400人のうち、オーストラリアが共和制になることに反対する人数は、2008年から8%増加した。 +2010年の連邦選挙のキャンペーン中、看守首相のジュリア・ギラードは、エリザベス2世女王の在位中にオーストラリアが共和制になるべきだと信じていると主張した。 +この調査では、34パーセントの人々がこの考えを持っており、エリザベス女王がオーストラリアの最後の君主になることを望んでいる。 +この世論調査では、29パーセントの被調査者は、できるだけ早く共和国になるべきだと考えているが、31パーセントの被調査者は、オーストラリアは共和国になるべきではないと考えている。 +彼はオリンピック金メダリストであり、コモンウェルスゲームでは100mフリーと200mフリー、3つのリレーに出場する予定だったが、彼の抗議により、彼のフィットネスが疑われている。 +彼は痛みを克服するために必要な薬物を受けられないので、これらの薬物が禁止されているためです。 +ミズーリ大学の数学とコンピュータ科学の教授であるカーティス・クーパーは、1月25日に今まで知られている最大の素数を発見した。 +数人が2月初めに異なるハードウェアとソフトウェアを用いて発見を確認し、火曜日に発表された。 +コメットは、生命を支えるタンパク質を形成できる有機物とともに、地球に水を供給した可能性がある。 +科学者たちは、特にコメットが地球に衝突した昔から、地球がどのように形成されたのかを理解することを望んでいます。 +53歳のカウモは今年初めに州知事に就任し、先月に同性婚を合法化する法案に署名した。 +彼はこれらの噂を「政治的な雑談と馬鹿げたこと」と呼びました。 +彼は2016年に大統領選挙に出馬すると見られています。 +FAAは、NextGenシステムは航空機が短いルートを飛行し、年間数百万ガロンの燃料を節約し、二酸化炭素排出量を削減することができると主張している。 +衛星を利用した技術を使用しているので、以前の地上レーダーを利用した技術とは異なり、航空管制官が航空機の位置をより精確に把握し、パイロットにより正確な情報を提供することができる。 +追加の輸送手段はなく、地上線の電車はウェンブリー駅に停まることはなく、グラウンドの駐車場とパークアンドライド施設は利用できません。 +運輸手段不足の懸念により、チームのサポーターがいない状態で閉鎖された会場で試合が行われる可能性が高まった。 +木曜日に発表されたサイエンス誌によると、エクアドルのガラパゴス諸島で鳥類の新種が発見された。 +アメリカのプリントン大学とスウェーデンのウプサラ大学の研究者は、この新しい種がわずか2代で進化したと報告した。この進化過程は、ダーウィンのフィンチ、Geospiza fortes と移入したカクテウスフィンチ、Geospiza conirostris の交配によるものであると考えられていた。 +金はさまざまな形状に加工されることができます。細かい形状に巻き込むこともできます。 +これは細いワイヤーに引き出すことができ、それをねじったり編んだりすることができます。これを敲打したりロールしたりすることができます。 +非常に薄くすることができ、他の金属に貼り付けることができます。非常に薄くすることで、「イルミネーション・マニュスクリプト」と呼ばれる手書きの絵入りの本の装飾に使用されることもありました。 +これを化学のpHと呼ぶ。レッドカプサの汁を使ってインジカーを作ることができます。 +キャベツ汁は、化学物質の酸性度や塩基性(アルカリ性)によって色が変わります。 +pHレベルは、化学試料に含まれている水素イオン(pHのH)の量で示されます。 +水素イオンは、水素原子は1つのプロトンと1つの電子で構成されているため、電子を剥ぎ取られたプロトンです。 +両種の干粉を混合し、手を洗ってきれいに濡れた状態にしてボールにしてください。 +手の水分が外層と反応し、手の感覚が変わってシールドのような状態になります。 +ハラッパとモヘンジョダロの都市には、ほぼすべての家にフラッシュトイレットがあり、複雑な下水道システムに接続されていました。 +ギリシャのクレタ島とサントリーニ島のミノア文明の都市では、下水道の遺跡が発見されている。 +古代エジプト、ペルシア、中国にもトイレがありました。ローマ文明では、トイレは公共の浴場の一部として、男女が混浴していました。 +何千マイルも離れた人に電話をかけるときには衛星を使っています。 +衛星は宇宙空間で呼びかけを受け取り、ほとんどすぐにそれを反射します。 +衛星はロケットによって宇宙に打ち上げられました。科学者たちは、地球の大気が一部の光と視界を歪んでいるため、宇宙で望遠鏡を使用しています。 +衛星や望遠鏡を宇宙に打ち上げるには、100フィート以上の巨大なロケットが必要です。 +車輪は驚くべきように世界を変えた。車輪によってできたもっとも大きなことは、私たちにとって非常に容易で速い輸送手段を与えたことである。 +鉄道、自動車、そしてさまざまな交通機関をもたらしてくれました。 +その下には、ネズミからアンテロープまで、さまざまな中型の獲物を食べる中型の猫がいます。 +最後に、昆虫、ネズミ、リザード、鳥類などよりもずっと多くの小さな獲物を食べる小さな猫(ペット猫を含む)も多数存在します。 +彼らの成功の秘訣は、各種の専門的な仕事を持っており、他者と競争することができないようにしている「ニッチ」という概念です。 +ライオンは、群れと呼ばれる大きなグループで生活しています。 +プライドは1~3頭の関係のある成獣と30頭以上のメスと仔獣で構成されています。 +メスは一般的に姉妹や娘たちで大家族となっています。 +ライオンの群れは、狼の群れや犬の群れに似ています。ライオンとは行動が似ているが、他の大型哺乳類とは似ていない動物です。ライオンの群れは、獲物にとって非常に危険です。 +優れたアスリートであり、タイガーは(しかしよくない)登ることができ、泳ぐことができ、大きな距離を跳び、強い人間の5倍の力で引くことができます。 +トラはライオン、レオパルド、ジャガーと同じ属(属名パンテラ)に属しています。これらの4種の猫は唯一吼えることができます。 +虎の吼え声はライオンの吼え声とは違って、よく聞こえる吼え声ではなく、よく聞こえない吼え声のような吼え声です。 +オセロットは小さい動物を好んで食べる。猿、蛇、ネズミ、鳥などを捕まえることができれば捕まえる。ほとんどのオセロットが狩っている動物はオセロットよりもずっと小さい。 +科学者たちは、オセロットは嗅覚で動物を追跡して食料(獲物)を探すと考えています。 +夜間視力に優れているため、暗闇の中でも非常によく見える。また、非常に静かに移動することもできる。オセロットは、自分の周囲に混じり込み、獲物に襲いかかるのが主な狩り方です。 +生物の小集団(小規模な人口)が、その集団から分離した場合(例えば、山脈や川を越えて移動した場合、または新しい島へ移動した場合、そこから戻ることができないようになった場合)、その集団から分離した生物は、以前とは異なる環境にいることがよくあります。 +この新しい環境には異なるリソースと異なる競争相手があるため、新しい人口は以前に必要だったような特徴や適応を必要としています。 +オリジナルの人口は変わっていないので、以前と同じ適応を必要としています。 +時間が経過するにつれ、新しい人口が新しい環境に適応するようになると、他の人口とはよりよく似ていなくなります。 +最終的には、数千年から数百万年後になると、2つの個体群は非常に異なるようになり、同じ種とは呼べなくなります。 +このプロセスをスペシエーションと呼びます。スペシエーションとは、新しい種の形成を意味します。スペシエーションは進化の不可避な結果であり、非常に重要な部分です。 +植物は、人間が呼吸する氧氣を作り出し、人間が呼吸する二酸化炭素を吸い取っています。 +植物は光合作用によって食料を作り、また陰を提供しています。 +家は植物からできています。衣服も植物からできています。ほとんどの食べ物は植物でできています。植物がなければ動物は生きられないでしょう。 +モササウルスはその時代の頂点捕食者であり、他のモササウルスを除き、何も恐れていませんでした。 +その長い口腔には70個以上の鋭利な歯が並んでおり、口腔の屋根にも歯が並んでいたため、その道を横切ったものは逃げることができなかった。 +確かなことはわからないが、その舌は2つに分かれていたかもしれません。その餌食にはカメ、大きな魚、他のモササウルスが含まれていたかもしれません。 +それは水に入ったものを攻撃するだけでなく、ティラノザウルスのような巨大な恐竜にも対抗できなかった。 +ほとんどの食べ物は私たちに熟慣しているものですが、ローマ人には奇妙なもしくは異様な食べ物もありました。その中には、野生のブタ、ペリカン、カタツムリ、そしてネズミの一種であるドミノ鼠が含まれています。 +もう一つの違いは、貧しい人々と女性が椅子に座って食べるのに対して、富裕な男たちは、食事をしながら側転して食べるのが好きだった。 +古代ローマの食事には、後世の世紀にヨーロッパからアメリカやアジアから来た食品は含まれていなかったでしょう。 +例えば、古代ローマ人はトウモロコシ、トマト、ジャガイモ、カカオ、またはターキーを食べたことはなかった。 +バビロニア人は、各々の神に対して主な神殿を建設し、神の住まいと考えていました。 +人々は神々に犠牲を捧げ、神官は祭りや祭典を通じて神々の要求に応えようとしました。 +各寺院には開放された寺院庭園と、神職しか入れない内陣がありました。 +寺院の一部として、特殊なピラミッド型の塔であるゾッグラットが建てられたこともあります。 +塔の頂上には神のための特別な神殿がありました。 +熱帯気候の中東では、家はあまり重要ではなかった。 +ヘブライ人家族のほとんどの生活は屋外で行われました。 +女性が庭で料理をしていました。店舗は街に向けて開いたカウンターでした。石材を使って家を建てていました。 +カナアンの土地には大きな森林がなかったので、木材は非常に高価だった。 +グリーンランドは人口が少なかった。北欧のサガによると、エリック・レッドは殺人の罪でアイスランドから追放され、さらに西へ向かう途中にグリーンランドを発見し、グリーンランドと名付けた。 +しかし、彼の発見にかかわらず、エスキモー族はすでにそこに住んでいました。 +それぞれの国が「スカンディナビア」であったにもかかわらず、デンマーク、スウェーデン、ノルウェー、アイスランドの人々、王、習慣、歴史には多くの違いがありました。 +映画『ナショナル・トレジャー』を見た人は、独立宣言の裏面に宝物地図が書かれていると思うかもしれません。 +しかし、それは間違いでありません。文書の裏面には何か書かれていますが、それは宝の地図ではありません。 +独立宣言の裏面には、「オリジナルの独立宣言 1776 年 7 月 4 日」と書かれていました。文字は逆さに書かれており、文書の下部に表示されていました。 +誰がこれを書いたかは明確にはわからないが、この巨大なパピルス文書(29¾インチ×24½インチ)は早い段階で巻き込まれて保管されていたことが知られている。 +そのため、記号は単にラベルとして追加されただろう。 +ノルマンディー上陸作戦とその後の戦闘により、フランス北部は解放されたが、南部は解放されていなかった。 +この地域は「ヴィシー」と呼ばれるフランス人に支配されていました。これは1940年にドイツと和平を結んだフランス人で、彼らはドイツ軍と戦う代わりに侵略者と協力していました。 +1940年8月15日、連合軍は南フランスを侵攻した。この侵攻作戦は「ドラグーン作戦」と呼ばれた。 +わずか2週間で、アメリカ軍とフリーフランス軍は南フランスを解放し、ドイツに向かっていた。 +文明とは、大きな集団の人々が協力して暮らし、働いている社会で共有されている単一の文化です。 +文明という言葉はラテン語のcivilis、civis、civitasから来ています。civilisは市民を意味し、civisは市民を意味し、civitasは都市または都市国家を意味しています。それによって、社会の大きさも定義されています。 +都市国家は国家の前身であり、文明の文化は複数世代にわたって知識を受け継ぐこと、文化的な足跡を残すこと、そして公正な拡散を意味しています。 +小さな文化は、関連する歴史的な証拠を残さずに消滅し、正しい文明として認められないことが多い。 +革命戦争の間に、13 州は、連邦条約に基づき、弱い中央政府を最初に形成した。この中央政府の唯一のコンポーネントは、議会であった。 +議会には税金を徴収する権限がなく、また国家の行政機関や司法機関がなかったため、議会は州の行政当局に依存していましたが、その行政当局はしばしば協力的ではありませんでした。 +また、州間の税法と関税に対する権限もなかった。 +これらの条文には、すべての州から一致した同意が必要であり、州は中央政府に対して非常に軽視していたため、代表者がしばしば欠席していました。 +イタリアの国際サッカーチームは、ドイツの国際サッカーチームとともに、世界で2番目に成功したチームであり、2006年にFIFAワールドカップのチャンピオンになった。 +人気のスポーツはサッカー、バスケットボール、バレーボール、水泳、フェンシング、ラグビー、サイクリング、アイスホッケー、ローラーホッケー、F1レースなどです。 +冬のスポーツは北部地域で最も人気があり、イタリア人が国際大会やオリンピック大会に参加しています。 +日本には約7,000の島があり、日本は世界で7番目に大きな島国です! +日本の島々が集まっていることから、日本は地理的には「群島」と呼ばれることが多い。 +台湾の歴史は15世紀にさかのぼり始まり、ヨーロッパの航海者たちが島の名前をIlha Formosa、つまり美しい島として記録しました。 +1624 年、オランダ東インド会社は台湾南西部に基地を設立し、先住民の穀物生産方法を変革し、米と砂糖のプランテーションで中国労働者を雇用しました。 +1683 年、清朝(1644-1912)軍は台湾の西海岸と北海岸を占領し、1885 年には台湾を清帝国の省と宣言しました。 +1895 年、第一次中日戦争(1894 年 - 1895 年)での敗戦後、清朝政府は台湾の主権を日本に割譲し、1945 年まで島を支配します。 +マチュピチュは、インティワタナ、太陽神殿、3つの窓の部屋という3つの主要な構造物で構成されています。 +コンプレックスの周辺にあるほとんどの建物は、当初の姿を観光客により良いイメージを与えるために再建されています。 +1976 年までに、マチュピチュの 30% が修復され、修復は現在も続いています。 +例えば、世界で最も一般的な写真撮影用フォーマットは35mmで、アナログフィルム時代の主流フィルムサイズだった。 +現在でも生産されていますが、より重要なことは、デジタルカメラのイメージセンサーのフォーマットに受け継がれています。 +35mmフォーマットは、実際にはかなり混乱していますが、幅が36mm、高さが24mmです。 +そのため、このフォーマットの比率(12を割って最も簡単な整数比率を求める)は3:2と言われています。 +多くの一般的なフォーマット(APSファミリーのフォーマットのようなもの)はこのアスペクト比に等しく、または近似しています。 +しばしば虐められ、しばしば冷笑されている第三のルールは、画像に適度な秩序を与えながら動きを生み出す簡単なガイドラインです。 +主題の最も効果的な場所は、画像を縦と横にそれぞれ3分割する線の交差点である(例を見る)。 +この時期のヨーロッパの歴史では、富と権力を獲得したカトリック教会が検討の対象となった。 +キリスト教は、言語や習慣の違いにもかかわらず、1000年以上にわたってヨーロッパ諸国を結びつけてきました。 +その圧倒的な力は王から平民まで全員に影響を与えた。 +キリスト教の主要な信条の1つは、財富は苦難と貧困を緩和するために使用されるべきであり、教会の資金はそのために特別に用意されているということです。 +教会の中央権力は1000年以上にわたってローマに滞在しており、この権力と金銭の集中により、多くの人々がこの教義が満たされているかどうかに疑問を投げかけた。 +戦争の発生から間もなく、イギリスはドイツに対する海上封鎖を開始しました。 +この戦略は有効であり、重要な軍事物資や民間物資の供給を断ち切ったが、この封鎖は過去2世紀にわたって締結されたいくつかの国際協定によって定められた一般的に受け入れられた国際法に違反していた。 +イギリスは国際水域を採鉱し、海洋全体に入る船舶を阻止し、中立国の船舶にも危険を及ぼしました。 +この戦術に対する対応が限られていたため、ドイツは同様の対応を期待していた。 +1920年代には、ほとんどの市民と国家の主流的な考え方は、平和主義と孤立主義であった。 +第一次世界大戦での戦争の恐怖と残酷さを目の当たりにした国々は、今後同様の状況を避けたいと望んでいました。 +1884 年に、テスラはアメリカ合衆国に移住し、ニューヨーク市にあるエジソン社の雇いを受けるために移住しました。 +彼は米国に4セントしか所持していなかったが、詩集とチャールズ・バッチェラー(彼の前の仕事のマネージャー)からトーマス・エジソンへの推薦書を持ってきました。 +古代中国では、異なる時代を表す方法が独特でした。各時代の中国または権力を持っていた家族は、それぞれが特徴的な王朝でした。 +また、各王朝の間には、分裂した州の不安定な時代がありました。その中で最も知られているのは、漢と魏の間に60年間続いた三国時代です。 +この時期には、多くの貴族が王位を争い、激しい戦闘が繰り広げられました。 +三国時代は、中国の歴史上数千人が死亡した激しい時代の1つであり、西安の壮大な宮殿の最上位に座るために戦った。 +メトリックシステムの導入、絶対主義から共和主義への転換、ナショナリズム、国家は国民のものではなく、一人の君主のものではないという信念などの社会的、政治的な影響があります。 +また革命後の占領地では、すべての男性が申請することができ、最も野心的で成功したものが成功するようになった。 +軍隊についても、階級が階級に基づいていたのではなく、カイラベルに基づいているようになりました。 +フランス革命は、他国の抑圧された労働者階級にも影響を与え、他国の革命を始めさせた。 +ムハンマドは、この日常的な生活よりももっと深いことに興味を抱いていました。彼は、「ノール」(光)と呼ばれる山の洞窟に「ヒラ‘」と呼ばれる洞窟をよく訪れていました。 +洞窟そのものは、ムハンマドの精神的な傾向を非常に鮮明に表現しています。 +メッカの北にある山の頂上にある洞窟は、世界と完全に隔離されています。 +実際には、それが存在していることを知っていたとしても、それを探すのは非常に難しい。洞窟に入ると、完全な隔離状態になります。 +洞窟内から見えるものは、明るく美しい天空と多くの周囲の山だけです。洞窟内からはこの世界のほとんどを見ることはできないし、聞こえることもほとんどありません。 +ギザの大ピラミッドは、現存する七つの奇跡の中で唯一のものです。 +エジプト人によって紀元前3世紀に建設された大ピラミッドは、死亡したファラオに敬意を表すために建設された複数の大きなピラミッドの1つです。 +ギザの台地、または「ギザのネクロポリス」は、エジプトの死者の谷にあり、複数のピラミッド(最大のピラミッドは大ピラミッド)、複数の小さな墓、複数の神殿、そして大きなスフィンクスを含んでいます。 +大ピラミッドは、ファラオのクフゥに敬意を表すために作られました。小さなピラミッド、墓、神殿は、クフゥの妻や家族に敬意を表すために作られました。 +「上の弦」のマーキングはV字に似ており、「下の弦」のマーキングは裏面が欠けているステープルや正方形に似ています。 +「上」というのは、竿の先端から竿を押し上げるという意味です。「下」というのは、竿の先端(手が竿を握っているところ)から竿を引き下げるという意味です。 +上弦は通常、音が柔らかくなり、下弦は強くて積極的になります。 +自分のマークを描くことは可能ですが、印刷された弦楽器のマークは音楽的な理由であり、通常は尊重されるべきです。 +1789 年 10 月 6 日、国王ルイ16世、王妃マリー・アントワネットと二人の子供(11 歳のマリー・テレーズと 4 歳のルイ・シャルル)と国王の姉、エリザベス女伯爵は、市場の女性たちによってヴェルサイユからパリに強制送還された。 +彼らは馬車に乗り、人々の叫び声と王と女王に対する脅迫を叫ぶ人々に囲まれてパリに戻った。 +群衆は王と王妃の馬車の窓を広げさせた。 +あるときには、群衆の1人がヴェルサイユで殺害された王室警備隊の頭部を恐怖した女王の前で振り回した。 +アメリカ帝国主義がフィリピンを征服するための戦争費用は、フィリピン人自身が支払った。 +米国の植民地政府に対して税金を支払わなければならず、ウォールストリートの銀行家によって発行された、フィリピン政府の名義で発行された債券の利息の大部分を補償しなければならなかった。 +もちろん、フィリピン人の長期的な搾取によって得られた超利潤は、米帝国主義の基本的な利益である。 +テンプラー騎士団を理解するには、騎士団の設立につながった背景を理解する必要があります。 +これらの出来事が起きた時代は、ヨーロッパの歴史における11世紀、12世紀、13世紀(西暦1000年から1300年まで)を指して「高中世」と呼ばれています。 +高中世は、慣習的に1500年頃で終わる普通中世の後に始まり、普通中世の前にある早期中世に続いています。 +テクノロジーによる決定論とは、実践において広範囲にわたる概念を包括する用語であり、テクノロジーによる押し寄せやテクノロジーによる必然性から、科学的な法則とその表現形態としてのテクノロジーによって人間の命運が決定されるという厳格な概念まで含まれます。 +技術決定論のほとんどの解釈は、2つの一般的な考えを共有しています:技術の開発自体は文化や政治的影響のほとんどを超えた道をたどり、技術が社会に「影響」を与えるのは、社会的条件ではなく、本質的なものであるということです。 +例えば、自動車が必然的に道路の開発を促進するということを言うことができます。 +しかしながら、全国的な道路網はわずか数台の車にとっては経済的に有利ではないため、車の所有コストを削減するための新しい生産方法が開発されました。 +大量の自動車を所有することは、道路上の事故の発生率も高まり、傷ついた身体を修復するための健康保険の新しい技術が発明されることにつながっています。 +ロマン主義は、ゲーテ、フィヒテ、シュレーゲルのような作家から借りた文化決定論的要素が多く含まれていました。 +ロマン主義的な観点では、地理が個人を形成し、時間が経過するにつれて、その地理に関連する習慣と文化が生まれ、これらは社会の場所に適合していたため、任意の法律よりも優れていた。 +パリは現代世界のファッションの首都として知られていますが、コンスタンティノープルは中世ヨーロッパのファッションの首都として知られていました。 +その豪華な中心地としての名声は400年ごろから1100年ごろまで続いた。 +その地位は12世紀に大きく低下しました。それは、十字軍が東ローマ帝国の市場よりも高く評価されていた繊維や香料などの贈り物を携えて帰還したためです。 +この頃に、コンスタンティノープルからパリにファッションの首都の称号が移った。 +ゴシックスタイルは10世紀から11世紀と14世紀にピークを迎えました。 +初期の服装は東方のビザンツ文化に大きく影響を受けていました。 +しかし、コミュニケーションチャネルが遅れているため、西洋のスタイルは25~30年遅れることがあります。 +中世後期に西ヨーロッパでは自らのスタイルを発展させ始めました。十字軍の結果として、人々は衣服を留めるためにボタンを使用するようになりました。 +自給農業とは、農業家とその家族が必要とするだけの食糧を生産するために実施される農業である。 +自給自足農業は、簡単でしばしば有機的なシステムであり、エコレギオンの土壌に適した種子を保存し、作物交替やその他の相対的に簡単な技術を用いて最大限の収穫を目指しています。 +歴史的には、ほとんどの農民は自給自足農業に従事していましたが、現在でも多くの発展途上国ではそうです。 +サブカルチャーは、社会的な標準から忽略されているような同様の考えを持つ人々を集め、彼らに自己意識を形成する機会を与えています。 +サブカルチャーは、メンバーの年齢、民族、階級、場所、または性別によって特徴的であることがあります。 +サブカルチャーの特徴を決定する要素は、言語的、美学的、宗教的、政治的、性的、地理的、またはこれらの要素の組合せである可能性があります。 +サブカルチャーのメンバーは、スタイルの特徴的で象徴的な使用によってメンバーシップを示すことが多い。これにはファッション、マナーリズム、アーゴットなどが含まれる。 +社会化の重要性を説明する最も一般的な方法の1つは、成長過程で社会化されなかった子供たちの数少ない不幸な例を引き合いに出すことである。これらの子供たちは、無視、不幸、または意図的な虐待によって成長過程で社会化されなかったのである。 +このような子供は「野生」または「野生児」と呼ばれます。一部の野生児は人々によって拘束されています(通常は自分の親です)。一部の場合、子供を捨てた理由は、親が子供の重い知的または身体的障害に対して拒絶したからです。 +野生児は、捨てられたり逃げたりする前に、深刻な児童虐待やトラウマを経験していた可能性があります。 +他には、動物に育てられたという証言もあり、一部は野生化したという証言もあります。 +完全に非人間動物に育てられた野生児は、身体的な限界を超えることなく、特定の看護動物とほぼ同じような行動を示す。例えば、人間に対して恐怖したり、無関心だったりすることである。 +プロジェクトベースの学習は学習をより簡単で興味深くすることができるが、スキャフォールディングはさらに進んでいます。 +スキャフォールドは学習の方法ではなく、新しいコンピュータープログラムを使用したり、新しいプロジェクトを開始したりといった新しい学習体験を経験している個人に支援を提供する手助けである。 +スキャフォールドは仮想的なものでも実際的なものでもあります。すなわち、教師はスキャフォールドの一種ですが、マイクロソフトオフィスの小さな紙クリップマンもスキャフォールドの一種です。 +仮想のスキャフォールドはソフトウェアに内蔵され、学生が単独で対処できないような手順に対する質問、提示、説明を目的としています。 +児童は、無視から虐待まで、さらには恐喝までさまざまな理由で養育施設に収容されています。 +子供たちは、育てられる環境が慈善的で慈善的で教育的であるべきだが、そうではない。 +これらの子供たちにとっての安全ゾーンとしての養護システムを認識しています。 +私たちの養護システムは、安全な家、愛すべき保護者、安定的な教育、信頼できる医療を提供することになっています。 +フォスターケアは、過去に家族から引き離された家庭で不足していたすべての必要品を提供することになっています。 +インターネットは、大規模なコミュニケーションと個人間のコミュニケーションの要素を組み合わせたものです。 +インターネットの特徴によって、使用と満足のアプローチにおける次元が追加されます。 +例えば、「学習」と「社会化」がインターネット利用の重要な動機として挙げられている(ジェームス等、1995)。 +「個人的な関与」と「継続的な関係」も、EighmeyとMcCord(1998)がウェブサイトに対する観客の反応を調査した過程で新たな動機要素として特定された。 +ビデオの記録によって微表情の解釈に重要な発見がなされました。微表情とは、数ミリ秒にわたる顔の動きです。 +特に、微表情を正しく解釈することで、人が嘘をついているかどうかを感知することができると主張されている。 +オリバー・サックス氏の論文「大統領の演説」では、脳の損傷によって言語を理解できない人々が、誠実さを正確に評価できることを示している。 +彼は、このような人間の行動を解釈する能力は、家畜犬のような動物にも共有されているかもしれないと示唆している。 +20世紀の研究によれば、遺伝的変異には2つのプールがあることが示されています:隠れたプールと表現されたプールです。 +変異は新しい遺伝的変異を追加し、選択は表現された変異からそれを除去します。 +セグレーションと再組み合わせによって、変異は世代ごとに2つのプール間を往復運動しています。 +草原では、人間のような消化器官を持つ霊長類は、植物資源から必要なアミノ酸を摂取するのが難しい。 +さらに、そうでない場合には、深刻な後遺症が生じます:成長障害、栄養不良、最終的には死亡です。 +最も容易に入手できる植物資源は、葉や豆類から入手できるタンパク質ですが、これらは煮てない場合には猿のような我々にとって消化が困難です。 +それに対して、動物性食品(アリ、白蟻、卵)は容易に消化されるだけでなく、すべての必須アミノ酸を含む高質量の蛋白質を提供します。 +すべてを考慮すると、私たちの祖先たちが「タンパク質の問題」を今日のサバンナに生息するチンパンジーと同じように解決したということには驚くことはないだろう。 +睡眠の中断は、通常の睡眠時間中に意図的に目を覚まし、数分後に再び眠りにつく過程です(10~60分)。 +これは、比較的安静なアラームクロックを使用することで、完全に目を覚まさせずに意識を覚醒させることができます。 +睡眠中に時計をリセットしてしまうことがある場合は、寝室の反対側に置いて、起きて時計をオフにしなければならないようにすることができます。 +他のバイオリズムに基づくオプションでは、睡眠前に多量の液体(特に水や茶、知られた尿路溶解剤)を飲み、起きて尿を排出することを強いています。 +人が持つ平和感の量は、体と精神にある張力の量に対して相反関係にあります。 +緊張度が低いほど、生命力はより大きくなります。すべての人にとって、絶対的な平和と満足を感じることができる潜在的な力があります。 +すべての人が覚醒することができます。この目標に障害となっているのは、私たち自身の緊張感と否定的な態度だけです。 +チベット仏教は、仏陀の教えに基づいていますが、大乗仏教の愛の道とインドのヨガのたくさんの技術によって拡大されました。 +原則として、チベット仏教は非常にシンプルです。それは、クンダリニヨガ、瞑想、すべてを包括する愛の道で構成されています。 +クンダリニヨガでは、ヨガの姿勢、呼吸法、マントラ、ビジュアライズによって、クンダリニエネルギー(覚醒エネルギー)が覚醒します。 +チベットのメディテーションの中心はディティーヨガです。ディティーヨガでは、さまざまなディティーのビジュアライズを通じて、エネルギーチャネルが浄化され、チャクラが活性化され、覚醒意識が生まれます。 +第二次世界大戦ではドイツが共通の敵であったため、ソ連とアメリカが協力していました。戦争の終結後、システム、プロセス、文化の対立により、両国が対立しました。 +戦争の終結から2年が経過した1947年、旧同盟国は敵国となり、冷戦が始まった。 +この戦争は40年間続き、アフリカからアジアまでの戦場で、代理戦争として戦われ、アフガニスタン、キューバ、その他多くの場所で戦われた。 +1939 年 9 月 17 日までに、ポーランドの防衛はすでに崩壊しており、唯一の希望は、ローマニアの橋頭線に沿って後退して再編成することだった。 +しかし、これらの計画は、ソビエト連邦赤軍の80万人以上の兵士がポーランド東部に侵入し、ベラルーシとウクライナの前線を創設したことで、ほとんど一夜にして無効となった。これは、リガ平和条約、ソビエト連邦とポーランド間の非攻撃条約、その他の国際条約に違反したものであった。 +貨物を船で運ぶことは、大量の人々と商品を海を越えて移動する最も効率的な方法である。 +海軍の役割は伝統的に、自国の人々と商品を移動させる能力を維持することと、敵国の人々と商品を移動させる能力を妨害することである。 +このような最近の例の1つとして、第二次世界大戦の北大西洋戦役が挙げられます。アメリカ軍は、大西洋を横断してイギリスに援助するために兵士と物資を移動させようとしていました。 +同時に、ドイツ海軍は主に潜水艦を使ってこの交通を阻止しようとしていました。 +連合軍が失敗した場合、ドイツはヨーロッパと同様にイギリスを征服することができただろう。 +ヒツジは、約1万年前にイランのザグロス山脈で初めて飼い始められたようです。 +古代の文化や部族は、乳、毛、肉、皮革へのアクセスを容易にするために、それらを保管し始めました。 +国産の山羊は、丘陵地や草原などを放牧する群れで飼育されていました。これらの群れの管理は、子供や青年が頻繁に行っていました。これは、より広く知られている羊飼いの方法と似ています。この方法は今でも使用されています。 +イギリスでは16世紀からワゴンウェイが建設されていました。 +ワゴンウェイは、木材の平行板のみで構成されていましたが、木材の平行板を牽引する馬がより高速で大きな負荷を牽引することができました。 +鉄軌を固定するためにクロスティーが早くから導入されました。しかし次第に、鉄軌の上に鉄を貼ることでより効率的になることがわかりました。 +これが一般的になりましたが、鉄製の車輪は木製の車輪により多くの磨耗をもたらしました。 +最終的に木製の車輪は鉄製の車輪に置き換えられました。1767年に鉄製のレールが初めて導入されました。 +最初の運輸手段は歩行であり、人類は200万年前にホモ・エレクトゥス(直立人)の出現によって立ち歩きを始めました。 +彼らの先祖であるオーストラロピテクスは、習慣的に直立歩行をしていなかった。 +サヘラントロプスは700万年前から二足歩行をしていた可能性があるが、420万年前から390万年前のオーストラロピテクス化石には二足歩行の特徴が見られる。 +環境に対して友好的になることができ、環境運動に参加することができ、ある程度の将来の苦痛を軽減するために活動家になることができる。 +これは、多くの場合における症状的治療と同じです。しかし、短期的な解決に欲しくない場合には、問題の根源を見つけ、それらを無効化する必要があります。 +人類の科学技術的進歩によって世界が大きく変わってきたことは明らかであり、人口の増加と人類の浪費的な生活スタイルによって問題が大きくなってきたことも明らかである。 +7月4日に議会で承認された後、大統領のジョン・ハンコックとチャールズ・トムソンによって署名された手書きの草案が数ブロック離れたジョン・ダンラップの印刷所に送られた。 +その夜、150 から 200 枚のコピーが作成され、現在は「ダンラップ・ブロードサイド」として知られています。 +この文書の初公開は、7月8日にインデペンデンスホールの庭園でジョン・ニクソンによって行われた。 +1つは7月6日にジョージ・ワシントンに送られ、7月9日にニューヨークの部隊に読み上げられた。コピーは8月10日にロンドンに到着した。 +現存している25枚のダンラップのポスターは、この文書の最古のコピーである。オリジナルの手書きのコピーは残っていない。 +今日、多くの恐竜学者は、恐竜の1つのグループが生き延びていると考えています。これらの恐竜を鳥と呼びます。 +羽毛があって飛べるので、多くの人は恐竜とは思っていない。 +しかし、鳥類には恐竜に似たものがたくさんあります。 +彼らの足には鱗と爪があり、卵を産卵し、2本の後肢でティラノザウルスのように歩きます。 +現在使用されているほとんどのコンピュータは、二進法でコード化された情報の操作に基づいています。 +二進数は、0または1の2つの値しか持たないため、これらの値は二進数字と呼ばれ、コンピュータの専門用語ではビットと呼ばれます。 +内部中毒の症状はすぐに現れないこともあります。吐き気などの症状は一般的ですので、すぐに診断できないこともあります。 +内部中毒の最も明らかな兆候は、薬品や有害な家庭用化学製品のオープン容器があることです。 +特定の有害物質に対する特定の急救手順が記載されているラベルを確認してください。 +この昆虫のグループに対して、昆虫学者が正式な意味で「バグ」という言葉を使用しています。 +この用語は、人間に寄生するために非常に適応した昆虫であるベッドバグに対する古代の熟練した知識に由来しています。 +アサシンバグとベッドバグはいずれも宿主の巣穴や住居に適応したものです。 +アメリカ合衆国全体では、多発性硬化症(MS)の発症率は約40万件と推定されており、若年者や中年層の主要な神経疾患として位置づけられています。 +多発性硬化症は、脳、脊髓、眼神経からなる中枢神経系に影響を与える疾病です。 +研究によると、女性は男性に比べて2倍以上の統合失調症のリスクがあることがわかりました。 +夫婦は、子供のために赤ちゃんを育てることが最善ではない、または赤ちゃんを育てることが子供のために最善ではないと判断することもあります。 +これらの夫婦は、赤ちゃんを養子にする計画を立てるかもしれません。 +養子縁組では、出生親が子供の親権を失うことで、別の夫婦が子供を育てることができるようになります。 +科学の主な目的は、科学的方法によって世界が働く方法を把握することです。実際に、ほとんどの科学研究はこの方法によって進められています。 +しかし、実験だけではなく、実験は仮説を排除するために使用される試験であり、質問と観察も科学研究を指導します。 +自然科学者と哲学者は古典文献に焦点を当て、特にラテン語で書かれた聖書に焦点を当てた。 +受け入れられたのは、心理学を含むすべての科学に関するアリストテレスの見解であった。 +ギリシャ語の知識が衰退したことで、西方世界はギリシャの哲学と科学のルーツから切り離された。 +多くの生理学と行動のリズムは、内生的な周期の存在と生物時計による周期の生成に依存しています。 +外部の周期的な刺激に対する単純な反応ではない周期的なリズムは、細菌、真菌、植物、動物などのほとんどの生物に記録されています。 +バイオロジカルクロックは自律的な振動器であり、外部の刺激がなくても自由に周期を続けることができます。 +ヘーシーとチェースの実験は、DNAが遺伝物質であることを示す主要な提案の1つであった。 +ヘーシーとチェースは、ウイルスであるファージを使用して、自らのDNAを細菌に植え付けました。 +彼らは、ウイルスのDNAを放射性硫素で、ウイルスのタンパク質を放射性硫素でマーキングした2つの実験を行った。 +変異は、変異の種類、影響を受けた遺伝物質の重要性、影響を受けた細胞が生殖細胞であるかどうかによって、さまざまな影響を与えることができます。 +ゲルムライン細胞の変異しか子供に受け継がれないのに対し、他の細胞での変異は細胞死または癌を引き起こすことがあります。 +自然観光に興味がある人々を対象とした自然観光旅行は、植物や動物の野生動物を含む景観を楽しむために自然保護地を訪れることを目的としています。 +現地活動の例としては、狩猎、釣り、写真撮影、鳥類観察、公園訪問、生態系に関する情報の調査などがあります。 +例えば、ボルネオでオランウータンを訪れ、写真を撮り、オランウータンについて学ぶことができます。 +毎朝、小さな田舎町から仕事に向かう人々が車で出発するときに、そこから仕事に向かっている人たちが自分たちの後ろを通り過ぎていきます。 +このダイナミックな輸送シャトルには、それぞれが自家用車を基盤にした輸送システムにつながっているという意味があります。 +科学によれば、この巨大な炭素経済は、人類の進化を支えてきた200万年間の穩定な状態のうちの1つを崩壊させた。 +全員が社会に参加し、交通システムを利用しています。ほとんどの人が交通システムに不満を持っています。 +発達国では、水質や橋の崩壊に関する同様のレベルの抗議はほとんど聞かない。 +なぜ、交通システムがこのような投訴を受け、日常的に失敗しているのでしょうか。交通システムのエンジニアは無能なのでしょうか。それとも、もっと根本的なことが起きているのでしょうか。 +交通流とは、個人運転者や車両が2つの地点を移動する過程における相互作用を研究するものです。 +残念ながら、運転者の行動を100%確実に予測することができないため、交通の流れを研究するのは難しい。 +幸運なことに、運転者の行動は比較的均一な範囲内で行われる傾向があるため、交通の流れは比較的均一なものとなり、数学的に表現することができます。 +交通の流れをよりよく表現するために、3つの主要特徴との関係が確立されました。(1)流量、(2)密度、(3)速度です。 +これらの関係は道路施設の計画、設計、運営に役立ちます。 +昆虫は空を飛ぶ最初の動物であり、飛行能力によって敵をより容易に逃れ、より効率的に食料と配偶者を探すことができました。 +ほとんどの昆虫は、翅を体に折り込むことができる利点があります。 +これにより、彼らは捕食者から逃れるためにより広い範囲の小さな場所を利用できるようになります。 +今日、翅を折り返せない昆虫はドラゴンフライとマイフライだけです。 +数千年前に、アリスタルクスという男が太陽系が太陽の周りを回っていると言った。 +一部の人は彼が正しかったと考えたが、多くの人は逆であると考えた; 太陽系は太陽を含めて地球の周りを回っている。 +地球が動いているような感じはないので、これは合理的な考え方だと思います。 +アマゾン川は、地球上で2番目に長い川であり、2番目に大きい川でもあります。2番目に大きい川よりも8倍以上の水を流しています。 +アマゾン川はまた、地球上で最も広い川であり、時には6マイル幅に達する。 +地球の河川から海洋に流れ出る水の20パーセントがアマゾン川から流れ出しています。 +主要なアマゾン川は6,387 km(3,980マイル)であり、数千の小川から水を集めています。 +石材でのピラミッドの建設は古代王国の終わりまで続いたが、ギザのピラミッドはその大きさと建設技術の優れたものであった。 +新王国の古代エジプト人たちは、その時点で1000年を超えていた先祖たちのモニュメントに驚嘆していました。 +バチカン市の人口は約800人です。世界で最小の独立国であり、人口が最も少ない国でもあります。 +バチカン市は、法律と公式通信でイタリア語を使用しています。 +ラテン語は宗教的な儀式でしばしば使用されるのに対し、イタリア語は州の職員のほとんどが日常的に使用しています。 +バチカン市の市民全員がローマ・カトリック教徒である。 +金、銀、銅などの金属元素は古代から知られていましたが、これらの金属元素はすべて自然界で発見されることができ、原始的な道具で採掘することができるため、比較的簡単に採掘することができました。 +哲学者のアリストテレスは、すべての物質は、1つまたは複数の4つの元素の混合物で構成されていると仮定しました。それらは土、水、空気、火でした。 +これは物質の4つの状態(順番は同じ)である固体、液体、気体、プラズマに似ていますが、彼は物質が変化して我々が見るものを形成する新たな物質に変化することを仮定していました。 +合金は基本的に2つ以上の金属の混合物です。周期表には多くの元素があることを忘れないでください。 +カルシウムやカリウムのような元素は金属と考えられています。もちろん、銀や金のような金属もあります。 +金属以外の非金属元素を少量含有している合金もあります。例えば、炭素を含有している合金などです。 +宇宙のすべては物質でできています。すべての物質は原子と呼ばれる微小な粒子でできています。 +原子は非常に微小なため、この文の終わりの点に数十兆個の原子が収まるほどです。 +そのため、ペンシルが発売された当時は、多くの人にとって良き友人だった。 +残念ながら、より新しい書写方法が登場するにつれて、ペンシルはより低い地位と用途に追いやられました。 +現在、人々はコンピュータの画面にメッセージを書き、刃物に近づく必要もなくなりました。 +キーボードが新しいものに取って代わられるときにどのようになってしまうのか。 +原子分裂爆弾は、多くのプロトンと中性子からなる核を組み合わせるにはエネルギーが必要だという原理に基づいています。 +細胞核を再び分裂させることで、一部のエネルギーが解放されるのと似ています。そのようなエネルギーは、重いカートを丘の頂上まで押し上げるのと似ています。 +一部の原子は不安定な核を持っています。つまり、それらの原子はほとんどの刺激を受けなくても容易に分解する傾向があります。 +月の表面は岩石と砂でできています。月の外層は地殻と呼ばれます。 +表層は近側で約70 km、遠側で約100 km厚い。 +マリアの下では薄くなり、高原の下では厚くなります。 +近側には、地殻が薄いため、マリアが多くなっている可能性があります。マグマが表面まで上昇しやすくなりました。 +コンテンツ理論は、人々を動かすものや彼らに受け入れられるものを探すことに焦点を当てています。 +これらの理論によると、人々は成長して大人になる過程で、特定のニーズと/または欲求を内化しています。 +これらの理論は、特定の人々がどのようにして欲しいものを欲しいものにしたり、どのような環境のものが欲しいものを欲しいものにしたり、どのような環境のものが欲しいものを欲しいものにしないのかを調べています。 +人気のあるコンテンツ理論としては、マスローのニーズ理論とヘルツベルグの二因素理論があります。 +一般的には、経営者が元同僚をリードするようになると、2つの行動が発生することがあります。1つは、「仲間の1人」(もしくは「仲間の1人の女性」)として残ることを試みるものです。 +この種のマネージャーは、人気のない決定をすること、罰則、パフォーマンス評価、責任を割り当てること、人を責任を負わせることが難しい。 +もう一方の端には、チームがやっていることをすべて変えなければならないと感じ、自分のものにしなければならないと感じるようになる。 +結局、リーダーはチームの成功と失敗の責任者である。 +このような行動は、リーダーとチームの他のメンバーとの間に亀裂を生じさせることが多い。 +仮想チームは標準的なチームと同様に優れたものとして扱われていますが、微妙な違いがあります。 +仮想チームのメンバーは、直接的な物理的なグループに対して通信窓口として機能することが多い。 +彼らは一般的なチームメンバーよりもより独立していることが多く、彼らのチームは時差の異なる地域で会議を行うことができるため、地域のマネジメントが理解できない場合もあります。 +「見えないチーム」(Larson and LaFasto, 1989, p109)が存在することも、仮想チームの独特な要素の1つです。 +「インビジブルチーム」とは、各メンバーが報告するマネジメントチームです。インビジブルチームは、各メンバーの基準を定めます。 +なぜ、組織が学習型組織の設立に時間をかけるのでしょうか。組織の学習コンセプトを実践するための目標の1つは、イノベーションです。 +組織の機能部門全体で有効に利用されるすべてのリソースを有効に活用することで、創造性と巧妙さが発揮されることになります。 +その結果、組織が問題を克服するために協力するプロセスは、顧客のニーズに対応する新しい革新的なプロセスにつながることができます。 +組織が革新的になる前に、リーダーは共有知識と組織的な学習のほかに、革新的な文化を創造する必要があります。 +アンジェル(2006)では、Continuum アプローチを、組織がより高いレベルのパフォーマンスを達成するために使用する方法として説明しています。 +神経生理学的データは、認知の研究に向けた理論的アプローチに対する物理的な証拠を提供します。そのため、研究領域を狭め、より精確なものになります。 +神経病理学と行動の相関は科学者の研究をサポートしています。 +長年にわたって、脳の損傷、トラウマ、病変、腫瘍が行動に影響し、一部の認知機能が変化することが知られています。 +新しい技術の発展により、脳の構造やプロセスを以前とは違って見ることができ、調査することができるようになりました。 +これにより、私たちに脳のプロセスを理解するために役立つシミュレーションモデルを構築するために多くの情報と素材を提供しています。 +AIはSFに強い印象があるが、AIは非常に重要なコンピュータ科学の分野であり、機械の行動、学習、機械的な適応を扱っています。 +AI研究は、インテリジェントな行動を必要とするタスクを自動化するために機械を作ることを含んでいます。 +例としては、コントロール、計画、スケジュール、顧客の診断や質問に対する回答能力、手書き認識、音声、フェイスが挙げられます。 +このようなことは、実際の問題に対する解決策を提供することに焦点を当てた独立した分野となっています。 +AIシステムは、家庭用コンピュータやビデオゲームソフトウェアアプリケーションで構築されているように、経済、医学、工学、軍事などの分野でよく使用されています。 +フィールドトリップは、どんなクラスでも大きな役割を担っています。教師は、バスで行けない場所に行くことができるようにしたいと思っていることがよくあります。 +テクノロジーは、仮想的な見学ツアーを提供しています。学生は博物館の展示品を見ることができ、水族館を訪れたり、美しい芸術品を観覧することができます。 +観察実習を虚拟的に共有することも、観察実習を反省し、将来のクラスに経験を共有する素晴らしい方法です。 +例えば、ノースカロライナ州のベネットスクールの生徒たちは毎年、州都を訪れる旅行に関するウェブサイトをデザインしています。ウェブサイトは毎年改修されていますが、古いバージョンはスクラップブックとしてオンラインに残されています。 +ブログは学生の執筆力を向上させるのにも役立ちます。学生がブログの経験を始める際には、文法と綴りの誤りが多いことがよくありますが、一般に読者の存在がそれを変えます。 +学生は批判的な聴衆が多いため、ブログライターは批判を避けるために文章を改善するようになります。 +また、「ブログは学生を自分の周囲の世界に対する洞察力を強化することを強いている。」聴衆の興味を満たす必要性により、学生は賢くて面白い(Toto, 2004)。 +ブログはコラボレーションを刺激するツールであり、学生に伝統的な授業時間をはるかに超えた学習を奨励するものです。 +ブログの適切な使用は、学生をより分析的で批判的にすることができ、インターネット上の材料に対して積極的に反応することで、他者の文章の観点から自分の立場を定義し、特定の問題に関して自分の観点を描き出すことができる(Oravec, 2002)。 +オタワは、カナダの魅力的なバイリンガル首都であり、カナダの過去と現在を紹介する美術館や博物館が数多くあります。 +さらに南にはナイアガラの滝があり、北にはマスコーカ湖とその周辺の未開発の自然美があります。 +これらのことのほかにも、オンタリオは外国人からカナダの本質として認識されているものである。 +より北に位置する大きな地域は人口密度が低く、一部はほとんど人が住まない未開発地域になっています。 +アフリカ系アメリカ人の人口比率についての驚きの比較:アメリカ国内に住むアフリカ系アメリカ人の人口はカナダ国民よりも多い。 +東アフリカ諸島は、アフリカの東海岸沖のインド洋に位置しています。 +マダガスカは絶対的に最大であり、野生動物に関しては独立した大陸である。 +小さな島のほとんどは独立国であり、またフランスと関係があり、高級ビーチリゾートとして知られています。 +アラブ人たちはまたイスラム教を土地にもたらし、コモロス諸島とマヨットに大きな影響を与えた。 +ヨーロッパの影響と植民地主義は15世紀に始まりました。ポルトガルの探検家ヴァスコ・ダ・ガマがヨーロッパからインドへのカップルートを発見しました。 +北部はサヘルによって囲まれ、南部と西部は大西洋によって囲まれています。 +女性:実際の婚姻状況にかかわらず、旅行中の女性は結婚していることを宣言することが推奨されています。 +また、指輪を着用することも有効ですが、すぎて高価だと思われるようなものは着用しないようにしましょう。 +女性は、文化的な差異によって、自分がハラスメントと考えるような行為になる可能性があることに気づく必要があり、追いかけられたり、腕を掴まれたりすることは珍しいことではない。 +男性を拒絶する際は強硬に拒絶し、自分の立場を維持してください(文化的な差異にかかわらず、それはOKではありません!)。 +カサブランカの現代都市は、紀元前10世紀にベルベル人の漁師によって創設され、フェニキア人、ローマ人、マーレン人によって戦略的な港であるアンファとして使用されました。 +ポルトガル人はそれを破壊し、カサ・ブランカとして再建しましたが、1755 年の地震で放棄しました。 +モロッコのスルタンはこの都市をダル・ル・バディアとして再建し、スペイン商人がそこに商業拠点を設立したことからカサブランカと呼ばれるようになりました。 +カサブランカは、モロッコ中で最も興味のない場所の1つです。 +古いメディーナの周りには、タジーン、陶器、革製品、ハッキー、そしてさまざまなアクセサリーなどの伝統的なモロッコ製品を販売している場所がたくさんありますが、すべてが観光客向けのものです。 +ゴマは、コンゴ民主共和国の最東端に位置するリワンダの近くにある観光都市です。 +2002年にゴマはニヤランゴンゴ火山の溶岩によって破壊され、町のほとんどの通りが埋没し、特に町の中心部が破壊されました。 +ゴマは比較的安全ですが、ゴマ以外の地域を訪れる場合は、北キヴ州で続いている戦闘の状況を理解するための調査が必要です。 +この都市は、アフリカで最も安い山ゴリラの追跡を含むニラゴンゴ火山の登山のベースでもあります。 +ゴマを移動するにはボダボダ(モーターサイクルタクシー)を利用できます。通常(地元)の料金は短い距離で約500コンゴフランです。 +「ティンブクトゥ」という言葉は、その相対的に難しいアクセス性によって、遠く離れた異国趣味な土地を象徴する言葉として使われるようになりました。 +今日、ティンブクトゥは貧しい町として知られていますが、その評判によって観光地として知られており、空港があります。 +1990年には、砂漠の砂による脅威により、世界遺産の危機リストに追加されました。 +これは、ヘンリー・ルイス・ゲイツのPBS特別番組「アフリカの奇跡」の主要な停留所の1つであった。 +この都市は、アフリカ的な雰囲気よりもアラブ的な雰囲気が強いため、国内の他の都市とは違っています。 +クルーガー国立公園(KNP)は南アフリカの北東部に位置し、東にはモザンビークの国境に沿って、北にはジンバブエの国境に沿って、南にはクロコダイル川が流れています。 +この公園は19,500平方キロメートルの面積を占め、14つの異なる生態地域に分かれており、それぞれが異なる野生動物をサポートしています。 +これは南アフリカの主要な観光スポットの1つであり、南アフリカ国立公園(SANParks)のフラッグシップである。 +南アフリカのすべての国立公園と同様に、この公園には日常的に保護費と入場料がかかります。 +また、南アフリカの公園の選択か、南アフリカの全ての公園に入場できるワイルドカードを購入することも有益です。 +香港島は香港の地名の由来であり、多くの観光客にとっては主要な目的地である。 +香港のスカイラインを構成する建物のパレードは、ビクトリア湾の水の存在によって明るく輝くバーチャートのようだと言われています。 +香港の最高の眺めを楽しむには、島から出て、対岸の九龍水域に行きましょう。 +香港島の都市開発の大半は北岸の埋め立て地に密集しています。 +ここはイギリスの植民地支配者たちが自分たちのものにした場所なので、領土の植民地時代の証拠を探す場合はここから始めるのが良いところです。 +サンダルバンスは世界で最大の沿岸マングローブ帯であり、海岸から80 km (50 マイル) にわたってバングラデシュとインドの内陸に伸びています。 +サンダルバンスはユネスコの世界遺産に指定されています。インド領内の森林の一部はサンダルバンス国立公園として知られています。 +これらの森林はマングローの沼沢地だけではなく、かつてガングープラインを覆っていた巨大なジャングルの最後の一部を含んでいます。 +スンダルバンスは3,850 km²の面積を占め、そのうち約1/3が水域や沼沢地に覆われています。 +1966 年以来、サンダルバンスは野生動物保護区となっており、この地域には現在 400 頭のロイヤルベンガルタイガーと約 30,000 頭のシカが生息していると推定されています。 +各地区のバスステーションからバスが頻繁に出発していますが、特に東に向かうバスやジャカル/ブンタングに向かうバスは、6:30~7:30までに出発します。 +区間バスは頻繁に満員になるため、数日前に乗車券を購入することが推奨されます。 +ほとんどの地域は小型のコースターバスによってサービスされています。これらのバスは舒適で堅固です。 +共乗タクシーは、パロ(Nu 150)やプナカ(Nu 200)など近隣の場所に行くための早くて舒適な交通手段です。 +オヤポック川橋はケーブルステイブリッジであり、ブラジルのオイアポック市とフランスギアナのサン・ジョルジュ・ド・オヤポック市をつないでいます。 +2つの塔は高さ83メートル、長さ378メートル、幅3.50メートルの2車線です。 +橋の下の横幅は15メートルです。2011年8月に完成しましたが、2017年3月まで開通しませんでした。 +この橋は、2017年9月に完全に運用される予定であり、ブラジルの関税検査所が完成する予定である。 +現在のパラグアイ東部に住む最も重要な先住民族はグアラニ族であり、彼らは部分的に遊牧型の狩猟者であり、自給自足農業も実践していました。 +チャコ地域には、捕獲、採集、漁業によって生き延びたグアイクルー族とパヤグア族の他の先住民族が住んでいました。 +16世紀のパラグアイは、スペインの征服者と先住民族グループの出会いによって誕生しました。当時は「インディアスの巨人の州」と呼ばれていました。 +スペイン人は3世紀にわたる植民地時代を開始しました。 +アスンシオンが1537年に建設されて以来、パラグアイは多くの先住民の特徴とイデンティティを保持してきました。 +アルゼンチンは、世界で最も優秀なポロチームと選手を有していることで知られています。 +年間最大のトーナメントは、12月にラス・カニタスのポロ場で開催されます。 +それ以外の時期にも、より小規模なトーナメントや試合がここで開催されています。 +トーナメントのニュースやポロ試合のチケットを購入する場所については、アルゼンチンポロ協会をご覧ください。 +フォークランド諸島の公式通貨はフォークランドポンド(FKP)であり、1フォークランドポンドは1ブリティッシュポンド(GBP)と等価である。 +貨幣の交換は、FICウェストストアの対側にあるスタンレーにある唯一の銀行で行うことができます。 +英国ポンドは一般的に島内のどこでも受け付けられ、スタンレーではクレジットカードと米ドルもよく受け付けられます。 +周辺の島では、クレジットカードが受け付けられない可能性がありますが、英国紙幣や米国紙幣は受け付けられる可能性があります。先に所有者に対して支払い方法を確認しておきましょう。 +島外でフォークランド独自の通貨を交換することはほとんど不可能ですので、島を離れる前に金を交換しておきましょう。 +モンテビデオは赤道より南に位置しているため、赤道より北に位置する半球で冬になっているときは、モンテビデオでは夏になっています。 +モンテビデオは亜熱帯地域にあり、夏季には30℃以上の高温が多い。 +冬は、気温がほとんど氷点以下にならないにもかかわらず、風と湿度が合わさって気温よりも寒く感じることがあります。 +特定の「雨の季節」と「乾燥の季節」はなく、年中ほぼ同じ量の雨が降る。 +公園にいる動物のほとんどは人間に馴染んでいますが、野生動物はまだ野生動物であり、餌を与えたり妨害したりすることはできません。 +公園当局によると、ベアやウルフには100ヤード/メートル以上、その他の野生動物には25ヤード/メートル以上の距離を保つべきです! +どんなに従順に見えても、バイソン、エルク、マウス、ベアー、そしてほとんどの大型動物は攻撃することができます。 +毎年数十人の観光客が間違った距離をとらずに怪我をしています。これらの動物は大きくて野生で、潜在的に危険ですので、それらのスペースを与えてください。 +また、野生動物に対する嗅覚が強いので、臭い食物を持ち歩いたり、調理したりしないように注意し、清潔なキャンプを保つようにしましょう。 +アピアはサモアの首都です。町はウポル島にあり、人口は約4万人です。 +アピアは1850年代に建設され、1959年以来サモアの正式な首都である。 +この港は、1889 年にドイツ、アメリカ、イギリスの 7 隻の船が港を出ることを拒否したことで知られています。 +すべての艦船が沈没し、1 隻のイギリスの巡洋艦を除き、ほぼ 200 人のアメリカ人とドイツ人が死亡した。 +マウ運動が組織した独立運動の過程で、町での平和な集会により、最高首長であるトゥプア・タマセセ・リーアロフィ3世が殺害されました。 +オークランドは2つの港に挟まれているため、多くのビーチがあります。最も人気のあるビーチは3つの地域にあります。 +ノース・ショアのビーチ(ノース・ハーバー区)は太平洋に面しており、ノース・ベイからデボンポートまで延びています。 +ほとんどのビーチは砂浜であり、水泳が安全であり、ほとんどのビーチにはポヒューカワの木があり、陰があります。 +タマキドライビーチは、オークランド中心部のミッションベイとセントヘリアーズの高級住宅地にあり、ワイテマタ湾に面しています。 +これらは、海岸沿いに店舗が並ぶ人気のある家族向けのビーチで、水泳は安全です。 +主な地ビールは「ナンバーワン」で、複雑なビールではないが、楽しくて涼しいビールです。他の地ビールは「マンタ」と呼ばれています。 +フランスのワインはたくさんありますが、ニュージーランドやオーストラリアのワインは旅行に適しているかもしれません。 +地元の自来水は完全に安全ですが、瓶裝水は恐怖症の人にとっては容易に入手できます。 +オーストラリア人にとって、「フラットホワイト」というコーヒーの概念は異国的なものです。短い黒いコーヒーは「エスプレッソ」、カプチーノは牛乳ではなく、乳酪で満たされています。 +ホットチョコレートはベルギーのスタンダードに対応しています。果物ジュースは高価だが素晴らしいです。 +リフの訪問は年中行われ、リフでのいずれかの原因による怪我はまれです。 +しかしながら、当局からのアドバイスに従い、すべての看板に従い、安全警告に注意してください。 +ボクスジェラフィッシュは、10 月から 4 月まで北緯 1770 以北の海岸沿いや河口の近くに生息しています。これ以外の時期にも時折発見されることがあります。 +サメは存在しますが、人間に攻撃してくることはほとんどありません。ほとんどのサメは人間を怖がり、逃げます。 +塩水クロコダイルは、活発に海で生活しているわけではない。その主な生息地は、ロックハムプトンより北にある河川の河口である。 +事前に予約することで、旅行者は目的地に到着したときに寝る場所があるという安心感を得ることができます。 +旅行代理店は、特定のホテルと契約を結んでいることが多いが、キャンプ場などの他の宿泊施設を予約することも可能です。 +旅行代理店は通常、朝食を含むパッケージを提供しています。また、空港までの交通手段の予約、空港からホテルまでの交通手段の予約、または両方を含むフライトとホテルのパッケージを提供しています。 +また、お客様の目的地に必要な他の文書(例えばビザ)を取得するための時間が必要な場合、またはオファーについて考えるための時間が必要な場合には、予約をお客様に保留してください。 +ただし、変更やご要望については、最初に旅行代理店を通してお問い合わせください、ホテルに直接お問い合わせいただくことはご遠慮ください。 +一部のフェスティバルでは、ほとんどの音楽フェスティバルの参加者が現場でキャンプをすることを決め、ほとんどの参加者はこれが経験の重要な部分であると考えています。 +音楽に近いキャンプ場を手に入れたい場合は、早めにキャンプ場を確保しなければなりません。 +メインステージの音楽が終わったとしても、夜が明けるまで音楽が続いている部分があることを覚えておきましょう。 +一部の祭りでは、子供がいる家族向けの特別なキャンプエリアがあります。 +冬季にバルト海北部を横断する場合は、氷を通過する際に発生する非常にひどい音によって影響を受ける人々にとっては、キャビネットの位置を確認する必要があります。 +サンクトペテルブルククルーズには町内の時間が含まれています。クルーズ客はビザ要件の免除を受けることができます(条件をご確認ください)。 +カジノは、ゲストが過ごす時間と金額を最大化するために多くの努力をします。ウィンドウや時計は通常ないし、出入口が見つかりにくいこともあります。 +特別な食べ物、飲み物、エンターテイメントを提供することで、お客様を気分よくさせ、その場所に滞在させることを目的としています。 +一部の場所では飲料が無料で提供されていますが、飲酒は判断力を妨げ、すべての優れたギャンブラーは酒に酔わないことの重要性を知っています。 +高緯度や山岳道路を走る場合は、雪、氷、または氷点下の気温が発生する可能性を考慮する必要があります。 +氷や積雪の道路では、摩擦力が低く、裸のアスファルトのように運転することはできません。 +猛吹雪の時には、足止めになるほどの雪が非常に短時間で降ることがあります。 +雪が落ちたり、吹き荒れたり、車の窓に凝結したり、氷ができたりすることでも、見通しが制限されることがあります。 +しかしながら、多くの国では寒冷で雪が多い状況が普通であり、交通はほとんど年中無休で続いています。 +サファリはアフリカにおける最大の観光資源であり、多くの観光客にとっては最高の体験となっています。 +一般的に使用されている「サファリ」という言葉は、特にサバナに生息するアフリカの野生動物を観察するためのオーバーランド旅行を指しています。 +象やジラフなどの動物は車に近づいてくる傾向があり、標準装備により良い観察ができます。 +ライオン、チータ、レオパードは時折引っ込み気味で、双眼鏡を使った方が見えるようになります。 +ウォーキングサファリ(または「バッシュウォーク」、「ハイキングサファリ」、または「フッティング」とも呼ばれる)は、数時間から数日間にわたって歩くものです。 +パラリンピックは2021年8月24日から9月5日まで開催される。一部のイベントは日本各地で開催されます。 +東京は、1964年に夏季オリンピックを開催した唯一のアジアの都市となります。 +延期が発表される前に2020年の航空便と宿泊施設を予約した場合、難しい状況になる可能性があります。 +キャンセルポリシーは異なりますが、3月末時点では、オリンピックが予定されていた2020年7月までのキャンセルポリシーはほとんど対象外となっています。 +大半のイベントチケットの価格は2,500円から13万円の間で、通常のチケットの価格は約7,000円です。 +濡れた衣服を整理することで乾燥させることができます。多くのホテルでは、部屋にあるわけではなく、借用することができる鉄と鉄板が用意されています。 +鉄を使えない場合、または縮めたストッキングを着用したくない場合は、使用可能な場合はヘアドライヤーを試してみてはいかがでしょうか。 +繊維がすぎ熱くならないように注意してください(縮小や極端な場合には焦げることがあります)。 +水を浄化する方法はさまざまで、特定の脅威に対応する方法もあります。 +一部の地域では1分で沸騰させれば良いが、他の地域では数分沸騰させなければならない。 +フィルターの有効性は異なりますが、懸念がある場合は、有名な会社から密封された瓶で水を購入することを検討してください。 +旅行者は、自分の地域ではなかった動物の害虫に遭遇する可能性があります。 +害虫は食品を汚染したり、刺激を与えたり、最悪の場合はアレルギー反応を起こしたり、毒を注入したり、感染を媒介したりすることがあります。 +感染症そのもの、または人間を傷害または殺害することができる危険な動物は通常、害虫とはみなされません。 +免税ショッピングとは、特定の場所で税金や消費税を免除された商品を購入する機会です。 +重税国に向かう旅行者は、特に酒類やタバコなどの商品において、かなりのお金を節約できることがあります。 +ポイント・マリオンからフェアモントまでの間は、バッファロー-ピッツバーグ高速道路で最も困難な運転条件となり、頻繁に孤立した山林を通過します。 +田舎道路を運転したことがない場合は、注意しなければならない。急勾配、狭い車道、急カーブが多いので。 +標示されている速度制限は、前後の区間と比べて明らかに低く設定されており、通常は35-40 mph(56-64 km/h)です。これらの速度制限に忠実に従うことは、通常よりももっと重要です。 +しかしながら、奇妙なことに、ここでの携帯電話サービスは、例えばペンシルバニアの野生生物保護区のような他のルートのほとんどに比べてはるかに強い。 +ドイツのケーキは非常に良いですが、バイエルン州では、南側のオーストリアに似たように、非常に豊かで多様なものです。 +フルーツパスティーは普遍的であり、年中を通してアップルがパスティーに組み込まれ、夏季にはサクラとプラムが登場する。 +ドイツの菓子製品には、アーモンド、ハゼルヌーツ、その他の木の実が含まれています。人気のケーキは、特に強いコーヒーとともによく食べられます。 +小さなでも豊かなパスティーを食べたい場合は、地域によってはベルリン、フランクフルト、クラップフェンと呼ばれているものを試してみてはいかがでしょうか。 +カレーはハーブやスパイスを使った料理で、肉または野菜とともに作られています。 +カレーは、液体の量によって「乾いた」もしくは「濡れた」状態になります。 +北インドとパキスタンの内陸地域では、ヨーグルトがカリーの材料としてよく使用されていますが、南インドとその他の海岸地域では、ココナッツミルクがよく使用されています。 +インドネシアの食べ物は、17,000 の島から選択することができ、全国各地で見られる多様な地域料理をカバーする概念的な用語です。 +しかし、さらに詳細な説明がない場合には、この用語は、本島の中央部と東部から来た食べ物を意味する傾向があります。 +インドネシア諸島全域で広く利用されているジャワの料理は、簡単に調味した料理が特徴であり、ジャワ人が好んで利用する主要な香料はピーナツ、チリ、砂糖(特にジャワのココナッツ砂糖)、さまざまな香辛料です。 +ストラップは、騎手の足を支えるもので、サドルの両側に吊り下がっています。 +これらは騎手の安定性を向上させるものですが、騎手の足が入り込む可能性があるため、安全上の懸念が生じることがあります。 +騎手が馬から転落したとしても、足がストラップに巻き込まれている場合は、馬が逃げ出した場合には引きずられる可能性があります。このリスクを最小限にするためには、いくつかの安全対策を講じることができます。 +まず、ほとんどの騎手は、ヒールと平滑でかなり狭いソールを備えた騎乗用ブーツを着用しています。 +次に、特に英国製のサドルには、騎手が落下した際に後ろに引かれてサドルからストラップレザーが落ちることを防止する安全バーがあります。 +コチャモーバレー - 南アメリカのヨセミテとして知られているチリの最高級の登山地で、多様な花崗岩の壁や岩場があります。 +山頂には壮観な景色があり、世界各地の登山者が壁の無限の潜在能力の中で新しいルートを確立し続けています。 +スキーとスノーボードを含むダウンヒルスノースポーツは、スキーやスノーボードを足に固定して雪に覆われた地形を滑り下りるスポーツです。 +スキーは、多くの熱狂的なファンがいる大きな旅行活動であり、時折「スキーバンダー」として知られています。スキーバンダーは、特定の場所でスキーをするために旅行を計画することがあります。 +スキーは非常に古い概念であり、洞窟の壁画にはスキー選手が描かれているものが5000年前にさかのぼっている! +スキースポーツとしてのダウンヒルスキーは17世紀以前から存在し、1861年にオーストラリアでノルウェー人によって最初のレクリエーションスキークラブが開設されました。 +スキーバックパッキング:このアクティビティは、バックカントリースキー、スキーツーリング、またはスキーハイキングとも呼ばれます。 +これはアルプススタイルのスキーツーリングや登山に関係がありますが、通常はアルプススタイルのスキーツーリングや登山には関係がありません。 +スキーコースをハイキングコースのように考えてください。 +条件が良ければ、歩行よりもやや長い距離を走ることができます – しかし、ほとんどの場合、重い背袋を背負っていない場合のクロスカントリースキーのスピードには及ばないでしょう。 +ヨーロッパは面積が小さいが、独立国が多い大陸です。通常、複数の国を経由する旅行は、ビザ申請とパスポートコントロールを複数回経由することを意味します。 +しかし、シェンゲンゾーンはこの点で国と同じように機能しています。 +このゾーンに滞在する限り、一般的には国境を通過する際にパスポートコントロールチェックポイントを通過する必要はない。 +同様に、シェンゲンビザを持っていれば、シェンゲン加盟国の各国のビザを個別に申請する必要はないので、時間、お金、手続きを省略することができます。 +製品がアンティークになるかどうかには一般的な定義はない。一部の税関では100年以上の古い製品をアンティークと定義している。 +定義には地理的な差異があり、北アメリカなどでは年齢制限がヨーロッパよりも短い場合があります。 +手工製品は、同じく大量生産されている商品よりも新しいものであっても、アンティークとして定義されることがあります。 +鹿飼いはサーミ族の重要な生活の一環であり、貿易に関連する文化は他の職業を含めた多くの人々にとっても重要である。 +しかし、伝統的にも、すべてのサミが大規模な鹿飼いに関与していたわけではなく、漁業、狩猎、そのようなもので生計を立てていたので、鹿は主に農具として使われていました。 +今日、サーミ族の多くは現代的な職業に従事しています。サープミ、サーミ族の地域では、観光が重要な収入源となっています。 +特にローマ人以外の人々には広く使われていますが、「ジプシー」という言葉は、ローマ人の否定的なステレオタイプと不正確な認識に関連しているため、しばしば問題とされています。 +訪問する国が旅行アドバイザリーになった場合、旅行健康保険または旅行取り消し保険が影響を受ける可能性があります。 +また、自分の国以外の政府からのアドバイスを求めることもできますが、そのアドバイスはその国の市民に対して設計されています。 +例えば、中東のアメリカ人はヨーロッパ人やアラブ人とは異なる状況に直面する可能性があります。 +アドバイザリーは、ある国の政治状況の簡潔な概要である。 +表示される見解は、他の場所で入手可能なより詳細な情報に比べて簡潔で一般的であることが多い。 +厳しい天気は、損害、深刻な社会的混乱、または人間の命を奪う可能性のある危険な気象現象の総称です。 +厳しい天気は世界中で発生することがあり、地理、地形、大気条件によって異なる種類があります。 +強い風、雹、過剰な降雨、熱帯低気圧、竜巻、水旋、熱帯低気圧、竜巻、水旋、熱帯低気圧、竜巻、水旋、熱帯低気圧、竜巻、水旋、熱帯低気圧、竜巻、水旋、熱帯低気圧、竜巻、水旋、熱帯低気圧、竜巻、水旋、熱帯低気圧、竜巻、水旋、熱帯低気圧、竜巻、水旋、熱帯低気圧、竜巻、水旋、熱帯低気圧、竜巻、水旋、熱帯低気圧、竜巻、水旋、熱帯低気圧、竜巻、水旋、熱帯低気圧、竜巻、水旋、熱帯低気圧、竜巻、水旋、熱帯低気圧、竜巻、水旋、熱帯低気圧、竜巻、水旋、熱帯低気圧、竜巻、水旋、熱帯低気圧、竜巻 +地域や季節による重大な気象現象には、嵐、雪嵐、冰嵐、砂嵐が含まれます。 +旅行者には、自分の地域に影響を及ぼす激しい天気のリスクについて注意することを強く推奨しています。 +戦争地域に行くことを計画している人は、専門的な訓練を受けるべきです。 +インターネットで「敵対的環境コース」を検索すると、地元の会社のアドレスが出てくるだろう。 +通常、コースはここで議論されているすべての問題についてより詳しく、通常は実践的な経験があります。 +通常、コースは2-5日であり、ロールプレイ、多くの救急措置、時には武器の訓練も含まれます。 +野外生存に関する書籍や雑誌は多いが、戦場に関するものは少ない。 +海外での性転換手術を予定している旅行者は、帰国時に必要な有効なドキュメントを携帯していることを確認する必要があります。 +政府が性別(X)を明記しないパスポートを発行したり、名前と性別が一致するように更新された文書を発行したりする意欲は、まちまちです。 +外国政府がこれらの文書を尊重する意欲は、ほぼ同様に変動しています。 +セキュリティチェックポイントでの検査も、2001年9月11日以降はかなり侵害的になっている。 +手術前のトランスジェンダー人は、自分のプライバシーと尊厳が損なわれないようにスキャナーを通過することを期待してはいけません。 +潮流は、波が砂浜から折り返してくる流れです。これはしばしばリフやそのような場所で発生します。 +海底の地形により、復流は深い場所に集中し、深い水に流れ込む急流が形成されることがあります。 +多くの死亡者は、流れに逆流しようとする過程で疲弊して死亡している。 +現在の流れから出ると、泳いて戻るのは通常と変わりません。 +捕まえられない場所に狙ってみたり、スキルによっては救助隊が来るまで待ってみたりするのかもしれません。 +リエントリーショックは文化ショックよりも早く起きる(新婚旅行期間が短い)、長く続き、より深刻なものになり得ます。 +新しい文化に適応しやすかった旅行者には、特に適応しやすかった文化に再び適応するのが難しいことがあります。 +海外生活から帰国したときには、新しい文化に適応し、自分の故郷の文化の習慣の一部を失っています。 +初めて海外に行ったときは、人々は、新しい国で旅行する旅行者が適応しなければならないことを知っていたので、耐え忍んで理解してくれたと思います。 +旅行者が帰宅する際にも、耐心と理解が必要であることを予測していない人もいるかもしれません。 +ピラミッドサウンド&ライトショーは、この地域の子供たちにとって最も興味深いものの1つです。 +暗闇の中でピラミッドを見ることができ、ショーが始まる前に静かにピラミッドを見ることができます。 +通常は観光客や売り子の声が常に聞こえています。音と光の物語は本のような物語です。 +スフィンクスは長い物語の背景や語り手として設定されています。 +シーンはピラミッドに映し出され、異なるピラミッドが照らされます。 +1819年に発見された南シェトランド諸島は、複数の国に主張されており、2020年には16拠点が活動しています。 +この島群はペンインシュラ半島から120 km北に位置しています。最大の島はキングジョージ島で、ここにはビラ・ラス・エストレッジャスと呼ばれる居住地があります。 +その他には、リヴィングストン島とディセプション島があり、活火山のカルデラが満水しているため、壮観な自然の港湾を提供しています。 +エルズワース ランドは、ペンインシュラ半島の南に位置する地域で、ベリングサウエン海に囲まれています。 +ここの半島の山々はプレートアウトにつながり、再び現れてエルスワース山脈の360 kmの連続山脈を形成しています。ミネソタの氷河によって分断されています。 +北部のセンティネル山脈には、南極大陸の最高峰であるヴィンソンマッシフがあり、その最高峰であるヴィンソン山は4892メートルに達しています。 +遠距離地域では、携帯電話のサービスが利用できない場合、衛星電話が唯一の選択肢になることがあります。 +衛星電話は一般的には携帯電話の代替品ではありません。衛星電話を使用するには、衛星を見える明るい場所にいなければなりません。 +このサービスは、遠隔操作データおよび音声を必要とする探検隊やプレジャーボートなどの船舶によって頻繁に利用されています。 +このサービスに接続する方法に関する詳しい情報は、当地の電話サービス提供者にお問い合わせください。 +ギャップ・イヤーを計画している人にとって、より人気のあるオプションの1つは、旅行と学習することである。 +これは特に学校を卒業した学生に人気があり、大学に入学する前に1年間の休みを取ることができ、教育に影響を与えない。 +多くの場合、海外のギャップ・イヤー・コースに入学することは、帰国後の高等教育への入学率を向上させることができます。 +通常、これらの教育プログラムに入学するには学費がかかります。 +フィンランドは素晴らしいボート旅行の目的地です。「1000の湖の国」には湖と海岸沿いの島々が数千もあります。 +アーキペラゴスと湖では、ヨットを必要としないことがあります。 +海岸沿いの島々や湖沼は、実際にはどのようなヨットも収容できるほど大きいものですが、より小さなボートやカヤックによる体験は異なります。 +フィンランドでは、ボートは国民的な遊びであり、7~8人に1つのボートがあります。 +これにはノルウェー、スウェーデン、ニュージーランドが対応していますが、それ以外は非常に独特です(例えばオランダでは1人から40人)。 +ほとんどのバルト海クルーズでは、ロシアのサンクトペテルブルクに長期滞在することができます。 +これは、帰途中に歴史的な都市を訪れ、夜は船上で寝ることができることを意味しています。 +2009年以降、船上の観光ツアーを利用した場合は別のビザは必要ないでしょう。 +一部のクルーズのパンフレットにはベルリン、ドイツが掲載されています。上記の地図からもわかるように、ベルリンは海に近づいていませんし、市内の観光はクルーズの価格に含まれていません。 +飛行機に乗ることは、年齢や背景に関係なく、特に初めて飛行したり、トラウマを経験したりしていない人にとっては、恐ろしい経験になることがあります。 +これは恥ずかしいことではありません。多くの人々が持っているような個人的な恐怖や嫌悪感と変わりません。 +一部の人にとって、航空機の働き方や飛行中に起こることについての知識を得ることで、未知のことやコントロールを失ったことに基づく恐怖を克服することができるかもしれません。 +宅配業者は速やかに商品を配達することでよく報酬を得ています。時間が非常に重要な場合には、ビジネス文書、商品、または急いで修理が必要な部品に関しては、時間が非常に重要な場合には、時間が非常に重要な場合には、時間が非常に重要な場合には、時間が非常に重要な場合には、時間が非常に重要な場合には、時間が非常に重要な場合には、時間が非常に重要な場合には、時間が非常に重要な場合には、時間が非常に重要な場合には、時間が非常に重要な場合には、時間が非常に重要な場合には、時間が非常に重要な場合には、時間が非常に重要な場合には、時間が非常に重要な場合には、時間が非常に重要な場合には、時間が非常に重要な場合には、時間が非常に重要な場合には、時間が非常に重要な場合には、時間が非常に重要な場合には、時間が非常に重要な場合には、時間が非常に重要な場合には、時間が非常に重要な場合には、時間が非常に重要な場合には、時間が非常に重要な場合には、時間が非常に重要な場合には、時間が非常に重要な場合には、時間が非常に重要な場合には、時間が非常に重要な場合には、時間が非常に重要な場合には、時間が非常に重要な場合には、時間が非常に重要な場合に +一部の路線では大手の航空会社が自社の飛行機を使用していましたが、他の路線や小さな会社では問題がありました。 +空輸で送られた場合、一部のルートでは、降ろしや関税にかかって数日かかった可能性があります。 +速い方法はチェックインにすることですが、航空会社の規則により、旅客がいない場合には荷物を送ることはできません。そこであなたが登場します。 +ファーストクラスやビジネスクラスに乗る最も簡単な方法は、特権を享受するために多額の金額を払うこと(または、より良い方法は、会社に依頼してもらうこと)です。 +しかし、これには代償がかかります。通常の経済運賃の4倍から11倍の金額を支払うことになります。 +一般的には、AからBまでの直行便のビジネスクラスやファーストクラスの割引を探す意味はない。 +航空会社は、一部の旅客が迅速で舒適に移動する権利に対して高額を支払いたいということをよく知っており、それに応じて料金を設定しています。 +モルドバの首都はキシナウです。言語はルーマニア語ですが、ロシア語が広く使われています。 +モルドバは複数の民族から構成される多民族共和国であり、民族間の紛争に苦しんでいます。 +1994 年にこの紛争は、モルドバの東部に自称のトランスニストリア共和国を生み出した。この共和国は自らの政府と通貨を持つが、国連加盟国には認められていない。 +政治的な交渉の失敗にもかかわらず、経済的なつながりが再建された。 +モルドバの主な宗教は正教徒です。 +イズミルはトルコで3番目に大きな都市であり、人口は約370万人であり、イスタンブールに次いで2番目に大きな港であり、非常に良い輸送拠点です。 +古代にはスミルナと呼ばれていましたが、今は現代的、発展した、繁忙な商業中心であり、大きな湾を中心に山に囲まれています。 +広い大通り、ガラスファサードのビル、現代的なショッピングセンターは、伝統的なレッドタイルの屋根、18世紀の市場、古いモスクと教会が点在していますが、この都市は伝統的なトルコよりも、地中海沿岸ヨーロッパのような雰囲気を醸し出しています。 +ハルダルスヴィク村は、近くにある島のエイストゥロイ島を見ることができ、奇妙な八角形の教会があります。 +教会の墓地には、いくつかの墓の上に、インテレスティングな彫刻があります。 +興味深い村を徒歩で巡るのは半時間くらいの価値があります。 +北にあり、容易に訪れることができるのが、ロマンチックで魅力的なシントラという町であり、ロード・バイロンがその輝きを記録したことで外国人にも知られるようになった。 +スコットルブス403は定期的にシントラに向かい、カボ・ダ・ロカに停車する。 +また北側には、世界的に有名なマリアの幻覚の発生した場所である「ファティマの聖母大聖堂(神社)」を訪れてみてはいかがでしょうか。 +ここを訪れることは、基本的には大規模な墓地を訪れることであり、世界の人口の大半にとって非常に重要な意味を持つ場所でもあります。 +ここで生き残った男女がまだたくさんいますし、ここで殺害された人々の親族がたくさんいます。そして、ユダヤ人と非ユダヤ人を問わず、ここで殺害された人々の親族がたくさんいます。 +ホロコストやナチスに関するジョークをしないようお願いいたします。このウェブサイトに対しては、それに対応する尊敬、厳しさ、敬意をもって扱っていただきますようお願いいたします。 +構造物に刻印や刻み込みをすることは禁じられています。 +バルセロナの公式言語はカタルアン語とスペイン語です。約半数がカタルアン語を話し、ほとんどの人がそれを理解し、ほとんどの人がスペイン語を知っています。 +しかし、ほとんどの看板にはカタルーニャ語のみが記載されているのは、カタルーニャ語が法律で最初の公用語として定められているためである。 +しかし、スペイン語は公共交通やその他の施設でも広く使用されています。 +地下鉄の定期的なアナウンセントはカタルーニャ語のみですが、計画外の中断はスペイン語、英語、フランス語、アラビア語、日本語などさまざまな言語で自動システムによって発表されます。 +パリ人は自己中心的で粗暴で傲慢であるという評判があります。 +これはしばしば不正確なステレオタイプに過ぎないが、パリではいまだに最善の方法は、「bien élevé」(良い教育を受けた)のように振る舞うことである。これにより、パリを歩きやすくすることができます。 +パリ人の厳しい外観は、基本的な礼節を示すと急速に蒸発します。 +プリトビツェ湖国立公園は森林に覆われており、主にビーチ、スプルース、ファーの木が生えています。ここにはアルプス山脈と地中海沿岸の植物が混在しています。 +微気候の多様性、土壌の多様性、標高の多様性によって、植物群落の多様性が傑出しています。 +この地域には、極めて多様な動物や鳥類が生息しています。 +ヨーロッパブラウンベア、オオカミ、ハヤブサ、コウモリ、ラインクス、ワイルドキャット、カラカラなどの珍しい動物や多くの一般的な種が生息しています。 +修道院を訪れる際には、女性は膝の上まで届くスカートを着用し、肩を隠す必要があります。 +ほとんどの修道院では、準備ができていない女性に対して布を提供していますが、特に明るい色の布を持ち込んだ場合は、入口の僧侶や尼僧から笑顔を得ることができます。 +同様に、男性は膝の上まで届くズボンを着用する必要があります。 +こちらも入口のストックから借りることができますが、ユーザーごとに洗浄されていないので、このスカートを着用した際には舒適感がありませんかもしれません。男性用のサイズはすべて同じです! +マヨルカの料理は、地中海に似た地域の料理と同様に、パン、野菜、肉(特に豚肉)を基材としています。オリーブオイルが使用されています。 +特に夏季には、簡単で人気のある晩餐として、パン・アム・オリが挙げられます。パン・アム・オリとは、オリーブオイル、トマト、チーズ、チューニーフィッシュなどのあらゆる材料を混ぜ合わせたものです。 +すべての名詞は、「Sie」という単語を除きますが、センテンスの中でも大文字で始まります。 +これは、一部の動詞とオブジェクトを区別する重要な方法です。 +また、文章を読みやすくするという面もありますが、文章を書く際には、動詞や形容詞が名詞化されているかどうかを調べなくてはなりません。 +イタリア語の発音は、ほとんどの言葉が書かれているように発音されるため、比較的簡単です。 +注意しなければならない文字はcとgです。これらの文字の発音は母音によって異なります。 +また、rとrrを異なるように発音しておきましょう:caroは親愛な、carroは戦車を意味します。 +ペルシア語の文法は比較的簡単でほとんどが定型的です。 +そのため、この文法ハンドブックを読むことでペルシア語の文法について学ぶことができ、フレーズをよりよく理解することができます。 +言うまでもなく、ロマンス語を話すことができる場合は、ポルトガル語の学習は容易になります。 +しかし、少しスペイン語を知っている人は、迅速にポルトガル語はスペイン語に近いため、別に学ぶ必要はないと結論付けるだろう。 +古代の観測所は現代ではほとんど廃れているが、博物館として残っているものもあり、また教育の場所として残っているものもあります。 +彼らの活躍時代の光汚染は今日のような問題ではなかったため、彼らは通常的に都市やキャンパスに位置し、現代に建設されたものよりも容易に訪れることができます。 +現代の研究用望遠鏡は、適した大気条件を備えた離れた場所にある巨大な施設です。 +桜を見ることを「花見」と呼ぶのは、8世紀から日本の文化の一部になっています。 +この概念は、中国では梅の花が人気の花であったことから生まれました。 +日本では、最初に桜の花のパーティーを開催したのは天皇だけであり、その周辺の貴族たちだけが参加していました。 +植物は自然環境にいるときに最も美しいので、「1本だけ」を除去しようとする誘惑に抵抗してください。 +公式に整備された庭園を訪れると、「標本」を採集しようとすると、議論もなく追い出されることになります。 +シンガポールは一般的に非常に安全な場所であり、ナビゲーションが非常に簡単で、到着後にはほぼすべての商品を購入することができます。 +しかし、赤道からわずかに北にある「高熱帯」に位置しているため、常に高温に苦しめられることになりますが、まれに天気が良いときには強い日光に苦しめられることになります。 +ヘブロンに向かう北行きのバスも数台あり、旧約聖書の父権であるアブラハム、イサック、ヤコブとその妻たちの伝統的な埋葬地である。 +考えているバスがヘブロンに行くのではなく、キリアト・アルバの近くにあるユダヤ人入植地に行くのではないかを確認してください。 +内水路は、観光の主題として良い選択肢になります。 +例えば、ロワール川、ライン川沿いの城を訪れたり、ドナウ川沿いの興味のある都市をクルーズ船で訪れたり、エリー運河をボートで横切ったりすることができます。 +また、人気のハイキングコースやサイクリングコースのルートも定めています。 +クリスマスはキリスト教の最も重要な祝日の1つであり、イエスの誕生日として祝われています。 +この祝日に関連する多くの伝統は、キリスト教徒ではない西洋諸国と世界各地の非キリスト教徒にも受け継がれてきました。 +午前零時に太陽が昇るのを見るために、夜通しをする習慣があります。 +当然ながら、この伝統にはキリスト教の神学的な説明がありますが、これはキリスト教以前の春と繁殖の儀式である可能性もあります。 +伝統的な教会では、復活祭の週末の土曜日の夜に復活祈祷を行い、復活祭の午前零時にキリストの復活を祝うことが多い。 +島に最初にやってきた動物たちは、すべて水泳、飛行、浮遊でやってきました。 +大陸から遠く離れているため、哺乳類は旅行をすることができず、ガラパゴス諸島では巨大なカメが主な草食動物となった。 +人間がガラパゴス諸島にやってきてから、ヤギ、馬、牛、ネズミ、ネコ、犬など多くの哺乳類が導入されました。 +冬季に北極または南極地域を訪れると、極夜を体験することになります。極夜とは、太陽が地平線を越えないことを意味します。 +これは、ほぼ24時間にわたって夜空が暗くなるため、北極光を見る良い機会になります。 +これらの地域は人口が少ないため、光汚染の問題がよく発生しないこともあり、星空を楽しむことができます。 +日本の仕事文化は、西洋人が習慣しているよりもより厳格で正式なものです。 +スーツは標準的なビジネス着で、同僚同士は家族名で呼び合ったり、職種名で呼び合ったりしています。 +仕事場の和やかさが重要で、個人の業績を称賛するのではなく、グループの努力を強調することが重要です。 +従業員は多くの場合、上司の承認を得る必要があり、上司の指示に従うことが期待されています。 diff --git a/test-en-ja.bleu b/test-en-ja.bleu new file mode 100644 index 0000000000000000000000000000000000000000..6fed9e13b400934a3fe5e05736c7c692c706fef1 --- /dev/null +++ b/test-en-ja.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:ja-mecab-0.996-IPA|smooth:exp|version:2.4.3 = 29.63 62.4/36.6/23.2/15.2 (BP = 0.989 ratio = 0.989 hyp_len = 32928 ref_len = 33286) diff --git a/test-en-ja.comet b/test-en-ja.comet new file mode 100644 index 0000000000000000000000000000000000000000..237fd032a09339313f4b8aa843d5779ee90ad9d0 --- /dev/null +++ b/test-en-ja.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 0 score: 0.7850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 1 score: 0.9101 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 2 score: 0.9408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 3 score: 0.8926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 4 score: 0.9179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 5 score: 0.7501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 6 score: 0.9051 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 7 score: 0.8930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 8 score: 0.9268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 9 score: 0.8791 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 10 score: 0.9356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 11 score: 0.9023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 12 score: 0.8197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 13 score: 0.8797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 14 score: 0.8941 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 15 score: 0.8459 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 16 score: 0.9316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 17 score: 0.9513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 18 score: 0.9398 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 19 score: 0.9081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 20 score: 0.9694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 21 score: 0.9522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 22 score: 0.7335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 23 score: 0.9254 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 24 score: 0.9464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 25 score: 0.9489 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 26 score: 0.9116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 27 score: 0.8897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 28 score: 0.8752 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 29 score: 0.9392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 30 score: 0.7872 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 31 score: 0.8785 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 32 score: 0.8893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 33 score: 0.9422 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 34 score: 0.9550 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 35 score: 0.9270 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 36 score: 0.9184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 37 score: 0.9182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 38 score: 0.9401 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 39 score: 0.9008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 40 score: 0.8808 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 41 score: 0.9084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 42 score: 0.8820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 43 score: 0.9003 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 44 score: 0.8049 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 45 score: 0.9152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 46 score: 0.9194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 47 score: 0.9312 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 48 score: 0.8934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 49 score: 0.9154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 50 score: 0.9318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 51 score: 0.9203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 52 score: 0.8892 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 53 score: 0.8984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 54 score: 0.9267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 55 score: 0.9167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 56 score: 0.8611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 57 score: 0.9023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 58 score: 0.8670 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 59 score: 0.9496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 60 score: 0.9578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 61 score: 0.9154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 62 score: 0.9003 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 63 score: 0.9124 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 64 score: 0.8865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 65 score: 0.8870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 66 score: 0.7727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 67 score: 0.7870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 68 score: 0.9373 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 69 score: 0.9221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 70 score: 0.9560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 71 score: 0.8547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 72 score: 0.9339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 73 score: 0.8566 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 74 score: 0.8915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 75 score: 0.8917 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 76 score: 0.9193 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 77 score: 0.9266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 78 score: 0.9712 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 79 score: 0.9120 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 80 score: 0.8961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 81 score: 0.9293 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 82 score: 0.9056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 83 score: 0.9063 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 84 score: 0.8983 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 85 score: 0.9171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 86 score: 0.8284 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 87 score: 0.9364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 88 score: 0.8983 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 89 score: 0.8955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 90 score: 0.6549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 91 score: 0.5336 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 92 score: 0.9085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 93 score: 0.9531 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 94 score: 0.8774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 95 score: 0.9493 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 96 score: 0.9372 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 97 score: 0.9118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 98 score: 0.9254 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 99 score: 0.9257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 100 score: 0.8931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 101 score: 0.8953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 102 score: 0.9223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 103 score: 0.9607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 104 score: 0.9335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 105 score: 0.7808 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 106 score: 0.9589 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 107 score: 0.8815 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 108 score: 0.8416 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 109 score: 0.8335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 110 score: 0.9468 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 111 score: 0.9420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 112 score: 0.9749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 113 score: 0.9606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 114 score: 0.9212 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 115 score: 0.8845 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 116 score: 0.9280 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 117 score: 0.9560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 118 score: 0.9380 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 119 score: 0.8153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 120 score: 0.9082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 121 score: 0.9402 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 122 score: 0.9527 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 123 score: 0.9060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 124 score: 0.8971 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 125 score: 0.9311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 126 score: 0.9508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 127 score: 0.9229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 128 score: 0.9236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 129 score: 0.9513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 130 score: 0.8585 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 131 score: 0.8326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 132 score: 0.8793 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 133 score: 0.9575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 134 score: 0.8408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 135 score: 0.8151 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 136 score: 0.9636 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 137 score: 0.9454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 138 score: 0.9493 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 139 score: 0.8272 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 140 score: 0.9116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 141 score: 0.9150 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 142 score: 0.9594 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 143 score: 0.9188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 144 score: 0.9549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 145 score: 0.9471 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 146 score: 0.9458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 147 score: 0.9128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 148 score: 0.9339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 149 score: 0.9332 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 150 score: 0.9085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 151 score: 0.8364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 152 score: 0.8946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 153 score: 0.8920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 154 score: 0.8669 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 155 score: 0.8897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 156 score: 0.9116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 157 score: 0.9321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 158 score: 0.9137 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 159 score: 0.9375 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 160 score: 0.8746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 161 score: 0.8565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 162 score: 0.9241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 163 score: 0.9221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 164 score: 0.9427 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 165 score: 0.8599 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 166 score: 0.8948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 167 score: 0.9064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 168 score: 0.9168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 169 score: 0.8466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 170 score: 0.9132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 171 score: 0.9346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 172 score: 0.9475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 173 score: 0.9125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 174 score: 0.8987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 175 score: 0.9073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 176 score: 0.8358 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 177 score: 0.8955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 178 score: 0.9074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 179 score: 0.9426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 180 score: 0.9261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 181 score: 0.9702 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 182 score: 0.9567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 183 score: 0.8979 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 184 score: 0.9185 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 185 score: 0.9646 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 186 score: 0.9079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 187 score: 0.9130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 188 score: 0.9124 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 189 score: 0.9135 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 190 score: 0.8474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 191 score: 0.9047 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 192 score: 0.8455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 193 score: 0.8278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 194 score: 0.8908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 195 score: 0.9716 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 196 score: 0.9331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 197 score: 0.8671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 198 score: 0.9226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 199 score: 0.9257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 200 score: 0.8510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 201 score: 0.8012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 202 score: 0.8535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 203 score: 0.8531 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 204 score: 0.8931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 205 score: 0.9505 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 206 score: 0.9552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 207 score: 0.9093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 208 score: 0.9430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 209 score: 0.9126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 210 score: 0.9661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 211 score: 0.9119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 212 score: 0.9358 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 213 score: 0.9171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 214 score: 0.9216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 215 score: 0.9156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 216 score: 0.9399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 217 score: 0.9393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 218 score: 0.9108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 219 score: 0.9050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 220 score: 0.9798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 221 score: 0.9593 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 222 score: 0.9499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 223 score: 0.9303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 224 score: 0.9404 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 225 score: 0.9654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 226 score: 0.9071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 227 score: 0.8408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 228 score: 0.8857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 229 score: 0.9155 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 230 score: 0.9643 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 231 score: 0.8203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 232 score: 0.8583 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 233 score: 0.8453 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 234 score: 0.9160 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 235 score: 0.8399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 236 score: 0.9229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 237 score: 0.8734 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 238 score: 0.9522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 239 score: 0.8579 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 240 score: 0.8205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 241 score: 0.8382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 242 score: 0.9288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 243 score: 0.8853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 244 score: 0.8597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 245 score: 0.9671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 246 score: 0.9008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 247 score: 0.8630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 248 score: 0.8465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 249 score: 0.9208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 250 score: 0.9324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 251 score: 0.9507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 252 score: 0.9359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 253 score: 0.9036 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 254 score: 0.9325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 255 score: 0.9401 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 256 score: 0.9416 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 257 score: 0.9451 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 258 score: 0.9282 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 259 score: 0.9094 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 260 score: 0.9408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 261 score: 0.8323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 262 score: 0.9352 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 263 score: 0.8406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 264 score: 0.9342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 265 score: 0.9226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 266 score: 0.8850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 267 score: 0.9088 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 268 score: 0.9484 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 269 score: 0.9240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 270 score: 0.8946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 271 score: 0.8523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 272 score: 0.9607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 273 score: 0.9108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 274 score: 0.8655 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 275 score: 0.8847 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 276 score: 0.8725 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 277 score: 0.9380 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 278 score: 0.9048 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 279 score: 0.9153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 280 score: 0.9447 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 281 score: 0.9576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 282 score: 0.9800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 283 score: 0.8796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 284 score: 0.9043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 285 score: 0.9357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 286 score: 0.9194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 287 score: 0.8339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 288 score: 0.9398 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 289 score: 0.9337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 290 score: 0.7583 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 291 score: 0.8956 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 292 score: 0.9481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 293 score: 0.9075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 294 score: 0.8576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 295 score: 0.7575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 296 score: 0.8800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 297 score: 0.9487 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 298 score: 0.8208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 299 score: 0.9273 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 300 score: 0.9071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 301 score: 0.9265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 302 score: 0.9344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 303 score: 0.9042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 304 score: 0.9143 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 305 score: 0.9382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 306 score: 0.9295 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 307 score: 0.9371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 308 score: 0.9608 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 309 score: 0.9375 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 310 score: 0.9419 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 311 score: 0.9510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 312 score: 0.9560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 313 score: 0.8042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 314 score: 0.9344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 315 score: 0.9735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 316 score: 0.9297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 317 score: 0.9509 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 318 score: 0.9307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 319 score: 0.9567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 320 score: 0.8533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 321 score: 0.8749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 322 score: 0.9289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 323 score: 0.9052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 324 score: 0.9417 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 325 score: 0.9045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 326 score: 0.8700 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 327 score: 0.7995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 328 score: 0.9372 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 329 score: 0.9168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 330 score: 0.9176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 331 score: 0.8763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 332 score: 0.9557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 333 score: 0.9416 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 334 score: 0.9472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 335 score: 0.9418 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 336 score: 0.9082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 337 score: 0.8846 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 338 score: 0.9284 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 339 score: 0.9390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 340 score: 0.8472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 341 score: 0.8489 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 342 score: 0.7308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 343 score: 0.8318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 344 score: 0.8378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 345 score: 0.9361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 346 score: 0.9510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 347 score: 0.8408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 348 score: 0.7994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 349 score: 0.8715 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 350 score: 0.8970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 351 score: 0.9243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 352 score: 0.9292 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 353 score: 0.9346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 354 score: 0.9243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 355 score: 0.8614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 356 score: 0.9508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 357 score: 0.9125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 358 score: 0.9073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 359 score: 0.8369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 360 score: 0.8620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 361 score: 0.8453 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 362 score: 0.8830 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 363 score: 0.8502 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 364 score: 0.8180 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 365 score: 0.8239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 366 score: 0.6510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 367 score: 0.8700 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 368 score: 0.6792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 369 score: 0.8528 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 370 score: 0.8911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 371 score: 0.9132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 372 score: 0.8820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 373 score: 0.9015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 374 score: 0.9069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 375 score: 0.8557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 376 score: 0.9425 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 377 score: 0.9119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 378 score: 0.8635 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 379 score: 0.8504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 380 score: 0.9376 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 381 score: 0.8596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 382 score: 0.8454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 383 score: 0.7940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 384 score: 0.8990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 385 score: 0.8559 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 386 score: 0.8528 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 387 score: 0.9092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 388 score: 0.8855 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 389 score: 0.9197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 390 score: 0.9543 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 391 score: 0.9060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 392 score: 0.9581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 393 score: 0.9375 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 394 score: 0.9006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 395 score: 0.9569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 396 score: 0.8198 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 397 score: 0.9528 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 398 score: 0.8859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 399 score: 0.9658 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 400 score: 0.9461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 401 score: 0.9443 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 402 score: 0.9291 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 403 score: 0.8797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 404 score: 0.7814 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 405 score: 0.9285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 406 score: 0.9382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 407 score: 0.9297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 408 score: 0.9675 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 409 score: 0.9692 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 410 score: 0.9342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 411 score: 0.8311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 412 score: 0.9128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 413 score: 0.9233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 414 score: 0.9181 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 415 score: 0.9394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 416 score: 0.9099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 417 score: 0.9330 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 418 score: 0.9344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 419 score: 0.9573 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 420 score: 0.9411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 421 score: 0.9416 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 422 score: 0.9509 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 423 score: 0.8790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 424 score: 0.9243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 425 score: 0.9435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 426 score: 0.9098 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 427 score: 0.9005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 428 score: 0.8536 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 429 score: 0.9487 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 430 score: 0.9353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 431 score: 0.8891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 432 score: 0.8347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 433 score: 0.8882 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 434 score: 0.8009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 435 score: 0.7698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 436 score: 0.8303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 437 score: 0.8761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 438 score: 0.9580 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 439 score: 0.9453 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 440 score: 0.9269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 441 score: 0.9395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 442 score: 0.9593 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 443 score: 0.9522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 444 score: 0.8316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 445 score: 0.9009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 446 score: 0.9604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 447 score: 0.9521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 448 score: 0.9385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 449 score: 0.8419 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 450 score: 0.9045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 451 score: 0.9323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 452 score: 0.9617 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 453 score: 0.8736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 454 score: 0.8990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 455 score: 0.7943 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 456 score: 0.8299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 457 score: 0.9346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 458 score: 0.8926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 459 score: 0.9213 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 460 score: 0.9357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 461 score: 0.9308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 462 score: 0.8939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 463 score: 0.9596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 464 score: 0.9518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 465 score: 0.8839 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 466 score: 0.9010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 467 score: 0.8262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 468 score: 0.7835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 469 score: 0.7902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 470 score: 0.8266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 471 score: 0.8931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 472 score: 0.8853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 473 score: 0.7494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 474 score: 0.8622 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 475 score: 0.9458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 476 score: 0.8769 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 477 score: 0.9319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 478 score: 0.9260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 479 score: 0.9289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 480 score: 0.6874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 481 score: 0.8007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 482 score: 0.9124 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 483 score: 0.9515 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 484 score: 0.9241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 485 score: 0.8980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 486 score: 0.9261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 487 score: 0.9139 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 488 score: 0.9302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 489 score: 0.8712 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 490 score: 0.9059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 491 score: 0.9581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 492 score: 0.9598 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 493 score: 0.9392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 494 score: 0.9116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 495 score: 0.8771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 496 score: 0.9425 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 497 score: 0.8836 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 498 score: 0.9467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 499 score: 0.8356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 500 score: 0.9582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 501 score: 0.9406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 502 score: 0.8827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 503 score: 0.8972 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 504 score: 0.8614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 505 score: 0.9625 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 506 score: 0.8307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 507 score: 0.8892 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 508 score: 0.8687 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 509 score: 0.9256 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 510 score: 0.8774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 511 score: 0.8770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 512 score: 0.8141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 513 score: 0.6300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 514 score: 0.8777 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 515 score: 0.9264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 516 score: 0.8712 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 517 score: 0.9162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 518 score: 0.8850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 519 score: 0.9566 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 520 score: 0.9398 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 521 score: 0.9220 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 522 score: 0.9525 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 523 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 524 score: 0.9524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 525 score: 0.8565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 526 score: 0.7907 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 527 score: 0.8049 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 528 score: 0.8997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 529 score: 0.9028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 530 score: 0.9086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 531 score: 0.9183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 532 score: 0.9325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 533 score: 0.9307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 534 score: 0.8803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 535 score: 0.8441 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 536 score: 0.8544 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 537 score: 0.8747 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 538 score: 0.9219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 539 score: 0.8996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 540 score: 0.9186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 541 score: 0.9559 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 542 score: 0.8918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 543 score: 0.9018 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 544 score: 0.9309 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 545 score: 0.9583 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 546 score: 0.8842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 547 score: 0.9223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 548 score: 0.9112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 549 score: 0.9327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 550 score: 0.8922 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 551 score: 0.9490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 552 score: 0.9517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 553 score: 0.9157 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 554 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 555 score: 0.8131 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 556 score: 0.8624 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 557 score: 0.8879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 558 score: 0.7692 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 559 score: 0.8516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 560 score: 0.8754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 561 score: 0.9508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 562 score: 0.9109 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 563 score: 0.9031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 564 score: 0.9121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 565 score: 0.9002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 566 score: 0.8862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 567 score: 0.9296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 568 score: 0.9383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 569 score: 0.8987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 570 score: 0.9357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 571 score: 0.9164 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 572 score: 0.8611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 573 score: 0.9030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 574 score: 0.9364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 575 score: 0.8637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 576 score: 0.8681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 577 score: 0.9526 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 578 score: 0.9323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 579 score: 0.9096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 580 score: 0.9039 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 581 score: 0.9044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 582 score: 0.7802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 583 score: 0.8871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 584 score: 0.8025 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 585 score: 0.9119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 586 score: 0.8581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 587 score: 0.8919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 588 score: 0.7758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 589 score: 0.9006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 590 score: 0.9443 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 591 score: 0.9522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 592 score: 0.8510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 593 score: 0.9306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 594 score: 0.9708 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 595 score: 0.9165 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 596 score: 0.8940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 597 score: 0.9346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 598 score: 0.8613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 599 score: 0.9574 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 600 score: 0.9182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 601 score: 0.7923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 602 score: 0.9218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 603 score: 0.9015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 604 score: 0.8990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 605 score: 0.9187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 606 score: 0.7980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 607 score: 0.8458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 608 score: 0.8230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 609 score: 0.8775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 610 score: 0.9368 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 611 score: 0.9418 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 612 score: 0.9287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 613 score: 0.9122 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 614 score: 0.9539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 615 score: 0.8972 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 616 score: 0.9121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 617 score: 0.9802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 618 score: 0.9090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 619 score: 0.8672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 620 score: 0.8715 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 621 score: 0.8015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 622 score: 0.8996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 623 score: 0.8942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 624 score: 0.9314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 625 score: 0.9545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 626 score: 0.9566 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 627 score: 0.9612 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 628 score: 0.9198 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 629 score: 0.9304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 630 score: 0.9314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 631 score: 0.9674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 632 score: 0.9672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 633 score: 0.9256 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 634 score: 0.9787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 635 score: 0.9415 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 636 score: 0.9389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 637 score: 0.9278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 638 score: 0.9393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 639 score: 0.9732 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 640 score: 0.8972 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 641 score: 0.9711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 642 score: 0.8945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 643 score: 0.8759 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 644 score: 0.8957 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 645 score: 0.8859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 646 score: 0.8696 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 647 score: 0.9166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 648 score: 0.8366 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 649 score: 0.9029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 650 score: 0.9671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 651 score: 0.8842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 652 score: 0.7673 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 653 score: 0.8671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 654 score: 0.9391 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 655 score: 0.9078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 656 score: 0.7831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 657 score: 0.8962 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 658 score: 0.8619 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 659 score: 0.8158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 660 score: 0.8552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 661 score: 0.9327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 662 score: 0.9386 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 663 score: 0.9069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 664 score: 0.9343 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 665 score: 0.8669 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 666 score: 0.9287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 667 score: 0.8138 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 668 score: 0.9227 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 669 score: 0.8911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 670 score: 0.9560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 671 score: 0.9129 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 672 score: 0.9274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 673 score: 0.9474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 674 score: 0.9146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 675 score: 0.9009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 676 score: 0.9384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 677 score: 0.9203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 678 score: 0.9231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 679 score: 0.9405 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 680 score: 0.8820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 681 score: 0.9385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 682 score: 0.9211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 683 score: 0.8548 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 684 score: 0.8784 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 685 score: 0.8468 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 686 score: 0.9439 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 687 score: 0.8998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 688 score: 0.9316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 689 score: 0.8827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 690 score: 0.9397 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 691 score: 0.8939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 692 score: 0.9480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 693 score: 0.9323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 694 score: 0.8920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 695 score: 0.9005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 696 score: 0.9249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 697 score: 0.9630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 698 score: 0.8519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 699 score: 0.9486 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 700 score: 0.9054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 701 score: 0.8953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 702 score: 0.8823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 703 score: 0.9113 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 704 score: 0.8484 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 705 score: 0.9112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 706 score: 0.8303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 707 score: 0.9222 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 708 score: 0.9137 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 709 score: 0.9442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 710 score: 0.9108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 711 score: 0.9333 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 712 score: 0.9495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 713 score: 0.9157 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 714 score: 0.9502 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 715 score: 0.8878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 716 score: 0.9148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 717 score: 0.9065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 718 score: 0.9439 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 719 score: 0.9279 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 720 score: 0.8997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 721 score: 0.9572 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 722 score: 0.9337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 723 score: 0.9424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 724 score: 0.9305 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 725 score: 0.9701 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 726 score: 0.8829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 727 score: 0.9173 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 728 score: 0.8432 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 729 score: 0.9452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 730 score: 0.9196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 731 score: 0.9547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 732 score: 0.9445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 733 score: 0.9388 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 734 score: 0.8626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 735 score: 0.9487 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 736 score: 0.9379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 737 score: 0.8873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 738 score: 0.9561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 739 score: 0.9009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 740 score: 0.8133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 741 score: 0.8665 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 742 score: 0.9132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 743 score: 0.9512 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 744 score: 0.8865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 745 score: 0.9484 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 746 score: 0.9335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 747 score: 0.9207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 748 score: 0.9016 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 749 score: 0.9329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 750 score: 0.9350 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 751 score: 0.9260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 752 score: 0.9237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 753 score: 0.8832 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 754 score: 0.9382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 755 score: 0.9159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 756 score: 0.9346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 757 score: 0.9151 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 758 score: 0.9067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 759 score: 0.8609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 760 score: 0.9532 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 761 score: 0.9079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 762 score: 0.9528 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 763 score: 0.9161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 764 score: 0.8824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 765 score: 0.8505 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 766 score: 0.8464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 767 score: 0.8730 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 768 score: 0.9654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 769 score: 0.9618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 770 score: 0.9014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 771 score: 0.9215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 772 score: 0.9226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 773 score: 0.9501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 774 score: 0.9302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 775 score: 0.8583 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 776 score: 0.8901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 777 score: 0.9462 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 778 score: 0.9049 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 779 score: 0.9095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 780 score: 0.8762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 781 score: 0.8444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 782 score: 0.8996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 783 score: 0.8020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 784 score: 0.9127 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 785 score: 0.9022 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 786 score: 0.9171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 787 score: 0.9408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 788 score: 0.9664 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 789 score: 0.9547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 790 score: 0.9063 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 791 score: 0.8636 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 792 score: 0.9037 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 793 score: 0.9371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 794 score: 0.8667 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 795 score: 0.9169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 796 score: 0.9389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 797 score: 0.8806 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 798 score: 0.9607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 799 score: 0.8494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 800 score: 0.8748 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 801 score: 0.9140 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 802 score: 0.9425 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 803 score: 0.8926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 804 score: 0.9245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 805 score: 0.8950 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 806 score: 0.9294 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 807 score: 0.9575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 808 score: 0.8715 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 809 score: 0.8686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 810 score: 0.8121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 811 score: 0.8763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 812 score: 0.9400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 813 score: 0.9276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 814 score: 0.9401 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 815 score: 0.8673 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 816 score: 0.9188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 817 score: 0.7214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 818 score: 0.6459 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 819 score: 0.7881 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 820 score: 0.8618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 821 score: 0.8423 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 822 score: 0.9222 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 823 score: 0.8934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 824 score: 0.9104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 825 score: 0.9216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 826 score: 0.9654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 827 score: 0.9409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 828 score: 0.8633 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 829 score: 0.8921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 830 score: 0.9158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 831 score: 0.8528 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 832 score: 0.8756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 833 score: 0.8749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 834 score: 0.9152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 835 score: 0.8336 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 836 score: 0.9063 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 837 score: 0.8499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 838 score: 0.9089 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 839 score: 0.8722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 840 score: 0.8628 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 841 score: 0.8973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 842 score: 0.7720 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 843 score: 0.8563 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 844 score: 0.8700 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 845 score: 0.8462 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 846 score: 0.8278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 847 score: 0.9151 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 848 score: 0.8868 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 849 score: 0.9373 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 850 score: 0.8524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 851 score: 0.9293 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 852 score: 0.9324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 853 score: 0.9511 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 854 score: 0.7350 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 855 score: 0.9293 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 856 score: 0.8958 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 857 score: 0.9146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 858 score: 0.9154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 859 score: 0.9171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 860 score: 0.9385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 861 score: 0.9262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 862 score: 0.9381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 863 score: 0.9040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 864 score: 0.9011 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 865 score: 0.8824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 866 score: 0.9098 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 867 score: 0.8911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 868 score: 0.8815 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 869 score: 0.9231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 870 score: 0.9592 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 871 score: 0.8289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 872 score: 0.8908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 873 score: 0.9112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 874 score: 0.9501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 875 score: 0.4844 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 876 score: 0.8688 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 877 score: 0.8920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 878 score: 0.8985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 879 score: 0.9105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 880 score: 0.8132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 881 score: 0.9248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 882 score: 0.8840 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 883 score: 0.9330 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 884 score: 0.8878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 885 score: 0.8761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 886 score: 0.8509 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 887 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 888 score: 0.8173 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 889 score: 0.8503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 890 score: 0.7970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 891 score: 0.8257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 892 score: 0.7407 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 893 score: 0.9037 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 894 score: 0.8300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 895 score: 0.9243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 896 score: 0.8841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 897 score: 0.8968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 898 score: 0.9263 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 899 score: 0.9357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 900 score: 0.8860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 901 score: 0.9409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 902 score: 0.7599 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 903 score: 0.8961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 904 score: 0.9396 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 905 score: 0.8964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 906 score: 0.9430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 907 score: 0.8322 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 908 score: 0.9089 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 909 score: 0.9430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 910 score: 0.9261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 911 score: 0.9181 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 912 score: 0.9478 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 913 score: 0.8801 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 914 score: 0.9131 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 915 score: 0.9275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 916 score: 0.9609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 917 score: 0.9382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 918 score: 0.8691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 919 score: 0.9259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 920 score: 0.9223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 921 score: 0.9104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 922 score: 0.9390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 923 score: 0.8648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 924 score: 0.9042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 925 score: 0.9093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 926 score: 0.8971 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 927 score: 0.9558 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 928 score: 0.9044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 929 score: 0.3933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 930 score: 0.8893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 931 score: 0.9002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 932 score: 0.8291 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 933 score: 0.8791 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 934 score: 0.7786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 935 score: 0.9119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 936 score: 0.8655 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 937 score: 0.9697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 938 score: 0.9478 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 939 score: 0.9427 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 940 score: 0.9010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 941 score: 0.9541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 942 score: 0.9385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 943 score: 0.9262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 944 score: 0.8959 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 945 score: 0.8883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 946 score: 0.8667 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 947 score: 0.9426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 948 score: 0.8903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 949 score: 0.8806 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 950 score: 0.9076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 951 score: 0.8823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 952 score: 0.8439 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 953 score: 0.8550 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 954 score: 0.7972 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 955 score: 0.9345 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 956 score: 0.9619 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 957 score: 0.9670 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 958 score: 0.9131 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 959 score: 0.9505 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 960 score: 0.8113 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 961 score: 0.7570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 962 score: 0.8512 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 963 score: 0.8758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 964 score: 0.9661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 965 score: 0.8583 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 966 score: 0.9197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 967 score: 0.8805 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 968 score: 0.8615 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 969 score: 0.8101 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 970 score: 0.9265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 971 score: 0.8458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 972 score: 0.7577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 973 score: 0.9224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 974 score: 0.8682 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 975 score: 0.9449 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 976 score: 0.8743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 977 score: 0.8506 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 978 score: 0.9362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 979 score: 0.9067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 980 score: 0.9224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 981 score: 0.9219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 982 score: 0.9137 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 983 score: 0.7362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 984 score: 0.9143 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 985 score: 0.9488 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 986 score: 0.8934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 987 score: 0.9127 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 988 score: 0.8685 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 989 score: 0.8955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 990 score: 0.9453 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 991 score: 0.8866 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 992 score: 0.8908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 993 score: 0.9024 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 994 score: 0.8704 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 995 score: 0.9120 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 996 score: 0.9736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 997 score: 0.9815 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 998 score: 0.9375 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 999 score: 0.8175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 1000 score: 0.8962 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 1001 score: 0.8642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 1002 score: 0.8688 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 1003 score: 0.9302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 1004 score: 0.8922 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 1005 score: 0.9421 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 1006 score: 0.9456 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 1007 score: 0.9483 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 1008 score: 0.9043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 1009 score: 0.9009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 1010 score: 0.9325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja Segment 1011 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ja score: 0.8992 diff --git a/test-en-ka b/test-en-ka new file mode 100644 index 0000000000000000000000000000000000000000..7326a3bd0e015200f9be42bc34f5dff336cdb67f --- /dev/null +++ b/test-en-ka @@ -0,0 +1,1012 @@ +„ჩვეულებრივ, ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩ +დოქტორ ეჰუდ ური, მედიცინის პროფესორი დალჰუზიის უნივერსიტეტში, ჰალიფაქსი, ნოვა შოტლანდიაში და კანადის დიაბეტის ასოციაციის კლინიკური და მეცნიერობის დეპარტამენტის თავმჯდომარე, განაცხადა, რომ კვლევის პერიოდი წარსულია. +როგორც ზოგიერთი ექსპერტი, მან სკეპტიკულია იმის შესახებ, თუ არ შეეძლება დიაბეტის გამოყენება, აღნიშნავს, რომ ეს მოსახლეობებს, რომლებსაც უკვე არის ტიპი 1 დიაბეტის გამოყენება, არ აქვს მნიშვნელობა. +ორშაბათს, სვედურ აკადემიის ლიტერატურის ნობელის კომიტეტის პერსპექტივური სექრეტარი, სარა დანიუსმა სვერიგეთის რადიოს პროგრამაზე საჯაროდ გამოაცხადა, რომ კომიტეტი, რომელიც არ შეეძლო ბობ დილანს დირექტულად 2016 წელს ლიტერატურის ნობელის მიღების შესახებ ინფორმაციას მიიღო, თავისი მცდელობები დაუწყო. +დენიუსმა განაცხადა: "ამჟამად ჩვეულებრივ არ ვაკეთებთ. მე მიმართავდი და გაგზავნებდი ელექტრონულ წერილები მისი ყველაზე მეწყერებულ კოლაბორატორების მიმართ, და მივიღე ძალიან მეგობრული აპირებები. ამჟამად ეს უკეთებელია." +წინასწარ რინგის დირექტორი, ჯეიმი სიმინოფ, განაცხადა, რომ კომპანია დაიწყო, როდესაც მისი დარბელი არ იყო გამოყენებული მისი მაღაზიიდან მისი გარაჯებიდან. +მან ამტკიცებს, რომ მან შექმნა ვაიფაი ღირებულებას. +სიმინოფმა განაცხადა, რომ მას შემდეგ, რაც მან 2013 წელს Shark Tank-ის ეპიზოდში გამოსვლა განახორციელა, პროდუქტის გაყიდვები გაზრდა. +2017 წლის მეორე ნახევრებში სიმინოფი გამოჩენილი იყო QVC-ის სავაჭრო ტელევიზიო კანალზე. +რინგმა ასევე დაადასტურა სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართლოს სასამართ +მიუხედავად იმისა, რომ ერთი ექსპერიმენტური ვაქცინა არსებობს შესაძლებლობას ებოლასთან დაკავშირებული სიკვდილითის შემცირების შესაძლებლობას, ამჟამად არ აღმოჩენილი არ არის არანაირი სამედიცინო პროდუქტი, რომელიც უკვე არსებული ინფექციის გამოყენებას შეეხება. +ერთ-ერთი ანტიბოდის კოქტეილი, ZMapp, ინიციატიურად წარმოადგენდა პრობლემებს, მაგრამ ფორმალური კვლევების თანახმად, მას უფრო ნაკლებად სასარგებლო იყო, ვინაიდან სიკვდილის პრევენციის შემთხვევაში. +პალმის ესპერიმენტში, ზამპი იყო კონტროლი, რაც ნიშნავს, რომ მეცნიერებმა იყენებდნენ მას, როგორც ბაზის გარეშე, და სამი სხვა თერაპიის შედეგებს მასთან შეერთებდნენ. +ამერიკის შეერთებული შტატების გიმნასტიკის ფედერაცია აღიარებს შეერთებული შტატების ოლიმპიური კომიტეტის წერილს და აღიარებს ოლიმპიური ოჯახის აბსოლუტურ საჭიროებას, რათა შეუწყოს უსაფრთხო გარემო ყველა ჩვენი სპორტსმენებისთვის. +ჩვენ აღიარებთ ამერიკის ოლიმპიური კომიტეტის განცხადებას, რომ ჩვენი ათლეტების და კლუბების ინტერესები და მათი სპორტი უფრო კარგად მიიღება, როდესაც ჩვენ ჩვენი ორგანიზაციის განმავლობაში მნიშვნელოვანი ცვლილებით წინასწარ წავიდებთ, ვიდრე დეკერტიფიკაციას. +ამერიკის შეერთებული შტატების გიმნასტიკის ფედერაცია მხარს უწყობს დამოუკიდებელ გამოძიებას, რომელიც შეიძლება გამოწვეულოს თავისი გამოცდილების თანამედროვე აღწერების თანახმად, რომელიც ლარი ნასარის მიერ გამოიყენებული ძალადობის შესახებ გამოცდილების თანამედროვე აღწერების თანახმად, რომელიც შეიძლება გარკვეული დროის განმავლობაში გარკვეული დროის განმავლობაში გარკვეული დროის განმავლობაში გარკვეული დროის განმავლობაში გარკვეული დროის განმავლობაში გარკვეული დროის განმავლობაში გარკვეული დროის განმავლობაში გარ +ამერიკის შეერთებული შტატების გიმნასტიკის და ამერიკის ოლიმპიური კომიტეტის მიზნა ერთადა არის გიმნასტიკის სპორტის და სხვა სპორტების მაქსიმალური უსაფრთხოების მიღება სპორტსმენებისთვის, რათა მათი ობიექტების მისაღწევას უსაფრთხო და პოზიტიურ გარემოში. +1960-იანი წლების განმავლობაში, ბრეზინსკი მუშაობდა ჯონ ფ. კენედის მიერ, როგორც მისი კონსულტანტი და შემდეგ ლინდონ ბ. ჯონსონის ადმინისტრაციის მიერ. +1976 წლის არჩევნების დროს მან კარტერს საერთაშორისო პოლიტიკის საკითხებთან დაკავშირებდა, მას შემდეგ 1977-1981 წლების განმავლობაში საერთაშორისო უსაფრთხოების მინისტრის რწმენის წარმომადგენელი (NSA) იყო, ჰენრი კისინგერის მემკვიდრე. +როგორც NSA, მან დაეხმარა კარტერს დიპლომატიურად მსოფლიო შემთხვევებს, როგორც კემპ დევიდის შეთანხმებები, 1978; შეერთებული შტატების და ჩინეთის ურთიერთობების ნორმალიზაცია, 1970-იანი წლების ბოლოს; ირანის რევოლუცია, რომელიც გამოიწვია ირანის დაკავების კრიზის, 1979; და სოვეტელი ინვაზიის აფგანისტანში, 1979. +რეინ გოსლინგისა და ემა სტოუნის მოთამაშების ფილმი მიიღო ნომინაციებს ყველა მნიშვნელოვან კატეგორიაში. +გოსლინგისა და სტოუნის მიერ მიიღო საუკეთესო აქტორისა და აქტორის მიერ საუკეთესო აქტრის ნომინაცია. +სხვა ნომინაციები მოიცავს Best Picture, Director, Cinematography, Costume Design, Film-editing, Original Score, Production Design, Sound Editing, Sound Mixing და Original Screenplay. +ორივე სიმღერა ფილმიდან, Audition (The Fools Who Dream) და City of Stars მიიღო ყველაზე კარგი ორიგინალური სიმღერის ნომინაციას. ლიონსგეიტის სტუდიამ 26 ნომინაცია მიიღო — უფრო მეტი ნომინაცია, ვიდრე ყველა სტუდიას. +კვირას საღამოს, შეერთებული შტატების პრეზიდენტმა, დონალდ ტრამპმა, პრესა-მდივანის საშუალებით გამოაცხადა, რომ შეერთებული შტატების სამხედრო ძალები სირიად გადიან. +განცხადება გამოქვეყნებული იქნა ტრამპის ტურქეთის პრეზიდენტს რეჩეპ ტაიიფ ერდოღანთან სატელეფონო საუბრის შემდეგ. +თურქეთი ასევე მიიღებს თავისუფლებას დაკავებული ისისის ჯგუფების დაცულებაზე, განაცხადებით, ევროპული ქვეყნები უარი მიიღებენ დაბრუნებას. +ეს არ მხოლოდ დაადასტურებს, რომ მინიმუმ ზოგიერთი დინოზაური ფერების გარეშე იყო, რაც უკვე გავრცელებულია თეორია, მაგრამ ასევე მოსახლეობს ფოსილების გენერალურად არ შეუძლიათ მიიღოს დეტალებს, როგორიცაა ცვალება და სამ მიმართულების გარეშე. +მეცნიერები განაცხადებენ, რომ ეს ცხოველის ფერის ზემოქმედება იყო წითელი-წითელი ზემოქმედება ზედა ნაწილზე და თეთრი ან კაროტენოიდური ფერის ზემოქმედება ქვემო ნაწილზე. +ასევე, მოწყობილობა აღმოჩენს ფრინველების ფერების ევოლუციის განხილვის შესახებ. +იმის გამო, რომ დინოზავრების ფერებს არ არსებობს კარგად განვითარებული სხეული, რომელიც რაჩის სახელად ცნობილია, მაგრამ მათ აქვს სხვა ფერების პარამეტრები — ბარბები და ბარბულები — მეცნიერებმა გადაწყვეტეს, რომ რაჩის განვითარება იყო სავარაუდო ევოლუციური განვითარება, რომლის შედეგადაც ამ სხვა ფერების პარამეტრები. +ფერების სტრუქტურა აღნიშნავს, რომ მათ არ იყო გამოიყენებული თვითმფრინავში, მაგრამ ტემპერატურის რეგულირებისა ან გამოყენებისთვის. მეცნიერებმა განაცხადეს, რომ მიუხედავად იმისა, რომ ეს არის ახალგაზრდა დინოზავრის სხეული, ჩანაწერების მიხედვით მათ აღნიშნავს ძველი ფერები და არა მცირე ფერები. +მეცნიერებმა განაცხადეს, რომ მიუხედავად იმისა, რომ ეს არის ახალგაზრდა დინოზავრის სხეული, წარმომადგენელი წარმოადგენს გარდაცვალებული ფერის სხეულის განსხვავების გარეშე, არა ბიძგის ფერის განსხვავების გარეშე. +გაზიანთეპში, ტურქეთში გასული დღეს დილის დასაწყისში მანქანის ბომბის გამოყენების შედეგად ორი პოლიციის ოფიცერი დაიღუპა და 20-ზე მეტი ადამიანი დაშავდა. +გუბერნატორის ოფისმა განაცხადა, რომ მოხდა პოლიციის ოფიცრების 19 ადამიანი. +პოლიციამ განაცხადა, რომ ისინი ბრალდებენ, რომ დაეშის (ISIL) მილიტანტი დანაშაულის შესახებ დანაშაულია. +მათ აღმოაჩინეს, რომ მწვანე სისტემაში ყველა ვარსკვლავის აქტივობა მისი ლუმინისცენციის, როტაციის და სხვების გარეშე მიმართულია. +ლუმინოსიტეტი და როტაცია ერთად გამოიყენება, რათა დაადგინონ მზის როსსბის ნომერი, რომელიც დაკავშირებულია პლაზმის მოძრაობას. +როსბის ნომერი უფრო მცირე იყო, აქტიურობა ვარსკვლავის მაგნიტური გადადების მიხედვით უფრო მცირე იყო. +მისი მოგზაურობის დროს, ივასაკი ბევრი შემთხვევაში პრობლემებს შეეწირა. +ის პირატების მიერ დაიღუპა, ტიბეტში ცხელი ძაღლის მიერ დაიღუპა, ნეპალში დაკავებული და ინდოეთში დაკავებული იქნა. +802.11n სტენდარტი ორივე 2.4Ghz და 5.0Ghz ფრექვენციაზე მუშაობს. +ეს აპირებს, რომ ის დაახლოებით კომპატიბელია 802.11a, 802.11b და 802.11g-თან, მიუხედავად იმისა, თუ ბაზის სტაციონარი რადიოს არსებობს. +802.11n-ის სიჩქარე თავისი წარმომადგენლების სიჩქარეს მეტი სწრაფია. მაქსიმალური თეორეტიკული მიღწევების სიჩქარე 600Mbit/s-ია. +დუვალი, რომელსაც ორი მამაკაციანი გარდაცვალებულია, მილერს, რომელსაც ისტორია დაკავშირებული იყო, არაფერი მნიშვნელობა არ დაადასტურა. +კომენტარის მიღების შემდეგ, მაილერმა განაცხადა: "მაიკი ბევრად საუბრობს სასამართლოს დროს...მე მიღებული იყო, ამიტომ არ მიიღო რეალურად, რასაც ის განაცხადა." +„ჩვენ ვცდილობთ, რომ 2020 წელს კარბონის ოქსიდის გამომწყვეტილება 2005 წლის ნაწილიდან მნიშვნელოვანი განსხვავებით შემცირდება,“ განაცხადა ჰუმ. +მას არ არჩეულა რაოდენობა შემცირებებზე, განაცხადა, რომ ისინი ჩინეთის ეკონომიკური მიღწევების გარეშე განხორციელდება. +ჰუმ მოუწოდა განვითარებულ ქვეყნებს, რომ უარი გამოიყენონ ძველი გზები, რომელიც პირველ ეტაპზე განადგურებს და მეორე ეტაპზე გამოსწორებს. +მან ასევე დაამატა, რომ "ისინი არ უნდა მიიღონ თავისი განვითარების სტადიის გარეშე, პასუხისმგებელობის და შესაძლებლობების გარეშე საჭიროების მიღება." +ირაკის კვლევის ჯგუფი დღეს დილის 12.00 საათზე გამოაქვეყნა თავისი ანგარიშები. +ის გაფრთხილებს, რომ არავინ ადამიანი არ შეუძლია დააფიქსიროს, რომ ირაკში ამ მომენტზე ჩატარებული ყველა აქტივობა შეუწყობს სექტორულ ომის და ძალადობის გაზრდას, ან ჩაოსის მიმართულებას. +ინფორმაციის ანგარიში იწყებს მოთხოვნას თავისუფლი დისკუსიის წარმატებით და შეერთებული შტატების მიერ პოლიტიკის მიმართულების სამხრეთ აღმოსავლეთის მიმართულების კონსენსუსის შექმნას. +ანგარიში ძალიან კრიტიკულია ყოველი ასპექტის მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების +78 რეკომენდაციის პირველია, რომ ახალი დიპლომატიური ინიციატივა უნდა ჩატარდეს ამ წელს დასასრულების წინ, ირაკის საზღვარების უსაფრთხოების დაცულებისა და დიპლომატიური ურთიერთობების განახორციელების განახორციელების განახორციელების განახორციელების განახორციელების განახორციელების განახორციელების განახორციელების განახორციელების განახორციელების განახორციელების განახორციელების განახორციელების განახორციელების განახორციელების განახორციელების განახორციელების განახორციელების განახორციელების განახორციელების განახორციე +ამჟამინდის სენატორი და არგენტინის პირველი დედი კრისტინა ფერნანდეს კირხნერმა გამოაცხადა გასული ღამეს თავისი პრეზიდენტობის კანდიდატურას ლა პლატას ქალაქში, რომელიც ბუენოს აირეს 50 კილომეტრის (31 მილის) დაშორებით არის. +ქირჩნერმა განაცხადა თავის მიზნებს არგენტინის თეატრში პრეზიდენტობის არჩევნებში მონაწილეობის მიზნას, ისეთ ადგილზე, სადაც მან 2005 წელს სენატის კამპანიის დაწყების დროს ბუენოს აირეს პროვინციის დელეგაციის წევრობით მონაწილეობდა. +დისკუსია დაიწყო კონტროვერსიის გამო, რომელიც გამოიწვია ჰურიკანის კატრინას შემდეგ დახმარების და რეკონსტრუქციის დაფინანსების შესახებ; რომელსაც ზოგიერთი ფინანსური კონსერვატიული მოსახლეობის სახელით "ბუშის ახალი ორლეანოს შეთანხმების" უწოდებს. +ლიბერალური კრიტიკა რეკონსტრუქციის მცდელობის ფოკუსირებულია ვაშინგტონის ინსიდერებს მიიღებულ რეკონსტრუქციის კონტრაქტებზე. +ოთხი მილიონი ადამიანი გადაიწყო რომაში, რათა მიიღოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს +ადამიანების რაოდენობა საკმაოდ დიდი იყო, რომ ყველა ადამიანს არ იყო შესაძლებელი წინააღმდეგობას მიიღოს წვეულებაზე წერილობის ტერიტორიაზე წერილობის ტერიტორიაზე. +რომელში რამდენიმე დიდი ტელევიზიო ეკრანი დაინსტალირებული იყო, რათა ხალხს სამუშაოების დასასრულების ღონისძიების მიღების შესაძლებლობა გაუმჯობეს. +იტალიის მრავალ სხვა ქალაქში და მსოფლიოს სხვა ქვეყნებში, განსაკუთრებით პოლონეთში, სხვადასხვა განსხვავებული ადგილები შექმნილი იყვნენ, რომლებიც დიდი რაოდენობის ადამიანების ყურადღებას მიიღო. +ისტორიების ექსპერტებმა წარმოადგენდნენ წარსული ფედერალური ბიუროს პოლიტიკების კრიტიკას, რადგან რესურსების მიმართულება ადგილობრივი შემთხვევის შესახებ შესახებ შემთხვევებზე, განსაკუთრებით დაკავებული ავტომობილების შესახებ შემთხვევებზე, იმ მიზნით, რომ აგენტურის წარმატების რაოდენობა უზრუნველყო. +კონგრესმა 2005 წლის ფინანსურ წელს დაიწყო საუბედური ინიციატივის ფინანსირება და განაცხადა, რომ ფედერალური ბიუროს მასწავლებელი პორნოგრაფიის გამოყენებისთვის უნდა მიიღოს 10 აგენტი. +რობინ უტჰაპამ გამარჯვების უმაღლესი მიღწევა დააკავეს, 70 რუნს მხოლოდ 41 ბოლის განმავლობაში, მიღწევის 11 მოთამაშეს და 2 მოთამაშეს მიღწევის მიღწევის მიღწევის მიღწევის მიღწევის მიღწევის მიღწევის მიღწევის მიღწევის მიღწევის მიღწევის მიღწევის მიღწევის მიღწევის მიღწევის მიღწევის მიღწევის მიღწევის მიღწევის მიღწევის მიღწევის მიღწევის მიღწევის მიღწევის მიღწევის მიღწევის მიღწევის მიღწევის მი���� +მეორე რიგის ბატერმანებმა, საჩინ ტენდულკარმა და რაჰულ დრავიდმა, კარგად იმუშაოდებდნენ და შექმნა ათწლეული რუნის პარტნიორობა. +მაგრამ, მას შემდეგ, რაც კაპიტანის ვიკეტი დაიმსახურა, ინდოეთმა მხოლოდ 36 რუნს გამოიყენა და 7 ვიკეტი დაიმსახურა, რათა დასრულოს ინნინგს. +შეერთებული შტატების პრეზიდენტმა, ჯეორჯ ვილიამ ბუშმა 16 ნოემბერს დილის დასაწყისში სინგაპურში მიღწევა, დაიწყო ერთი კვირის განმავლობას აზიაში. +იგი სინგაპურის თავმჯდომარე პრემიერ მინისტრის ლი ჰსიენ ლოუნგთან ერთად ტრანსპორტის და ტერორიზმთან დაკავშირებული პრობლემები განიხილა. +რამდენიმე კვირის შემდეგ, რაც ბატონი ბუში მიმდინარე არჩევნების შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევ +პრემიერ მინისტრი სტივენ ჰარპერმა დაადასტურა, რომ მისი მთავრობის "წინააღმდეგე ოქროს კანონმდებლობის შესახებ" გაერთიანებული პარტიების კომიტეტის მიერ გამოყენება, მას შემდეგ მეორე წინააღმდეგების მიღების შემდეგ, ორშაბათის 25 წუთიანი შეხვედრის შემდეგ პრეზიდენტის ოფისში ჯეკ ლეიტონთან. +ლეიტონმა პრემიერ მინისტრთან შეხვედრის დროს კონსერვატიულ პარტიის ეკოლოგიური კანონის ცვლილებების მოთხოვნას გამოიწვია, მითხრა, რომ კონსერვატიულ პარტიის ეკოლოგიური კანონის საკმაოდ და სრული განახორციელება საჭიროა. +მიუხედავად იმისა, რომ ფედერალურმა ხელისუფლებამ დაიწყო მიერსის საავადმყოფოს დაფინანსების მიღება დევონპორტში, ტასმანიაში, სახელმწიფო ხელისუფლება და ზოგიერთი ფედერალური პარლამენტის წევრი კრიტიკულად ეწინააღმდეგეს ეს აქტი, რადგან ეს აქტი წინააღმდეგებს ფედერალურ არჩევნებს, რომელიც ნოემბერში მოხდება. +მაგრამ პრემიერ მინისტრმა ჯონ ჰოვარდმა განაცხადა, რომ აქტი მხოლოდ განაცხადებს, რომ ტასმანიის მთავრობის მიერ ჰოსპიტალის ცენტრები არ იქნება გაუმჯობესებული, მიუხედავად ავსტრალიის აუსტრალიის დოლარის 45 მილიონ აუსტრალიის დოლარის დაფინანსების მიღების შემთხვევაში. +უახლესი ინფორმაციის თანახმად, საზღვარი დონის მიღება აღნიშნავდა, რომ ცუნამი გამოიწვია. პაგო პაგოსა და ნიუეს მიმდებარედ აღნიშნული ცუნამის აქტივობა დაკავებული იყო. +ტონგაში არ აღმოჩნდა მნიშვნელოვანი დაზიანებები ან ტრავმები, მაგრამ ელექტროენერგეტიკური ენერგეტიკა დარჩენილი იყო, რაც თონგელ ადმინისტრაციის მიერ მიღებული ცუნამის გაფრთხილების მიღება შეუძლებელი გახდა. +ოთხი სკოლა ჰავაიში, რომლებიც სანაპირო ზონაზე ან მიმდინარე ადგილებზე არის მდებარეობით დაფუძნებული, ოთხშაბათს დაკავებული იქნა, მიუხედავად იმისა, რომ გაფრთხილები გამოიყენებული იყო. +შეერთებული შტატების პრეზიდენტმა, ჯეორჯ ვილიამ ბუშმა გამოცხადებას მიიღო. +ბუშის პრეს-მდივანმა გორდონ ჯონდრომ წარმოადგენს ჩრდილოეთ კორეის პირობებს, როგორც "მნიშვნელოვან გადაწყვეტილებას კორეის ნახევარკუნძულის განიარაღების დენუკლიარიზაციის მიღების მიზნით." +დღეს ატლანტიკ ოკეანში აღმოჩნდა ატლანტიკის ქარიშხლის სეზონის მე-ათეული ქარიშხლი, სუბტროპიკული ქარიშხლი ჯერი. +საერთაშორისო ქარიშხლის ცენტრი (NHC) განაცხადა, რომ ამ მომენტში ჯერის არ არსებობს მიწისძვრის საფრთხი სამწუხაროში. +შეერთებული შტატების ინჟენერების კორპუსი განაცხადა, რომ 6 დუიმამდე წვიმის მიღების შემთხვევაში შეიძლება გამოიყენოს წინა დანაშაულებული დარღვევები. +მე-9 რაიონი, რომელიც ჰურიკანის კატრინას დროს 20 ფუტით მაღალი წყალის შემცირების შემთხვევის შემთხვევაში იყო, ამჟამად მიწისძვრის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევი +წყარო 100 ფუტით დაბალი სექციის გარეშე წყალდიდობის შემცირებას გამოიწვია. +კომუნების ადმინისტრატორმა, ადამ კერდენმა გამოაწყო თავისი გაბრაზება, როდესაც ის ბოლო თვეზე ვიკინევსთან საუბრობდა. +„ის [უელსი] ჩვეულებრივ წარმოადგენდა ჩვეულებრივი წინააღმდეგების გამო. პირველი დროს, როდესაც წარმოადგენდა, რომ ეს იყო იურიდიული მიზეზების გამო. მეორე დროს, როდესაც წარმოადგენდა, რომ ის ჩვეულებრივად წინააღმდეგობდა ჩვეულებრივი წინააღმდეგების გამო. მეორე დროს, როდესაც წარმოადგენდა, რომ ის ჩვეულებრივად წინააღმდეგობდა ჩვეულებრივი წინააღმდეგების გამო. მეორე დროს, როდესაც წარმოადგენდა, რომ ის ჩვეულებრივად წინააღმდეგობდა ჩვეულებრივი წინააღმდეგების გამო. მეორე დრო +საზოგადოების გაცნობიერება გამოიწვია ამჟამინდის მცდელობებს სექსუალური ინფორმაციის პოლიტიკის შექმნას ინტერნეტ-საიტზე, რომელზეც მილიონები საწყისი ლიცენზიის მედია არსებობს. +მუშაობის უმეტესობა თეორეტიკული იყო, მაგრამ პროგრამა დაწერებული იყო, რათა საგიტარიუსის გალაქტიკის მიმართულებების მიღების შესახებ. +გუნდის მიმართული ეფექტი გამოიწვევდა ტიდალური ძლების გამოწვევის შედეგად, რომელიც გამოიწვევდა მეტაგალაქტიკის სისხლის მატერიის შორის და მეტაგალაქტიკის სისხლის მატერიის შორის. +ისევე, როგორც მთვარი მოძრაობს მიწისძვრებს მიწისძვრებს მიწისძვრებს მიწისძვრებს მიწისძვრებს მიწისძვრებს მიწისძვრებს მიწისძვრებს მიწისძვრებს მიწისძვრებს მიწისძვრებს მიწისძვრებს მიწისძვრებს მიწისძვრებს მიწისძვრებს მიწისძვრებს მიწისძვრებს მიწისძვრებს მიწისძვრებს მიწისძვრებს მიწისძვრებს მიწისძვრებს მიწისძვრებს მიწისძვრებს მიწისძვრებს მიწისძვრებს მიწისძვრებს მიწისძვრებს მიწისძვრებს მიწისძვრებს მიწისძვრებს მიწისძვრებს მიწისძვრებს მიწისძვრებს მიწი +მეცნიერებმა შეეძლებდნენ განაცხადოს, რომ სამწუხარო მატერიალი სხვა სამწუხარო მატერიალს ასევე, როგორც რეგულარული მატერიალი სხვა რეგულარულ მატერიალს აფექტს. +ეს თეორია განაცხადებს, რომ გალაქტიკის მიმდინარეობის უმეტესი სიამოვნები გამოიყენება გალაქტიკის მიმდინარეობის ჰალოს განსხვავებით და არის შექმნილი ბევრი მცირე პარტიკისგან. +სატელევიზიო ანგარიშების თანახმად, საქმის ადგილიდან თითქმის თვითმფრინავით თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის თითქმის +ადგილობრივი ადმინისტრაციის წარმომადგენლები მასწავლებების მიმდინარეობის მოსახლეობებს უთხრეს, რომ იმყოფებიან შენობაში და აეროკონდიციერების გამომწყვეტიან. +იაპონიის ატომური ენერგეტიკის სამსახურის მიერ აღნიშნულია, რადიოაქტიური ცეზიუმი და იოდი აღმოაჩინეს პროექტში. +ხელისუფლების წარმომადგენლები განაცხადებენ, რომ ეს განაცხადებს იმას, რომ ადგილზე მიწისძვრის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის +დოქტორ ტონი მოლიმ გამოაყენა სამხრეთ აფრიკის რეგიონში, კვაზულუ-ნატალში გამოიყენებული ექსტრემალური ნარკოტიკების რეზისტენტური ტუბერკულოზის (XDR-TB) გამოყენება. +ინტერვიუში მან განაცხადა, რომ ახალი ვარიანტი "ძალიან ძალიან სერიოზულია და საფრთხია, რადგან ძალიან მაღალია სიკვდილითი რიცხვი." +რამდენიმე პაციენტი შეიძლება მიიღო ვირუსი საავადმყოფოში, გეგმავს დოქტორ მოლი, და ასევე, ოდნავ პაციენტი იყო საავადმყოფოს სამედიცინო თანამშრომლობის წევრი. +ერთი წლის განმავლობაში, ინფიცირებული ადამიანი შეიძლება ინფიციროს 10-დან 15 ახლო კონტაქტს. +თუმცა, XDR-TB-ის პროცენტი ტუბერკულოზიის ყველაზე მეტი ადამიანთა ჯგუფში, რომლებსაც ტუბერკულოზია აღმოჩნდა, აღნიშნულად დაბალია. 330,000 ადამიანის ჯგუფში, სამხრეთ აფრიკის მიმდინარე რეგიონებში, რომლებსაც ტუბერკულოზია აღმოჩნდა რამდენიმე მომენტის განმავლობაში, 6,000 ადამიანი იყო ინფიცირებული. +ორი სატელიტი, რომელიც 1,000 ფუნტზე მეტი იყო, და რომელიც 17,500 მილზე მეტი სიჩქარით მოძრაობდა, 491 მილზე მეტი მიწისძვრა მიიღო. +მეცნიერები განაცხადებენ, რომ შემთხვევის შედეგად გამომწყვეტილებული აღმოჩენა მასიური იყო. +მათ წყაროდ ცდილობენ, როგორ დიდი იყო შეჯახება და როგორ მიიღო მიწისძვრა მიწაზე. +შეერთებული შტატების სამხედრო სამინისტროს სტრატეგიული კომანდის წარმომადგენლები გამოიყენებენ დანაშაულების მონიტორინგს. +ანალიზის შედეგები საჯარო ვებ-გვერდზე გაჩერება. +პიტსბურგის ბავშვების საავადმყოფოში მედიცინის სპეციალისტი, რომელიც ოჯახური მკვლელობის მიღწევად დაადანაშაულეს, ოჯახური მკვლელობის მიღწევად დაადანაშაულეს, ოჯახური მკვლელობის მიღწევად დაადანაშაულეს, ოჯახური მკვლელობის მიღწევად დაადანაშაულეს, ოჯახური მკვლელობის მიღწევად დაადანაშაულეს, ოჯახური მკვლელობის მიღწევად დაადანაშაულეს, ოჯახური მკვლელობის მიღწევად დაადანაშაულეს, ოჯახური მკვლელობის მიღწევად დაადანაშაულეს, ოჯახური მკვლელობის მიღწევად დაადანაშაულეს, ო�� +დოქტორ მალარ ბალასუბრამანიანი, 29 წლის, აღმოაჩინა ბლუ აშში, ოჰაიოს შტატში, კინცინატის ჩრდილოეთით დაახლოებით 15 მილის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძ +მან ოფიცრებს მისი შავი ოლდსმობილი ინტრიგის მიმართ, რომელიც 500 ფუტით დაახლოებით იყო. +ამ ადგილზე მათ აღმოაჩინეს საროჯა ბალასუბრამანის სხეული, რომელიც სისხლით დაკავშირებული მიღწეულებით დაკავშირებული იყო. +პოლიციამ განაცხადა, რომ სხეული დაახლოებით ერთი დღე იყო ადგილზე. +ის სეზონის პირველი შემთხვევები ივლის ბოლო რამდენიმე დღეს აღმოჩნდა. +ღამურების საშუალებით ადამიანებზე გადაწყვეტილებული იქნება ის, რომელიც ღამურების საშუალებით გადაწყვეტილებული იქნება ღამურების საშუალებით გადაწყვეტილებული იქნება ღამურების საშუალებით გადაწყვეტილებული იქნება ღამურების საშუალებით გადაწყვეტილებული იქნება ღამურების საშუალებით გადაწყვეტილებული იქნება ღამურების საშუალებით გადაწყვეტილებული იქნება ღამურების საშუალებით გადაწყვეტილებული იქნება ღამურების საშუალებით გადაწყვეტილებული იქნება ღამურების საშუალებით გადა�� +ეპიდემიის გამოწვეულება ინდოეთის მთავრობის მიერ გამოიწვია მიმდინარე მერებს, როგორიცაა სერიოზულად დაზიანებულ ტერიტორიებში ღორების მოწყობის გამოყენება, ათასობით მოღვაწეულის კუთხის გამოყენება და განიარაღების სპრეიერების გამოყენება. +ხელისუფლებამ ასევე მიიღებს სხვა მილიონები ენცეფალიტის ვაქცინის ფლაში, რაც დაეხმარებს სამედიცინო ორგანიზაციებს მომავალი წელის მიმართულებისთვის. +იმ წელს, როდესაც ვაქცინების გამოყენების გეგმები დაიწყეს, ფინანსების ნაკლებადობის გამო და სხვა დაავადებების პრიორიტეტის დაბალობის გამო, გადადებული გადაწყვეტილება გამოიწვია. +1956 წელს სლანია შვედეთში გადაიწყო, სადაც სამი წელის შემდეგ ის შვედეთის საფოსტო ორგანიზაციის მუშაობას დაიწყო და მათი უმაღლესი გრავირი გახდა. +მან 1,000-ზე მეტი სტამპი შვედებისთვის და 28 სხვა ქვეყნისთვის შექმნა. +მისი სამწუხარო სამწუხარო და დეტალური ხარისხის გამოცდილებით, მან ერთ-ერთიანია ფილატელისტების ყველაზე მცირე რაოდენობაში, რომლებიც მის სამწუხარო საკუთარი კოლექციების შექმნაზე სპეციალიზირებულია. +მისი 1000-ე სტამპი დავიდ კლოკერ ერენშტრალის მაგნიფიკური წარმოადგენს 2000 წელს გამომწყვეტილებულ სუედური მეფეების დიდი გამომწყვეტებების სახელით, რომელიც მოწყობილია მსოფლიო რეკორდების წერილობის წყაროში. +მას ასევე იყო დაკავებული ბანკნოტების გრავირება რამდენიმე ქვეყნისთვის, მათ შორის ახალი კანადის 5 დოლარიანი და 100 დოლარიანი ბანკნოტების პრემიერ მინისტრის პორტრეტების გამოყენება. +ავარიის მიღების შემდეგ, ჯიბსონი საავადმყოფოში დაიღუპა, მაგრამ მას შემდეგ მცირე ხნის შემდეგ გარდაიცვალა. +64 წლის მანქანის მძღოლი ავარიის შედეგების გარეშე არ დაშავდა. +ავტომობილი ისეთი დღეს, დაახლოებით 1200 საათზე GMT დროს ავარიის ადგილიდან გამოიყენებული იქნა. +ადამიანი, რომელიც ავარიის მიღების ადგილის გარაჯებში მუშაობდა, განაცხადა: "ბავშვები იყვნენ მიმდინარე ქუჩის გადაწყვეტილებად და ყველა ბავშვი ყვირილებდა და ყვირილებდა." +მათ ყველაფერი დაბრუნდნენ ინციდენტის ადგილიდან. +ბალის აგენდაზე სხვა თემატიკა მოიცავს მსოფლიოს დარჩენილ ღამურების შენარჩუნებას და ტექნოლოგიების გაერთიანებას, რათა დახმარებინათ განვითარებულ ქვეყნებს, რომლებსაც უფრო მცირე პოლუტანტური გზებით განვითარება. +გაერთიანებული ერებები ასევე იმედოვნებს, რომ დაასრულონ ფონდი, რათა დაეხმარონ ქვეყნებს, რომლებსაც გლობალური ცივილების შედეგების შედეგად მოხდა პრობლემები, თავისი პრობლემების გამოყენების შესახებ. +ფული შეიძლება იყოს გამოყენებული წყალდიდობის უფრო კარგი მენეჯმენტისთვის, ხელოვნური მიღწევების განსხვავებისთვის და წყალდიდობის უფრო კარგი მენეჯმენტისთვის და წყალდიდობის უფრო კარგი მენეჯმენტისთვის და წყალდიდობის უფრო კარგი მენეჯმენტისთვის და წყალდიდობის უფრო კარგი მენეჯმენტისთვის და წყალდიდობის უფრო კარგი მენეჯმენტისთვის და წყალდიდობის უფრო კარგი მენეჯმენტისთვის და წყალდიდობის უფრო კარგი მენეჯმენტისთვის და წყალდიდობის უფრო კარგი მენეჯმენტისთვის და � +ფლუკი დააწერა, რომ რამდენიმე ადამიანის მცდელობის გარეშე, ქალების ჯანმრთელობის შესახებ ინფორმაციის გამოყენება არ იყო წარმატებული. +მას ეს გადაწყვეტილება გამოიწვია რამდენიმე მეტი პოზიტიული კომენტარის და წინააღმდეგების გამოყენების შედეგად, რომლებიც მისთვის გამოჩენილი იყო ორივე სხეულის ინდივიდების მიერ, რომლებსაც უთხრეს, რომ კონტრაცეპციის მედიკამენტები უნდა იყოს სამედიცინო საჭიროების ნაწილი. +როდესაც ბრძოლების დასრულება მოხდა მას შემდეგ, რაც დაზარალებულები საავადმყოფოში დაიწყო, დაახლოებით 40 ადამიანი დარჩენილი დაკავებულების სხეულებში დარჩა და უარყო დაბრუნებას. +მოლაპარაკებელებმა ცდილობდნენ შესაბამისი შესახებ, მაგრამ პატიმრების მოთხოვნები არ არის განსხვავებული. +10:00-11:00 საათზე დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლეთ დასავლე +მას შემდეგ, ოფიცრები, რომლებიც იყენებდნენ რიოტის მატერიალებს, ეწინააღმდეგეს სადგურს და ტერი გაზის მიღწევის შემთხვევაში პატიმრებს დამყარებდნენ. +სასწრაფო დახმარების ჯგუფებმა საბოლოოს 11:35 საათზე განადგურდნენ ცეცხლს. +1963 წელს განახორციელებული დაწესებულის შემდეგ, სეზონური წყალდიდობები, რომლებიც წყალის მიმდინარეობის მასშტაბით სედიმენტის გამოყენების შესაძლებლობას გააჩნიათ, შეიწყვეტილებული იქნა. +ეს სედიმენტი საჭირო იყო სანდბარების და სანაპიროების შექმნისთვის, რომლებიც ცხოველების ცხოვრების ადგილი იყო. +შედეგადაც, ორი წყალობის სახეობა არ არსებობს დღეს, და ორი სხვა სახეობა საფრთხის სიტუაციაა, მათ შორის ჰუმბაკის ჩუბის სახეობა. +მიუხედავად იმისა, რომ წყალის დონი მხოლოდ რამდენიმე ფუტით გაიზარდება წყალდიდობის შემცირების შემდეგ, ხელისუფლების წარმომადგენლები იმედოვნებენ, რომ ეს მარტივი იქნება წყალდიდობის შემცირების შემდეგ წყალდიდობის შემცირების შემდეგ წყალდიდობის შემცირების შემდეგ წყალდიდობის შემცირების შემდეგ წყალდიდობის შემცირების შემდეგ წყალდიდობის შემცირების შემდეგ წყალდიდობის შემცირების შემდეგ წყალდიდობის შემცირების შემდეგ წყალდიდობის შემცირების შემდეგ წყალდიდობის შემცირების შემდეგ +ტსუნამის საფრთხის განცხადების გარეშე, იაკარტას გეოფიზიკური სამსახურის თანახმად, ტსუნამის საფრთხის განცხადების გამოყენება არ მოხდება, რადგან მიწისძვრა 6.5 მაგნიტუდის მიწისძვრის მოთხოვნას არ მიიღო. +მიუხედავად იმისა, რომ ცუნამის საფრთხი არ არსებობდა, მოსახლეობი დაიწყეს პანიკას და დაიწყეს თავიანთი ბიზნესი და სახლები. +მიუხედავად იმისა, რომ ვინფრეი დაბრუნების მიმართულების დროს ტირილი იყო, მან მის ფანებს განაცხადა, რომ ის დაბრუნდება. +„ეს არ არის გულისხმობა. ეს ერთი კაპიტოლის დასრულებაა და ახალი კაპიტოლის წარსულებაა.“ +ნამიბიის პრეზიდენტობის და პარლამენტობის არჩევნების ფინალური შედეგები განაცხადეს, რომ ამჟამად პრეზიდენტი, ჰიფიკეპუნი პოჰამბა, დიდი მიმართულებით არჩეული იქნა. +სამხრეთ დასავლეთ აფრიკის ხალხის ორგანიზაცია (SWAPO) ასამბლეის არჩევნებში ასეთ მნიშვნელობას აჩვენა ასამბლეის არჩევნებში. +კოალიციის წევრები და აფგანელები დაიწყეს ადგილას, რათა უზრუნველყონ ტერიტორიას და სხვა კოალიციის თვითმფრინავები გაეწევეს დახმარებისთვის. +კატასტროფა მთების ტერიტორიაზე მაღალ ადგილზე მოხდა და საფრთხია, რომ მისი შედეგად იყო საბრძოლო ცეცხლის გამოყენება. +კატასტროფის ადგილის ძებნასთან დაკავშირებული მცდელობები წარმოადგენს ცუდი სიამოვნებისა და მძიმე ტერიტორიის წინააღმდეგებას. +მედიცინური ჩარიტის ორგანიზაცია მანგოლა, მედიცინების საზღვარების ორგანიზაცია და მსოფლიო საზღვარების ორგანიზაცია განაცხადებს, რომ ეს ქვეყნის ყველაზე ცუდი ეპიდემიაა. +Medecines Sans Frontiere-ს პრეს-მდივანმა, რიჩარდ ვეერმანმა განაცხადა: "ანგოლა მიმდინარეობს თავის ყველაზე ცუდი ეპიდემიის მიმართულობაზე და ანგოლაში მდგომარეობა ძალიან ცუდია," განაცხადა მან. +თამაშები დაიწყეს 10:00 საათზე, საკმაოდ კარგი სიამოვნებით და გარდა საათის დასაწყისი წვიმების გარეშე, რომლებიც სწრაფად გამოუკეთებული იყვნენ, წარმატებითი დღე იყო 7-ის რაგბისთვის. +ტურნირის უმაღლესი სეედები, სამხრეთ აფრიკის მოთამაშებმა სწორედ დაიწყეს, როდესაც მათ კომფორტული 26-00 გამარჯვებით გამარჯვეს მე-5 სეედის ზამბიის მოთამაშებს. +სამხრეთ აფრიკის მოთამაშეები თავიანთი სამხრეთის სესტერებთან თამაშის დროს განსაკუთრებით რუსტული იყვნენ, თუმცა ტურნირის პროგრესირების განმავლობაში სამხრეთ აფრიკის მოთამაშეები სტაბილურად გაუმჯობესეს. +მათი დისციპლინირებული დეფენზე, ბურთის მართლმსაჯულების უნარის და კარგი გუნდის მუშაობის შედეგად, მათ განიხილავდნენ და განაცხადა, რომ ეს გუნდი გამარჯვება. +ამსტერდამის ქალაქის წარმომადგენლები და ანე ფრანკის მუზეუმის წარმომადგენლები განაცხადებენ, რომ ხე ფუნგუსით ინფიცირებულია და საზოგადოებრივი საჭიროების საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხის საფრთხ +ის ორშაბათს ჩატარებული იყო, მაგრამ საემერგებო სასამართლოს გადაწყვეტილების შემდეგ დაშავდა. +ყველა მღერას, რომლებიც წარწერებული იყვნენ „სამი ქალი“, მინიმუმ 100 და 250 მეტრიანია (328 და 820 ფუტიანი). +ინფრაწითელი სურათები აღნიშნავს, რომ ღამის და დღეს ტემპერატურის ცვლილებების შედეგად ისინი კავებიან. +„ისინი დღეს უფრო ცუდია და ღამის განმავლობაში უფრო ტემპერატურულია. +მათი ტერმოდინამიკური ხარისხი არ არის სტაბილური, როგორც დიდი კავები, რომლებიც ხშირად უფრო კონსტანტური ტემპერატურას განახორციელებს, მაგრამ ის კონსისტენტურია ამისთვის, რომ ისინი ძლიერი ღრუბლებია მიწისძვრის მიღებისას," განაცხადა გლენ კუშინგი, ამერიკის გეოლოგიური გამოძიების სამსახურის (USGS) ასტროგეოლოგიური გუნდის წევრი და არიზონას ჩრდილოეთის უნივერსიტეტის მეცნიერი, რომელიც მდებარეობს ფლაგსტაფში, არიზონაში. +ფრანგეთში ხმის მიღება ტრადიციულად იყო დაბალი ტექნოლოგიების გამოყენების გამოცდილება: ხმის მიღების დროს ხმის მიღწეველები თავიანთი გამოცდილების გამოცდილების საშუალების გამოყენების საშუალების გამოყენების საშუალების გამოყენების საშუალების გამოყენების საშუალების გამოყენების საშუალების გამოყენების საშუალების გამოყენების საშუალების გამოყენების საშუალების გამოყენების საშუალების გამოყენების საშუალების გამოყენების საშუალების გამოყენების საშუალების გამოყენების საშუალების გამოყენე +ოფიციალური პირები ადამიანის იდენტიტეტის აღიარების შემდეგ, ადამიანმა ჩატარებს წყარო ბიულეტენის მიღების დონეზე და აღიარებს ხმის რეზულტატების ჩანაწერებს. +ფრანგულ არჩევნების კანონმდებლობის თანახმად, არჩევნების პროცესი ძალიან სტრიქტურულად კოდიფიცირება. +1988 წელს წარმოადგენს, რომ არჩევნების დასასრულების დასაწყისში არ არსებობს ენველოპები და არჩევნების დასასრულების დასასრულების დასაწყისში არ არსებობს ენველოპები, გარდა არჩევნების დასასრულების დასასრულების დასაწყის დასაწყის დასაწყის დასაწყის დასაწყის დასაწყის დასაწყის დასაწყის დასაწყის დასაწყის დასაწყის დასაწყის დასაწყის დასაწყის დასაწყის დასაწყის დასაწყის დასაწყის დასაწყის დასაწყის დასაწყის დასაწყის დასა� +კანდიდატებს არის შესაძლებელი გამოიყენოს წარმომადგენლებს ყველა ფაზაზე პროცესის განხილვისთვის. ღამის შემთხვევაში, ხელოვნები თანამშრომლების მიერ აღწერება განხილვის შესაბამისად, სპეციფიური პროცედურების მიხედვით. +2007 წელს, ტაივანის ინფორმაციური ტექნოლოგიების თვეების დროს, ASUS Eee PC-ი, რომელიც გამოყენებული იყო მსოფლიოს მასშტაბით კოსტის შემცირებისა და ფუნქციონალური ფაქტორების გამოყენების გამო, გახდა ახალი თემატიკა. +მაგრამ მომხმარებელი ბაზარი ლაპტოპის კომპიუტერზე განსხვავებული და ცვლილებული იქნება, მას შემდეგ, რაც 2007 წელს ჩინეთის რესპუბლიკის მთავრობის ექსეკუტიური იუანის მიერ ასუსი მიიღო ტაივანის უსაფრთხოების ჯილდოს. +სატელევიზიო კანალის ვებ-გვერდზე აღნიშნულია, რომ გამოსვლა არის "ძველი სკოლის რადიო თეატრის ახალი და გამარჯვებული ვერსია!" +წინა დღეებში, შოუ მხოლოდ ინტერნეტ რადიო საიტზე TogiNet Radio-ზე იყო გამოყენებული, საიტზე, რომელიც მიმდინარეობს საუბრის რადიოსთვის. +2015 წლის მეორე ნახევრებში, TogiNet-მა ასტრონეტ რადიო აღმოაჩინა დამოუკიდებელ სტაციას. +ორიგინალურად, სერიალში წარმოადგენდა ამატეური ხმის აქტორები, რომლებიც აღმოჩნდნენ აღმოსავლეთ ტეხასში. +სასამართლო ჯანდაცვის ოფიცრებს ბიშკეკის ქუჩებზე არ იყო არსებული, ამიტომ ჯანდაცვის შემთხვევები წინა ერთი ღამის განმავლობაში გაგრძელდა. +ერთ-ერთი მოხსენების თანახმად, ბიშკეკი აღმოჩნდა "ანარქიის" მდგომარეობაში, რადგან ადამიანების ჯგუფები მოძრაობდნენ ქუჩებზე და საკუთარი წყაროების მაღაზიების გაყალბების შესახებ. +რამდენიმე ბიშკეკის მოქალაქე სამხრეთის მოქალაქეებს ბრალდებს არაკანონობის გამო. +სამხრეთ აფრიკის გუნდმა გამარჯვებულა ალლ ბლეკს (ახალი ზელანდიის გუნდი) რაგბის ეროვნულ ლიგის საერთაშორისო თამაშებში როიალ ბაფოკენგ სტადიონზე რუსტენბურგში, სამხრეთ აფრიკაში. +ფინალური შედეგი იყო ერთი ქულის გამარჯვება, 21-20, და დაასრულა ალლ ბლეკსის 15 თამაშის გამარჯვების სერიას. +სპრინგბოკებისთვის, ეს დაასრულა ხუთი მატჩის გამარჯვების სერიას. +ეს იყო ფინალური მატჩი ალლ ბლეკსისთვის, რომლებიც უკვე ორი კვირის წინ გამარჯვებული თასი მიიღო. +სერიის ფინალური მატჩი მოხდება ჯოჰანნესბურგში, ელის პარკში, მომდევნო კვირას, როდესაც სპრინგბოკები ავსტრალიას ითამაშებენ. +მოდერატული მიწისძვრა მოხდა დასავლეთ მონტანას 10:08 საათზე ორშაბათს. +აშშ-ს გეოლოგიური გამოძიების სამინისტროს (USGS) და მისი ეროვნული მიწისძვრის ინფორმაციის ცენტრის მიერ არ მიღებულა თანამედროვე ინფორმაცია დანაშაულების შესახებ. +მიწისძვრა დილონის ჩრდილოეთ-აღმოსავლეთით დაახლოებით 20 კილომეტრი (15 მილი) და ბუტის სამხრეთით დაახლოებით 65 კილომეტრი (40 მილი) დაახლოებით მდებარეობდა. +ფრანგეთის აღმოსავლეთ ნაწილში, ლიონის მიმდებარედ წყალდიდობის ტერიტორიაზე, მონახულების დღეს გამოიყენებული დაღუპული წყალდიდობის მოწყობილობის გამოყენების შემთხვევაში, აღმოჩენილი იქნა, რომ წყალდიდობის მოწყობილობის გამოყენების შემთხვევაში, წყალდიდობის მოწყობილობის გამოყენების შემთხვევაში, წყალდიდობის მოწყობილობის გამოყენების შემთხვევაში, წყალდიდობის მოწყობილობის გამოყენების შემთხვევაში, წყალდიდობის მოწყობილობის გამოყენების შემთხვევაში, +ფრანგეთი ევროკავშირში მე-7 ქვეყანაა, რომლებსაც ეს ვირუსი გამოიწვია; მეორედ ავსტრალია, გერმანია, სლოვენია, ბულგარეთი, გრეცია და იტალია. +ჩრდილოეთ სამეფოში და დანიაში გამოიყენებული H5N1 ვირუსის შესახებ შემთხვევები უარი დადასტურებული. +ჩამბერსმა წინააღმდეგებდა ბოჭს იმისთვის, რომ მისი წინააღმდეგების მიწისძვრის, განადგურებისა და ტერორიზაციის მიზნით მილიონების მიწისძვრისა და განადგურების მიზნით მილიონების მიწისძვრისა და განადგურების მიზნით მილიონების მიწისძვრისა და განადგურების მიზნით მილიონების მიწისძვრისა და განადგურების მიზნით მილიონების მიწისძვრისა და განადგურების მიზნით მილიონების მიწისძვრისა და განადგურების მიზნით მილიონების მიწისძვრისა და განადგურების მიზნით მილიონების მიწისძვრისა და განადგურების მიზნით მ +ჩემბერსი, აგნოსტი, აღნიშნავს, რომ მისი სასამართლო წინააღმდეგება „არასერიოზულია“ და „ყველა ადამიანი სასამართლოს წინააღმდეგებს ყველა ადამიანს“. +ფრანგულ ოპერაში, კამილ საინტ-სენსის მიერ წარსულებული ისტორიის თანახმად, ხელოვნების მწვანე არტისტის ცხოვრების სიტუაცია აღნიშნულია, რომლის ცხოვრების სიტუაცია დაკავშირებულია ნარკოტიკებთან და ჩინეთთან. +ამ შედეგების თანახმად, მონაწილეები სცენაზე ნარკოტიკების ნაბიჯებს მიღწევენ, და თეატრი საკუთარი აუდიტორიის მიღწევას უწყობს. +წარმომადგენლობის სპიკერის წევრის, ნიუტ გინგრიჩის, ტეხასის გუბერნატორის რიკ პერის და კონგრესის წევრის მიშელ ბაჩმანის შედეგები არის მეოთხე, მეხუთე და მეექვსე ადგილი. +შედეგების მიღების შემდეგ, გინგრიჩმა სანტორუმს აღმოჩნდა, მაგრამ რომნეის წინააღმდეგ სერიოზული სიტუაცია გამოიწვია. იოვაში გინგრიჩის წინააღმდეგ ნეგატიური კამპანიის რეკლამები აღმოჩნდა. +პერიმ განაცხადა, რომ ის "დაბრუნდება ტეხასში, რათა გააჩნიათ დღეს ჩატარებული კონვენციიის შედეგები, დაადგინოს თუ არ არსებობს გზა ჩემთან წინააღმდეგობაში ამ არჩევნებში", მაგრამ მას შემდეგ განაცხადა, რომ ის რბოლაში დარჩებს და 21 იანვარს სამხრეთ კაროლინას პრეზიდენტობის არჩევნებში მონაწილეობს. +ბაჩმანმა, რომელმაც აგვისტოში გამარჯვებული იყო ამესის სტროუპოლის არჩევნები, გადაწყვიტა თავისი კამპანიის დასრულება. +ფოტოგრაფის ტრანსპორტირება რონალდ რეაგანის UCLA სამედიცინო ცენტრში მოხდა, სადაც მას შემდეგ გარდაიცვალა. +მან 20 წლამდე იყო, განაცხადებით. ბიბერმა განაცხადა: "[როდესაც მე არ იყვნებოდი ან არ იყვნებოდი ამ ტრაგედიის შემთხვევაში დირექტულად, ჩემი გულისხმობები და ღირებულებები მკვლელობის ოჯახისთვის იქნება." +ენტერტაინმენტის ახალი ამბების ვებ-გვერდი TMZ გამოიწვია, რომ ფოტოგრაფის მანქანა სეპულვედას ბულვარის სხვა მხრიდან დაიღუპა და მანქანის მიღების მიმდინარეობის დროს პოლიციის დაკავების მიმდინარეობის დროს დაკავების მიმდინარეობის დროს დაკავების მიმდინარეობის დროს დაკავების მიმდინარეობის დროს დაკავების მიმდინარეობის დროს დაკავების მიმდინარეობის დროს დაკავების მიმდინარეობის დროს დაკავების მიმდინარეობის დროს დაკავების მიმდინარეობის დროს დაკავების მიმდინარეობის დროს დაკავების მიმდინარეობის დროს დაკავების მიმდინარეო +პოლიციის თქმით, ავტომობილის მძღოლი, რომელმაც ფოტოგრაფის დაშავდა, სასამართლოს სასამართლო წინააღმდეგებას არანაირად არ იქნება. +ყოველდღიურად მხოლოდ მე-18 მედალის გარეშე, რამდენიმე ქვეყანა არ შეეძლო მედალების პოდიუმზე მიღწევა. +მათ მოიცავს ჰოლანდიას და ფინლანდიას, რომლებსაც ანნა ჯოჩემსენი და კატია სარინენი გასულ დღეს სუპერ-გის ქალების კლასში მესამე და მეტამე ადგილი მიიღო. +ავსტრალიის მიჩელ გურლეიმ მასპინძლების სუპერ-გით მამაკაცებში მე-11 ადგილას დაასრულა. ჩეხების მასპინძლების სუპერ-გით მამაკაცებში ოლდრიჩ ჯელინეკმა მე-16 ადგილას დაასრულა. +მექსიკელი არლი ველასკეზი მამაკაცების სუპერ-გის მე-15 ადგილზე დაასრულა. ადამ ჰოლი ახალი ზელანდიის მამაკაცი მამაკაცების სუპერ-გის მე-9 ადგილზე დაასრულა. +პოლონეთის მამაკაცების ვიზუალურად დაშავებული სკიერი მაცეი კრეზელი და მიმართული ანა ოგარზინსკა სუპერ-გის მე-13 ადგილას დაასრულეს. სამხრეთ კორეის მამაკაცების ჯონგ სეორკ პარკი სუპერ-გის მე-24 ადგილას დაასრულა. +2010 წლის მიწისძვრის შემდეგ ჰაიტის მიწისძვრის შემდეგ მიწისძვრის შემდეგ მიწისძვრის შემდეგ მიწისძვრის შემდეგ მიწისძვრის შემდეგ მიწისძვრის შემდეგ მიწისძვრის შემდეგ მიწისძვრის შემდეგ მიწისძვრის შემდეგ მიწისძვრის შემდეგ მიწისძვრის შემდეგ მიწისძვრის შემდეგ მიწისძვრის შემდეგ მიწისძვრის შემდეგ მიწისძვრის შემდეგ მიწისძვრის შემდეგ მიწისძვრის შემდეგ მიწისძვრის შემდეგ მიწისძვრის შემდეგ მიწისძვრის შემდეგ მიწისძვრის შემდეგ მიწისძვრის შემდეგ მიწისძვრის შემდეგ მიწისძვრი +სასამართლო წინააღმდეგების თანახმად, ერთ-ერთი ჰაიტის ყველაზე დიდი არტიბონიტის მდინარეს მიმდინარე მდებარეობის ბაქტერიების შემწყვეტილების გამოყენების შესახებ უნივერსიტეტის ლაგერიიდან გამოყენებული მიღწევები არ იყო სწორედ სანიტარიზებული. +სამხედრო ძალების მიღების წინ, ჰაიტის პრობლემები არ წარმოადგენდა დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით +ჰაიტის იუსტიციის დემოკრატიის ინსტიტუტმა აღიარებს დამოუკიდებელ კვლევებს, რომლებიც განაცხადებენ, რომ ნეპალელების საერთაშორისო მიმართულებელი ბატალიონი გარკვეულად გამოიწვია ის ჰაიტის ტერიტორიაზე. +დანიელ ლანტანჯი, ინფექციის ექსპერტი, განაცხადა, რომ ეპიდემიის გამოწვეულება ასევე შეიძლება გამოიწვიოს მირღებულების მიერ. +ჰამილტონმა დაადასტურა, რომ ჰოვარდის უნივერსიტეტის საავადმყოფომ პაციენტი სტაბილური მდგომარეობის შესახებ მიიღო. +პაციენტი ნიგერიაში იყო, სადაც ებოლა ვირუსის ზოგიერთი შემთხვევა მოხდა. +საავადმყოფო მიმდინარეობს ინფექციის კონტროლის პროტოკოლის მისაღწევას, მათ შორის პაციენტის სხვადასხვაობისგან გამოსწორებას, რათა შეუძლიათ სხვადასხვაობის ინფექციას. +სიმპსონების წინ სიმონი რამდენიმე შოუში სხვადასხვა პოზიციაზე მუშაობდა. +1980-იანი წლების განმავლობაში, მან მუშაობდა შოუებზე, როგორიცაა Taxi, Cheers და The Tracy Ullman Show. +1989 წელს მან დაეხმარა სიმპსონების შექმნას ბრუკსთან და გრონინგთან ერთად, და იყო პასუხისმგებელი პროგრამის პირველი წერილობის გუნდის მიღებაზე. +მიუხედავად იმისა, რომ მან 1993 წელს შოუს დაიწყო, მან განაცხადა თავისი პროდუქციის ექსეკუტიური პროდუქციის ტიტულს და გასული სეზონის როიალტიზების შემთხვევაში გასული მილიონები დოლარი მიიღო. +წინ ჩინელი საინფორმაციო აგენტურა Xinhua ინფორმირებდა, რომ თვითმფრინავი აღმოჩენილი იქნა. +შემდეგი ინფორმაციის თანახმად, თვითმფრინავი ბომბის საფრთხის გამოყენების შესახებ აფგანისტანში დაბრუნდა და კანდაჰარში დაიღუპა. +ახალი ინფორმაციის თანახმად, თვითმფრინავი აფგანისტანში დაბრუნებული იქნა, მას შემდეგ, რაც ურუმჩის საერთაშორისო აეროპორტში საგანმანათლებლო შეწყვეტის შემდეგ. +ირანში საჰაერო ავარიები ყოველდღიურად მოხდება, რომელიც აქვს ძველებული ფლოტი, რომელიც სამოქალაქო და სამხედრო ოპერაციებზე კარგად არ უკეთებულია. +საერთაშორისო სანქციები ნიშნავს, რომ ახალი თვითმფრინავები არ შეიძლება მიიღოს. +მიმდინარე კვირას, პოლიციის ჰელიკოპტერის შეწყვეტის შედეგად სამი ადამიანი დაიღუპა და სამი მეტი დაიღუპა. +გასულ თვეში, ირანში ჩატარებული წლების ყველაზე ცუდი ავიაკატასტროფა მოხდა, როდესაც ავიალინერი, რომელიც არმენიას მიმართული იყო, შეწყვიტა. 168 ადამიანი დაიღუპა ავიაკატასტროფის შედეგად. +ისეთი თვე სხვა ავიაკომპანიის საჰაერო თვითმფრინავი მაშჰადის სავარაუდო დარტყმაზე გადარჩენის შემთხვევაში მიწისძვრა გამოიწვია კედლი და მკვლელობა მოხდა მე-17 ადამიანის სიცოცხლე. +აეროსმითი გააუქმა თავისი მიმდინარე კონცერტები თავისი ტურის დასრულების დროს. +როკ-ჯგუფი გაერთიანებული შტატებისა და კანადის ტურის დროს 16 სექტემბერს დასრულებული იყო. +მას შემდეგ, რაც წევრის ხელმძღვანელმა სტევენ ტაილერმა დაზარალებული იქნა 5 აგვისტოს ჩატარებული კონცერტის დროს, მათ ტური გააუქმეს. +მურაიმ პირველი სეტის გამარჯვება მიიღო მას შემდეგ, რაც ორი მამაკაცი ერთი და ერთი სერვის მიღების შემთხვევაში ერთი და ერთი სეტის გამარჯვება მიიღო. +დელ პოტროს მეორე თამაშის დასაწყისში დიდი უპირატესობა ჰქონდა, მაგრამ ეს ასევე მოითხოვა მიწისძვრის თამაშის მიღების შემდეგ. +პოტრომ ამ მომენტზე მისი ხელის სამედიცინო დახმარება მიიღო, მაგრამ მას შეეძლო თამაშის დაბრუნებას. +პროგრამი დაიწყო დილის 8:30 საათზე (15.00 UTC). +ყველა ქვეყანაში ცნობილი სიმღერების მოწყობილები შრი შიამის ფეხებზე ჩატარებდნენ ბჰაჯანებს, ან სიმღერებს დევოტიონალურ სიმღერებს. +სინგერმა სანჯუ შარმა დაიწყო საღამოს, მას შემდეგ ჯეი შანკარ ჩუჩარი. მან ასევე ჩატარა ჩაპან ბჰოგ ბჰაჯანი. სინგერმა რაჯუ კანდელვალი იყო მას ერთად. +შემდეგ, ლახა სინჰმა ბჟაჯანების სიმღერების სიმღერების წარმატების პირველ ადგილი მიიღო. +ჩაპან ბღოგის (ჰინდუიზმის მიხედვით, 56 სხვადასხვა სასმელი საკვების, მაგალითების, ფრუქტების, ნატურების და სხვა სასმელი საკვების გარეშე, რომლებიც წარმოადგენდნენ დევისთვის) 108 საკვები მიიღო ბაბა შიამს. +ლახა სინჰმ ასევე ჩატარა ჩჰაპან ბჰოგ ბჯან. სინგერის, რაჯუ ხანდელვალი იყვნენ მისთვის დახმარებას. +ტოკიოს თამაშის შოუს ხუთშაბათს ჩატარებული მთავარი პრეზენტაციის დროს, ნინტენდოს პრეზიდენტმა, სატორუ ივატა გამოწვეულა კონტროლერის დიზაინი კომპანიის ახალი ნინტენდო რევოლუციის კონსოლისთვის. +ტელევიზიის რემოტულის განსხვავებით, კონტროლერი გამოიყენებს ორი სენსორი, რომელიც მომხმარებელის ტელევიზორის მიმდინარეობის მიმდინარეობის მიხედვით მოწყობილია, რათა მისი მდებარეობის სხვადასხვა მიმართულების გამოყენებით სხვადასხვა მიმართულების გამოყენებით სხვადასხვა მიმართულების გამოყენებით სხვადასხვა მიმართულების გამოყენებით სხვადასხვა მიმართულების გამოყენებით სხვადასხვა მიმართულების გამოყენებით სხვადასხვა მიმართულების გამოყენებით სხვადასხვა მიმართულების გამოყენებით სხვადასხვა მიმართულების გა +ეს საშუალებს მოთამაშეებს ვიდეო თამაშებში აქტივობების და მოძრაობის კონტროლის მიღებას, მიუხედავად იმისა, რომ მათ აერის გამოყენებით გადაწყვიტებენ გარეთ. +ჯიანკარლო ფისიჩელამ მანქანის კონტროლი დაუწყო და სტარტის შემდეგ ძალიან მცირე ხნით დაასრულა თამაში. +თავის გუნდის მემკვიდრე ფერნანდო ალონსოს თავისი პიტ-სტოპის მიმდინარეობის შემდეგ შეეწყვიტა რბოლის უმეტეს ნაწილს, მაგრამ მას შეეწყვიტა რბოლის დასრულების მიმდინარეობის შემდეგ, რასაც მას შეეწყვიტა უკანასკნელი მიღწევის მიმდინარეობის შემთხვევა, რასაც მას შეეწყვიტა უკანასკნელი მიღწევის მიმდინარეობის შემთხვევა, რასაც მას შეეწყვიტა უკანასკნელი მიღწევის მიმდინარეობის შემთხვევა, რასაც მას შეეწყვიტა უკანასკნელი მიღწევის მიმდინარეობის შემთხვევა, რასაც მას შეეწყვიტა უკანასკნელ +მაიკლ შუმაჰერი თავისი დარტყმის დასრულება ალონსოს შემდეგ არასოდეს დაიწყო, რადგან დარტყმის განმავლობაში მრავალი ბრძოლის განმავლობაში დარტყმის დანაშაულების შედეგად. +„ის ძალიან კარგია და სიმღერებს ძალიან კარგად,“ თქვა მან ინფორმაციის კონფერენციის ტრანსკრიფტის თანახმად. +„ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყოფილიყო ყო +3 წუთის განმავლობაში, თვითმფრინავის კამერა აღნიშნა, რომ ინსულაციის ფუმის გამოყენების ტანკიდან გამოიწვია ბევრი ნაწილი ინსულაციის ფუმის გამოყენების ტანკიდან გამოიწვია ბევრი ნაწილი ინსულაციის ფუმის გამოყენების ტანკიდან გამოიწვია ბევრი ნაწილი ინსულაციის ფუმის გამოყენების ტანკიდან გამოიწვია ბევრი ნაწილი ინსულაციის ფუმის გამოყენების ტანკიდან გამოიწვია ბევრი ნაწილი ინსულაციის ფუმის გამოყენების ტანკიდან გამოიწვია ბევრი ნაწილი ინსულაციის ფუმის გამოყენების ტანკიდან გამოიწვი +მიუხედავად ამისა, მათ არ აღნიშნულია, რომ მათ შუტლის დანაშაულების გამოყენების შემთხვევაში მნიშვნელობა აქვთ. +NASA-ს შუტლის პროგრამის თავმჯდომარე ნიკოლას ვეინ ჰეილი მანამ განაცხადა, რომ ფოამი დაიღუპა "იმ დროს, როდესაც ჩვენ ყურადღებთ." +დასვენების ხუთი წუთის შემდეგ წვეულება დაიწყო, რამდენიმე წუთის შემდეგ წვეულება 70 კილომეტრის სიჩქარეს მიაღწია, შემდეგ წვეულება დაიწყო, მაგრამ ძალიან ძლიერი და ძალიან დიდი იყო, რომელსაც თქვენი სხეული დაიწყო, როგორც იგლი, შემდეგ წვეულება დაიწყო, რამდენიმე წუთის შემდეგ წვეულება დაიწყო, რამდენიმე წუთის შემდეგ წვეულება დაიწყო, რამდენიმე წუთის შემდეგ წვეულება დაიწყო, რამდენიმე წუთის შემდეგ წვეულება დაიწყო, რამდენიმე წუთის შემდეგ წვეულება დაი�� +მე დარჩა ჩემს სესტერსა და მისი მეგობრის, და ჩემს მიმართულების გარშემო ჩემს მიმართულების გარშემო ჩემს მიმართულების გარშემო ჩემს მიმართულების გარშემო ჩემს მიმართულების გარშემო ჩემს მიმართულების გარშემო ჩემს მიმართულების გარშემო ჩემს მიმართულების გარშემო ჩემს მიმართულების გარშემო ჩემს მიმართულების გარშემო ჩემს მიმართულების გარშემო ჩემს მიმართულების გარშემო ჩემს მიმართულების გარშემო ჩემს მიმართულების გარშემო ჩემს მიმართულების გარშემო ჩემს მიმართულების გარშემო ჩემს მიმართულე +NHK-მა ასევე აცნობა, რომ ნიიგატას პრეფექტურაზე მდებარე კაშივაზაკის კარივას ატომური ენერგეტიკური ცენტრი ნორმალურად მუშაობდა. +Hokuriku Electric Power Co. აცხადებს, რომ მიწისძვრის შედეგები არ არის არსებული და მისი შიკის ატომების ენერგეტიკური ცენტრის მე-1 და მე-2 რეაქტორები დარჩენილია. +ინფორმაციის თანახმად, რეგიონში დაახლოებით 9400 საცხოვრებელს წყალი არ არსებობს და დაახლოებით 100-ზე მეტი საცხოვრებელს ელექტროენერგია არ არსებობს. +ზოგიერთი მარშრუტი დანაშაულებულია, დაზარალებულ ტერიტორიებში მარშრუტების მოძრაობა შეწყვეტილებულია და იშიკავის პრეფექტურის ნოტო აეროპორტი დარჩენილია. +ერთ-ერთი ბომბა გუბერნატორის გენერალური ოფისის გარეშე აღმოჩნდა. +ორი საათის განმავლობაში სახელმწიფო ორგანოების მიმდინარეობის მიმდინარეში ერთი მეტი ბომბის გამოყენება მოხდა. +ზოგიერთი ინფორმაციის თანახმად, ოფიციალური დანაშაულების რაოდენობა 8 ადამიანია და ოფიციალური ინფორმაცია აღნიშნავს, რომ 30 ადამიანი დაიღუპა, მაგრამ საბოლოო რაოდენობა აღარ ცნობილია. +ორივე ციანური კისლობა და მელამინი აღმოაჩინეს ცხოველების ურინის ჩვეულებრივებში, რომლებიც გარდაიცვალეს მას შემდეგ, რაც კონტამინირებული ცხოველის საკვების გამოყენების შემდეგ. +უნივერსიტეტის მეცნიერებმა განაცხადეს, რომ ორი მოლეკულა ერთმანეთთან რეაქციას წარმოადგენს კრისტალებს, რომლებსაც შეიძლება დაბლოკოს ნეფრონის ფუნქციონირებას. +მეცნიერებმა აღმოაჩინეს, რომ მელამინის და ციანურის კისელობის მიღების შედეგად კატის ურინაში შექმნილი კრისტალები. +აღნიშნული კრისტალების კომპოზიცია მიმართულია ინფრაწითელი სპექტროსკოპიის (FTIR) შედეგებთან შედარების შესაბამისად, როდესაც ინფრაწითელი სპექტროსკოპიის საშუალებებს გამოიყენება. +მე არ ვიცი თქვენ არ გაიგონებთ ან არ არ გაიგონებთ, მაგრამ ცენტრალური ამერიკის ყველაზე მეტი საკუთარი წარმოადგენს ამ ქვეყანაში დაკავშირებული საკუთარი წარმოადგენს დაკავშირებული საკუთარი წარმოადგენს დაკავშირებული საკუთარი წარმოადგენს დაკავშირებული საკუთარი წარმოადგენს დაკავშირებული საკუთარი წარმოადგენს დაკავშირებული საკუთარი წარმოადგენს დაკავშირებული საკუთარი წარმოადგენს დაკავშირებული საკუთარი წარმოადგენს დაკავშირებული საკუთარი წარმოადგენს დაკავშირებული საკუთარი წარმოადგენს დაკავშირებულ +თუმცა, ჩვეულებრივ 80 პროცენტი ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ +ეს არ არის სიმაღლია ჩემთან; ეს არ იყო სწორედ სასწორედი. +ყველაფერი ამბობ ადამიანებს, რომ ჩვენს მსგავსად უწოდეთ ჩვენს მსგავსად. +კალიფორნიის გუბერნატორმა, არნოლდ შვარცენეგერმა მისაღწევა კანონმდებლობას, რომელიც უარყოფს ძალადობრივი ვიდეო თამაშების გაყიდვას ან არენტირებას ახალგაზრდებთან დაკავშირებით. +ბილის თანახმად, კალიფორნიის შტატში გაყიდვებულ ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძა +სასამართლო პროკურატურის დირექტორი, კიერ სტარმერ QC, დღეს გამოაცხადა განცხადებას, სადაც განაცხადა პროკურატურის წინააღმდეგებას როგორც ჰუნეს, ასევე პრაისის წინააღმდეგებას. +ჰუჰნემ გადაწყვიტა და მისი ადგილი ეწოდება ედ დევის მინისტრის ადგილი. ნორმან ლემბის მინისტრის ადგილი ეწოდება ეწოდება დევის მინისტრის ადგილი. +16 ფებრვარს ვესტმინსტერის სამაგისტრო სასამართლოში ჰუჰნისა და პრაისის წარსულება დაიწყება. +გარდაიცვალებელი იყო ნიკოლას ალდენი, 25 წლის, და ზაქარი კუდებაკი, 21 წლის. კუდებაკი მძღოლი იყო. +ედგარ ვეგუილამ მიიღო ხელის და სხეულის დაზიანებებს, როდესაც კრისტოფერ შნეიდერი დარჩენილი იყო სხეულის რეკონსტრუქციის საჭირო სამეცნიერო ოპერაციას. +უკას არსებული იარაღი წარუმატებდა მეხუთე ადამიანის თავის მიმართულების დროს. შნეიდერს წინააღმდეგებული ბოლის გარეშე, ერთი თვალის გარეშე, სხეულის ნაწილის გარეშე და ტიტანიუმიდან შექმნილი თვალის გარეშე გამოიწვია. +შნეიდერმა ვიდეოლინკის გამოყენებით ტესტიფიცირებდა შეერთებულ შტატების სამხედრო ძალების ბაზიდან, მისი მშობლიური ქვეყნიდან. +ოთხშაბათის ღონისძიების გარეშე, კარპანედომ ჩემპიონატში ორი ინდივიდუალური წინააღმდეგების წინააღმდეგობაში მონაწილეობდა. +მისი პირველი იყო სლალომი, სადაც მან პირველ ჩასასვლელში დიდ არ დასრულებულა. 116 მონაწილეს შორის 36 მონაწილეს ასეთი შედეგი მიიღო. +მისი სხვა ჩემპიონატი, გიგანტური სლალომის წინააღმდეგების ჯგუფში ქალების წინააღმდეგების წინააღმდეგების წინააღმდეგების წინააღმდეგების წინააღმდეგების წინააღმდეგების წინააღმდეგების წინააღმდეგების წინააღმდეგების წინააღმდეგების წინააღმდეგების წინააღმდეგების წინააღმდეგების წინააღმდეგების წინააღმდეგების წინააღმდეგების წინააღმდეგების წინააღმდეგების წინააღმდეგების წინააღმდეგების წინააღმდეგების წინააღმდეგების წინააღმდეგე +ქალთა ჯგუფში ოთხი მოწყობილი არ შეეწყო თავისი გზების დასრულება, და 117 მოწყობილის გიგანტური სლალომის ჯგუფში 45 მოწყობილი არ შეეწყო თავისი გზების დასრულება. +მადხია პრადეშის პოლიციამ დააღწერა დანაშაული ლაპტოპი და მობილური ტელეფონი. +დეპუტატური ინსპექტორი გენერალი დ კ არიამ განაცხადა: "ჩვენ დააკავეს ხუთ ადამიანს, რომლებიც შვეიცარიის ქალს გამართულებდნენ და მისი მობილური ტელეფონი და ლაპტოპი დააკავესდნენ". +ბაბა კანჯარი, ბუთა კანჯარი, რამპრო კანჯარი, გაზა კანჯარი და ვიშნუ კანჯარი წარმოადგენს ბრალდებულებს. +პოლიციის სუპერინტენდენტმა, ჩანდრა შეკარმა სოლანკიმ განაცხადა, რომ ბრალდებულმა მოწყობილებმა სასამართლოში მოწყობდნენ წყალილი თვალებით. +მიუხედავად იმისა, რომ სამი ადამიანი იყო სახლში, როდესაც მანქანა მათ შეეწირა, არავინ მათ არ დაშავდა. +მიუხედავად ამისა, მძღოლმა სერიოზული ტრავმები მიიღო თვალს. +ავარიის მიღების მიმდინარეობის გზა დაკავებული იქნა, მას შემდეგ, რაც სასწრაფო დახმარების სამსახური ავტომობილის წინააღმდეგ ავარიის მიღების შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემ +ინიციალურად ის ჯეიმს პეიჯის საავადმყოფოში გადაღებული იყო გრეიტ იარმუტში. +მას შემდეგ ადენბრუკის საავადმყოფოში დაადგინდა კემბრიჯში. +ადეკოია მას შემდეგ ედინბურგის სასამართლოს სასამართლოში დაადანაშაულეს თავის შვილის მკვლელობის ბრალდებით. +ის დაკავებულია დაკავების დროს ბრალდების და სასამართლოს მიმართულების განმავლობაში, მაგრამ ყველა მიმდინარეობის ჩანაწერები შეიძლება იყოს დაკავშირებული, რადგან მისი წერილი გამოყენებულია. +ეს ყოველწლიური პრაქტიკაა გაერთიანებულ სამეფოში, მაგრამ შოტლანდიის სასამართლო სხვადასხვაობით მუშაობს და სასამართლოებმა ფოტოგრაფიების გამოყენებას პოტენციური პრედიჯიციის განსხვავებით აღიარეს. +დანდის უნივერსიტეტის პროფესორმა პამელა ფერგუსონმა აღნიშნავს, რომ "ჯურნალისტები საფრთხის სიტუაციას აღმოჩნდნენ, როდესაც გამოაქვეყნებენ სურათები და სხვა მატერიალს ბრალდებულ პიროვნების წინააღმდეგ." +სამსახურის სამინისტროს პროკურატურა, რომელიც სასამართლოს ყველაზე მნიშვნელოვანი პროკურატურია, ჟურნალისტებს განაცხადა, რომ დამატებითი კომენტარი არ იქნება მინიმუმ ბრალდების მიღებამდე. +ინფორმაციის გამოჩენის თანახმად, დოკუმენტი მისაღწევს საზღვრების შესახებ, რომლებსაც პალესტინელები მისაღწევენ საზღვრებს 1967 წლის სამხრეთ აღმოსავლეთის ომის წინ. +სხვა თემატიკა, რომლებსაც დაკავშირებულია იერუსალიმის მომავალშის მდგომარეობა, რომელიც ჩვეულებრივია ორივე ეროვნებს და ჯორდანის ხეობის პრობლემა, ასევე დაკავშირებულია. +ისრაელის მთავრობის მიერ მოთხოვნილი მილიტარული პრეზენტაციის პერსპექტივა თავშესაფრის თავშესაფრის განმავლობაში ათი წლის განმავლობაში განახორციელდება, მას შემდეგ, რაც გაერთიანებული არაბეთის მთავრობის მიერ თავშესაფრის თავშესაფრის განმავლობაში თავშესაფრის თავშესაფრის განმავლობაში თავშესაფრის თავშესაფრის თავშესაფრის თავშესაფრის თავშესაფრის თავშესაფრის თავშესაფრის თავშესაფრის თავშესაფრის თავშესაფრის თავშესაფრის თავშესაფრის თავშესაფრის თავშესაფრის თავშესაფრის თავშესაფრის თავშესაფრის თავშესაფრის თავშესაფრის თავშესა +წარმომადგენლების სამუშაო სამუშაოების მიმართულების შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევი +ავსტრალიის სპორტიული მოძრაობის ასოციაციის (NSW) და სახელმწიფო სახელმწიფო სახელმწიფო სახელმწიფო სახელმწიფო სახელმწიფო სახელმწიფო სახელმწიფო სახელმწიფო სახელმწიფო სახელმწიფო სახელმწიფო სახელმწიფო სახელმწიფო სახელმწიფო სახელმწიფო სახელმწიფო სახელმწიფო სახელმწიფო სახელმწიფო სახელმწიფო სახელმწიფო სახელმწიფო სახელმწიფო სახელმწიფო სახელმწიფო სახელმწიფო სახელმწიფო სახელმწიფო სახელმწიფო სახელმწიფო სახელმწიფო სახელმწიფო სახელმწიფო სახელმწიფო სახელმ�� +მიკ ო’ფლინის თქმით, პარკის კონსერვაციისა და მემკვიდრეობის დირექტორის მიერ, პარკის პირველ შემოწყობის ოპერაციისთვის ოთხი მიღწევის მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების +გასულ დღეს, მარტელიმ დააფიქსირა ახალი პროვიზორული ელექტორალური საკონსულოს (CEP) ხუთ წევრის წევრობის შესახებ. +ეს არის მარტელის მეხუთე ჩემპიონატი ოთხი წლის განმავლობაში. +გასულ თვეში პრეზიდენტობის კომისიამ რეკომენდა წინა მიმართული CEP-ის გადაწყვეტილება, რათა ქვეყნის გადაწყვეტილება ახალი არჩევნების მიმართულებაზე. +კომისია იყო მარტელის რეაქცია ოქტომბრის დაწყებულ ანტი-რეჟიმულ პროტესტებზე. +სხვადასხვა ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალი +დაახლოებით 60 შემთხვევაში აღნიშნული იქნა, როდესაც iPod-ები უფრო დიდი ტემპერატურის გამოყენების შედეგად შეეწყვიტეს, რაც გამოიწვია 6 ცეცხლის გამოყენებას და ოთხი ადამიანის მცირე დაზიანებას. +იაპონიის საეკონომიკო, სავაჭრო და ინდუსტრიის სამინისტრო (METI) განაცხადა, რომ ის იყო ინფორმირებული 27 ავარიის შესახებ. +გასულ კვირას, METI გამოაცხადა, რომ აპლი ინფორმირებდა მას 34-იანი დამატებითი გაზრდის შემთხვევის შესახებ, რომელსაც კომპანია უწოდებს "არასერიოზულ შემთხვევებს." +მინისტერიამ აპელის ინფორმაციის გადაწყვეტილებას რეპორტის გადაწყვეტილების გადაწყვეტილების გამოყენების შესახებ განაცხადა, რომ ეს არის "ყველაფრის სამწუხარო". +მიწისძვრა მარიანას 07:19 საათზე, ადგილობრივ დროს (09:19 საათზე GMT პარასკევს) მოხდა. +ჩრდილოეთ მარიანეთის შემთხვევის მენეჯმენტის ოფისმა განაცხადა, რომ ქვეყანაში არ აღმოჩნდა დანაშაულებები. +ასევე წყალდის ცუნამის საფრთხის ცენტრმა განაცხადა, რომ ცუნამის მიღება არ მოხდა. +ჩვეულებრივი ფილიპინელი პოლიციის წევრი მანილას, ფილიპინეთის დედაქალაქში, მისი ბუსის მიღწევის გამო, ჰონგ კონგის ტურისტებს დაკავებდა. +როლანდო მენდოზა ტურისტების წინ მისი მ16 რიფლის გამოყენების შემთხვევაში დაიღუპა. +რამდენიმე მაჩვენებელი გადაეწყვეტილებული იქნა და მაქსიმუმ ექვს მაჩვენებელი დაადასტურებული იქნა გარდაცვალებული. +ექვს მიმდინარე, მათ შორის ბავშებსა და ახალგაზრდებს და ფილიპინელი ფოტოგრაფებს დილით გათავისუფლებული იყვნენ. +ფოტოგრაფების შემდეგ, ასაკის ქალბატონის ადგილი მიიღო, რადგან მას სასტუმრო სწრაფად სჭირდებოდა. მენდოზა დაიღუპა. +ლიგინსმა მისი მშობელის ფუთების მიმართულებით მედიცინის კარიერას შეუწყო. +ის ობსტეტრიკოს მოსწავლეს და 1959 წელს აუკლანდის ეროვნულ ქალთა საავადმყოფოში დაიწყო მუშაობა. +როდესაც იგი საავადმყოფოში მუშაობდა, ლიგინსი დაიწყო თავისი თარიღის დროს დაწყებული დაწყებული დაწყებული დაწყებული დაწყებული დაწყებული დაწყებული დაწყებული დაწყებული დაწყებული დაწყებული დაწყებული დაწყებული დაწყებული დაწყებული დაწყებული დაწყებული დაწყებული დაწყებული დაწყებული დაწყებული დაწყებული დაწყებული დაწყებული დაწყებული დაწყებული დაწყებული დაწყებული დაწყებული დაწყებული დაწყებული +მისი კვლევების თანახმად, იმ შემთხვევაში, თუ ჰორმონი მიღებული იყო, ბავშვის ფოეტალური სხეულის განვითარება უფრო სწრაფად მოხდებოდა. +Xinhua-ს ინფორმაციით, ხუთშაბათს მთავრობის გამოძიების წარმომადგენლებმა აღმოაჩინეს ორი "შავი ქუჩა" თვითმფრინავის ჩატარების ჩატარების ჩატარების ჩატარების ჩატარების ჩატარების ჩატარების ჩატარების ჩატარების ჩატარების ჩატარების ჩატარების ჩატარების ჩატარების ჩატარების ჩატარების ჩატარების ჩატარების ჩატარების ჩატარების ჩატარების ჩატარების ჩატარების ჩატარების ჩატარების ჩატარების ჩატარების ჩატარების ჩატარების ჩატარების ჩატარების ჩატარების ჩატარების +ლუნას წინააღმდეგებს ასევე დაადანაშაულეს თავისი თანამედროვე სპორტსმენები. +ტომი დრეიმერი განაცხადა: "ლუნა იყო პირველი ექსტრემის მეფე. ჩემი პირველი მენეჯერი. ლუნა ორი მთვარის ღამის შემთხვევაში გარდაიცვალა. ის ძალიან განსხვავებული იყო, ისევე როგორც მან. ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალიან ძალი +დასტინ "გოლდუსტი" რუნელსი განაცხადა, რომ "ლუნა იყო ისევე სტრანგული, როგორც მე...შესაბამისად უფრო სტრანგული...მოწყვილი მას და დარჩენ მას...იმედოვნებით, რომ მას უკეთესი ადგილია." +2010 წლის ფედერალური არჩევნების წინ 1,400 ადამიანის გამოკითხვის შედეგების თანახმად, ავსტრალიის რესპუბლიკად გახსენების წინააღმდეგებს 2008 წელს 8 პროცენტით გაიზარდა. +2010 წლის ფედერალური არჩევნების კამპანიის დროს თავმჯდომარე პრემიერ მინისტრი ჯულია გილარდმა განაცხადა, რომ მას სჯერა, რომ ავსტრალია უნდა გახდეს რესპუბლიკა ელიზაბეტ II მეფობის მემკვიდრეობის ბოლოს. +გაერთიანებული სამეფოს მეორე მემკვიდრე ელიზაბეტის მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემკვიდრე მემ +გამოკითხვის ექსტრემებში, 29 პროცენტი გაკეთდა, რომ ავსტრალია უნდა გახდეს რესპუბლიკა, როდესაც 31 პროცენტი განაცხადა, რომ ავსტრალია არ უნდა გახდეს რესპუბლიკა. +ოლიმპიური ოქროს მედალის მომწყობილმა უნდა წყალქვეშა 100 და 200 მეტრიანი ფრისტილის და სამი რელაის შემთხვევაში, მაგრამ მისი წინააღმდეგების გამო, მისი ფიზიკური კონდიცია გარკვეულია. +მას არ შეეძლო გამოიყენოს საჭირო ნარკოტიკები, რათა გაუმჯობესოს თავისი ტრავმები, რადგან მათ თამაშების დროს უკანონოდებულია. +კურტის კოოპერი, მათემატიკის დოქტორი და კომპიუტერული მეცნიერების პროფესორი ცენტრალური მისურის უნივერსიტეტში, 25 იანვარს აღმოაჩინა ყველაზე დიდი ცნობილი პრიმული ნომერი. +რამდენიმე ადამიანი დაადასტურა აღმოჩენას განსხვავებული აპარატურის და პროგრამების გამოყენებით თავისი თარიღის დასაწყისში და ის ოთხშაბათს გამოაცხადეს. +კომეტები შეიძლება იყოს წყარო წყალის მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღე +მეცნიერები იმედოვნებენ, რომ გაიგონონ, თუ როგორ გამოყოფილია გაერთიანებული სამწუხარო სისტემა, განსაკუთრებით, როგორ გამოყოფილია მწვანე მიწაზე, რადგან კომეტები დიდი ხნის წინ მწვანე მიწაზე შეჯახებდნენ. +კუომო, 53 წლის, მიმდინარე წელს დაიწყო თავისი გუბერნატორობა და გასულ თვე ბილი მიიღო, რომელიც საერთო სექსუალურ ორიენტაციის წარმატების თანახმარების სამეფოს შესახებ. +მან აღნიშნა, რომ ამ ინფორმაცია არის "პოლიტიკური სიტყვა და სიტყვა". +2016 წელს პრეზიდენტობის არჩევნებში მისი მონაწილეობის შესახებ მოსალოდნელია. +შემდეგი გენერაციის სისტემა არის სისტემა, რომელსაც ფედერალური ავიაციონიკური სამსახური აღნიშნავს, რომელიც საჭიროებს თვითმფრინავებს უფრო მცირე მარშრუტებზე გადაადგილებას და მილიონები გალონი სტერლინგის გამოყენებას ყოველწლიურად და კარბონის გამოყენების შემცირებას. +ის გამოიყენებს სატელიტის გამოყენების ტექნოლოგიას, რომელიც უფრო ახლოს გამოიყენებულ მიწისძვრის რადარის გამოყენების ტექნოლოგიას გარეშე, რათა შესაძლოა ავიაკონტროლის სპეციალისტებს უფრო სწორედ აღმოჩნდეს თვითმფრინავებს და პილოტებს უფრო სწორედ ინფორმაციას. +დამატებითი ტრანსპორტი არ არის გამოყენებული და მიწისძვრის მატარებელები ვემლის სტადიონზე არ დარჩებენ. მიწისძვრის მატარებელებზე არ არსებობს მანქანების პარკინგი და პარკ-და-რიდის ცენტრები მიწისძვრის მატარებელებზე არ არსებობს. +ტრანსპორტირების არასწორობის შიშის გამო გამოიწვია შესაძლებლობა, რომ თამაში უნდა ითამაშოს დაკავშირებული დარღვევების გარეშე, გუნდის მხარდამჭერების გარეშე. +ხუთშაბათს გამოქვეყნებული სტუდიის თანახმად, სამეცნიერო ჟურნალში, განაცხადებს, რომ ეკვადორის გალაპაგოს კუნძულებზე ახალი ფრინველის ტიპი შექმნილი იქნა. +ამერიკის შეერთებულ შტატებში პრინცეტონის უნივერსიტეტის მეცნიერებმა და შვედეთის უპპსალას უნივერსიტეტის მეცნიერებმა განაცხადეს, რომ ახალი სახეობები მხოლოდ ორი გენერაციის განმავლობაში გამოიყენებდნენ, მიუხედავად იმისა, რომ ეს პროცესი მეტი ხნის განმავლობაში განიხილებული იყო. +ოქროს შესაძლებელია ყველაფრის ფორმებში გამოყენება. ის შეიძლება მცირე ფორმებში გამოყენებული იყოს. +მათ შეიძლება მიიღოს თხელი ქუდი, რომელიც შეიძლება მიწყოს და მიწყოს. მათ ასევე შეიძლება მიწყოს თხელი ქუდი, რომელიც შეიძლება მიწყოს და მიწყოს. მათ ასევე შეიძლება მიწყოს თხელი ქუდი, რომელიც შეიძლება მიწყოს და მიწყოს. მათ ასევე შეიძლება მიწყოს თხელი ქუდი, რომელიც შეიძლება მიწყოს და მიწყოს. მათ ასევე შეიძლება მიწყოს თხელი ქუდი, რომელიც შეიძლება მიწყოს და მიწყოს. მათ ასევე შეიძლება მიწყოს თხელი ქუდი, რომელიც შეიძლება მიწყოს და მიწყოს. +ის ძალიან თხელი შექმნილი შეიძლება, და სხვა მეტალებზე დადება. ის ძალიან თხელი შექმნილი შეიძლება, რომ ხშირად იყო გამოიყენებული, რათა დეკორირებულიყო წყალმოწყობილი წერილები წიგნებში, როგორიცაა "ილუმინირებული წერილები". +ეს ხიმიური ფაქტორის სახელია. თქვენ შეგიძლიათ ინდიკატორის შექმნას წითელი კაბაჯის სისხლის გამოყენებით. +ღამურების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების +pH დონი ჰიდროჯენის (pH-ის H-ის) იონების რაოდენობით განაცხადება ტესტირებული ხიმიური ექსპერიმენტის შესახებ. +ჰიდროჯენის იონები პროტონებია, რომლებიც მათი ელექტრონები გამოიყენეს (რადგან ჰიდროჯენის ატომები ერთი პროტონია და ერთი ელექტრონია). +ორი წვიმის გაერთიანების შემდეგ, სუფთა ხელებთან დაკავშირებით, მათი შეჯახება ბურთის ფორმაში განახორციელებით. +თქვენი ხელების წყლის რეაქცია გამოიწვევს სხეულებს, რომელიც გულისხმობს და გამოიწვევს სხეულის ტიპის ფორმას. +ჰარაპასა და მოჰენჯო-დაროს ქალაქებში ყოველ საცხოვრებელში გარკვეული სასაცხოვრებლო საცხოვრებელი იყო, რომელიც განთავსებული იყო განთავსებულ კანალიზაციის სისტემაზე. +მინოების ქალაქების სახლებში ქრეტასა და სანტორინის ტერიტორიაზე აღმოაჩინეს მიწისძვრის სისტემის ნაწილები. +წარსულში ეგვიპტში, პერსიაში და ჩინეთში ასევე იყო ტუალეტები. რომელ ცივილიზაციაში, ტუალეტები ხშირად იყო ნაწილი საჯარო ბანის ნაწილი, სადაც მამაკაცები და ქალები ერთად იყვნენ. +როდესაც თქვენ სხვა ადამიანს მიუხედავთ, რომელიც ათასობით კილომეტრის მიღწევად არის, თქვენ სატელიტს გამოიყენებთ. +სატელიტი კოსმოსში მიღწევს მისამართი და მას შემდეგ დაბრუნებს მათი მიღწევა. +სატელიტი კოსმოსში გადაიწყო რაკეტის მიერ. მეცნიერები კოსმოსში იყენებენ ტელესკოპებს, რადგან მწვანე ატმოსფერა ზოგიერთი ჩვეულებრივი სინათლისა და განხილვის გამოცდილებას შეიძლება. +100 ფუტის ზემოქმედების სიმაღლის გიგანტური რაკეტის საჭიროა, რათა სატელიტს ან ტელესკოპს კოსმოსში გადაწყვიტოს. +ველი მსგავსი განსხვავებით შეიცვალა მსოფლიო. ყველაზე მნიშვნელოვანი საქმე, რომელსაც ველი ჩვეულებრივად დაუსახლებდა ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეუ +ის ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად ჩვეულებრივად +მათ ქვეშ უფრო მეტი საშუალო ზომის კატები არის, რომლებიც საშუალო ზომის სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სას +საბოლოოს, ბევრი მცირე კატი (მათ შორის მცირე საკუთარი კატები) არსებობს, რომლებიც უფრო მეტი რაოდენობის მცირე სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო სასწრაფო +მათი წარმატების სექრეტი არის ნიშის კონცეპტი, სპეციალური მუშაობა, რომელსაც ყოფილია ყველა კატი, რომელიც მათ სხვებისგან კონკურენციის გარეშე დარჩებს. +ლიონები უფრო სოციალური კატებია, რომლებიც დიდ ჯგუფებში ცხოვრობენ, რომლებიც პრაიდს უწოდებენ. +პრიდები შედგება ერთიდან სამიდან სხვადასხვა დაკავშირებული მამაკაცისგან, გარდა სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამიდან სამ +ქალები ხშირად ერთმანეთთან დაკავშირებული არიან, რომლებიც დიდი ოჯახია სესტერებისა და ქალების გუნდია. +ლიონების ოჯახები საკმაოდ სხვადასხვაობდნენ ღამურების ან ძაღლების გუნდებს, ცხოველებს, რომლებიც საკმაოდ სხვადასხვაობდნენ ლიონებს (მაგრამ არა სხვა დიდი ცხოველებს) ჩვეულებრივი გამოყენების განსხვავებით, და ასევე ძალიან სიკვდილობრივი იყო მათი მიღწევების მიმართულება. +კარგი ფორმირებული სპორტსმენი, ტიგრის შესაძლებლობა არსებობს (თუ არა კარგად), წყალდიდობის გამოყენების შესაძლებლობას, დიდი მიმართულებების გამოყენების შესაძლებლობას და ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას ხუმრობას +ტიგრი ლიონების, ლეოპარდებისა და ჯაგუარების გუნდში (გენუსი პანთერა) არის. ეს ოთხი კატი ერთადერთია, რომლებსაც შეუძლია მიღწევა. +ტიგრის მიღწევა არ არის ისეთი, როგორც ლიონის სრული ხმის მიღწევა, მაგრამ უფრო სწორედ ასევე, როგორც წინააღმდეგებული სიტყვების მიღწევა. +ოცელოტებს უწევს მცირე ცხოველების გამოყენება. მათ შეეძლება მოწყობილობდნენ ღამურებს, ღორებს, ღამურებს და ფრინველებს, თუ შეეძლება. ყოველი ცხოველი, რომელსაც ოცელოტები მოწყობილობდნენ, მცირე იყო ისინის გარშემო. +მეცნიერები გულისხმობენ, რომ ღამურები ყურადღების მისაღწევად მიღწევების მისაღწევად მიღწევების მიღწევად მიღწევების მიღწევად მიღწევების მიღწევად მიღწევების მიღწევად მიღწევების მიღწევად მიღწევების მიღწევად მიღწევების მიღწევად მიღწევების მიღწევად მიღწევების მიღწევად მიღწევების მიღწევად მიღწევების მიღწევად მიღწევების მიღწევად მიღწევების მიღწევად მიღწევების მიღწევად მიღწევების მი���� +ისინი ძალიან კარგად ახერხებენ სინათლის გარეშე, და ასევე ძალიან საფრთხის გარეშე გადაადგილებენ. ღამურები თავიანთი მიღწევების გამოყენების შემთხვევაში თავიანთი გარეულებების შემცირების გამოყენების შემთხვევაში გამოიყენებენ ღამურები თავიანთი მიღწევების გამოყენების შემთხვევაში თავიანთი გარეულებების შემცირების გამოყენების შემთხვევაში თავიანთი გარეულებების შემცირების გამოყენების შემთხვევაში თავიანთი გარეულებების შემცირების გამოყენების შემთხვევაში თავიანთი გარეულებების შემცირების გამოყენები +როდესაც მცირე ჯგუფი (მცირე პოპულაცია) ცხოვრებული ორგანიზმებისგან (მცირე პოპულაციისგან) გამოიყენებს განსხვავების გარეშე, როდესაც ისინი მათი მთავარი პოპულაციიდან გამოიყენებს (როგორც იმ შემთხვევაში, როდესაც მოძრაობენ მთის ქვეშ ან მდინარეზე, ან როგორც იმ შემთხვევაში, როდესაც მოძრაობენ ახალი კუნძულის მიმართულებაში, რათა არ შეუძლიათ მათი დაბრუნება), ისინი ხშირად აღმოჩნდებენ განსხვავების გარეშე. +ეს ახალი მდებარეობა განსხვავებული რესურსებს და განსხვავებულ კონკურენტებს აქვს, ამიტომ ახალი პოპულაცია სხვადასხვა ფუნქციებს ან ადაპტაციებს საჭირო იქნებს, რათა იყოს ძლიერი კონკურენტები, როგორც ისინი წარმოადგენდნენ წინ. +ორიგინალური პოპულაცია არასდროს არ შეიცვალა, მათ ჯერ უნდათ ისეთი ადაპტაციების მიღება, როგორც წინ. +დროთა განმავლობაში, როდესაც ახალი პოპულაციის წევრები იწყებენ ადაპტირებას თავიანთი ახალი გარემოში, ისინი იწყებენ უფრო და უფრო მცირე სხვა პოპულაციისგან განსხვავებას. +საბოლოოდ, ათასობით ან მილიონი წლის განმავლობაში, ორი პოპულაციის განსხვავების განსხვავების შესახებ შემთხვევაში, მათ არ შეეძლოთ ერთი სახეობის წარმოადგენს. +ჩვეულებრივ, ეს პროცესს სპეციფიკაციას უწოდებთ, რაც მხოლოდ გულისხმობს ახალი სახეობების შექმნას. სპეციფიკაცია არანაირი შედეგია და ძალიან მნიშვნელოვანი ევოლუციის ნაწილია. +წევრები წარმოადგენენ ოქსიგენი, რომელიც ადამიანების სხეულებში გამოიყენება, და მათ მიიღებენ კარბონიდიოქსიდი, რომელიც ადამიანების სხეულებში გამოიყენება (ადამიანების სხეულების გამოყენების შემთხვევაში). +წევრები თავიანთი საკვები ფოტოსინთეზის გამოყენებით მიიღებენ. ასევე, მათ სინათლის გამოყენების გარეშე გამოწვეულ სინათლის გამოყენების გარეშე გამოწვეულ სინათლის გამოყენების გარეშე გამოწვეულ სინათლის გამოყენების გარეშე გამოწვეულ სინათლის გამოყენების გარეშე გამოწვეულ სინათლის გამოყენების გარეშე გამოწვეულ სინათლის გამოყენების გარეშე გამოწვეულ სინათლის გამოყენების გარეშე გამოწვეულ სინათლის გამოყენების გარეშე გამოწვეულ სინათლის გამოყენების გარეშე გამოწვეულ სინათლის გამო�� +ჩვეულებრივ, ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვ +მოსაზავრი იყო თავისი დროის მაქსიმალური პრედატორი, ამიტომ ის არასოდეს არ შეეძლო, გარდა სხვა მოსაზავრებს. +მისი ძლიერი სხეულები მეტი 70-ზე მეტი კარგი ეზღუდით იყო დაკავშირებული, მათ შორის მისი სხეულების ზემოქმედებით, რაც ნიშნავს, რომ არასოდეს არ იყო გარეშე, რომელიც მისი გზის გარეშე გადაწყვეტილებდა. +ჩვეულებრივ ვერ ვიცით, მაგრამ ის შესაძლოა იყო წერილი. მისი საკვები მოიცავდა წყალქვეშა, დიდი წყალქვეშა, სხვა მოსაზაურებს და შესაძლოა იყო კანიბალი. +ასევე, მას ესროლა ყველაფერი, რომელიც წყალში შეწყვიტა; ასევე დინოზავრის გიგანტური ტიპის, როგორიცაა ტ. რექსი, არ იყო მისთვის მიმართული. +მიუხედავად იმისა, რომ უმეტესობა მათი საკვები ჩვეულებრივია ჩვეულებრივია ჩვეულებრივია ჩვეულებრივია ჩვეულებრივია ჩვეულებრივია ჩვეულებრივია ჩვეულებრივია ჩვეულებრივია ჩვეულებრივია ჩვეულებრივია ჩვეულებრივია ჩვეულებრივია ჩვეულებრივია ჩვეულებრივია ჩვეულებრივია ჩვეულებრივია ჩვეულებრივია ჩვეულებრივია ჩვეულებრივია ჩვეულებრივია ჩვეულებრივია ჩვეულებრივია ჩვეულებრივია ჩვეულებრივია ჩვეულებრივია ჩვეულებრივია ჩვეულებრივია ჩვეულებრივია ჩვეულებრივია ჩვეულებრივია �� +კიდევ ერთ-ერთი განსხვავება იყო, როდესაც სიღარი ადამიანები და ქალები თავიანთი საკვების მიღების დროს კავშირში ეწოდებდნენ, ძველი ადამიანები საკვების მიღების დროს თავიანთი მხრივების გამოყენების საკუთარი ბანკეტების მიღების საკუთარი წარმოადგენდა, სადაც მათ საკვების მიღების დროს თავიანთი მხრივების გამოყენების საკუთარი ბანკეტების მიღების დროს თავიანთი მხრივების გამოყენების საკუთარი ბანკეტების მიღების დროს თავიანთი მხრივების გამოყენების საკუთარი ბანკეტების მიღების დროს თავიანთი მხრივები +ძველი რომელი საკვები არ შეიძლება მოიცავდნენ საკვებს, რომლებიც ევროპაში ამერიკიდან ან აზიიდან მეორე საუკუნეებში მიღწევდნენ. +მაგალითად, მათ არ აღწერეს კორჩული, ან ტომატები, ან კარტოფები, ან კოკა, და რომელიც წარმოადგენს ძველი რომელი, არასოდეს ტურკეტის ტესტირებს. +ბაბელონიელებმა თავისი ყველა ბოგის პირველ ტაძრის შექმნას დაიწყეს, რომელიც წარმოადგენდა ბოგის სახლი. +ადამიანები წარსულებს გამოიყენებდნენ ღონისძიებებზე და ფესტივალებზე ღონისძიებებზე და ფესტივალებზე ღონისძიებებზე ღონისძიებებზე ღონისძიებებზე ღონისძიებებზე ღონისძიებებზე ღონისძიებებზე ღონისძიებებზე ღონისძიებებზე ღონისძიებებზე ღონისძიებებზე ღონისძიებებზე ღონისძიებებზე ღონისძიებებზე ღონისძიებებზე ღონისძიებებზე ღონისძიებებზე ღონისძიებებზე ღონისძიებებზე ღონისძიებებზე ღონისძიებებზე ღონისძიებებზე ღონისძიებებზე ღონისძიებებზე ღონისძიებებზე ღონისძიებებზე ღონისძ +ყველა ტაძრში ყოფილი ტაძრის სახლი იყო და შემდეგ შიდა სახლი, რომელიც მხოლოდ მომღერებს შეეძლო. +რამდენიმე შემთხვევაში სპეციალური პირამიდის ფორმით შექმნილი კოშკები, რომლებიც ზიგურატებს უწოდებენ, შექმნილი იყვნენ ტაძრების ნაწილი. +კოშკის მაღალი ნაწილი წარმოადგენდა სპეციალური სანქტუარიის ფორმას, რომელიც წარმოადგენდა ღმერთს. +სამხრეთ აღმოსავლეთის ტემპერატურული კლიმატის გარეშე, სახლი არ იყო ასეთი მნიშვნელობით მნიშვნელობით მნიშვნელობით მნიშვნელობით მნიშვნელობით მნიშვნელობით მნიშვნელობით მნიშვნელობით მნიშვნელობით მნიშვნელობით მნიშვნელობით მნიშვნელობით მნიშვნელობით მნიშვნელობით მნიშვნელობით მნიშვნელობით მნიშვნელობით მნიშვნელობით მნიშვნელობით მნიშვნელობით მნიშვნელობით მნიშვნელობით მნიშვნელობით მნიშვნელობით მნიშვნელობით მნიშვნელობით მნიშვნელობით მნიშვნელობით მნიშვნელობით მნიშვნელობით მნიშვნელობით მნიშვნელობით მნიშვნელობით მნიშვნელ +ჰებრალის ოჯახის ცხოვრების უმეტესობა გამოიყენებული იყო გაერთიანებული სამხრეთის გაერთიანებულ სამეფოში. +ქალები კერძის მოწყობის პროცესის მიმდინარეობისას იმყოფებოდნენ; მაღაზიები მხოლოდ გამოყენებული სტენები იყო, რომელიც სახლების შექმნაში გამოიყენებული იყო. +კანაანის მიწაზე არ არსებობდა დიდი ღამურები, ამიტომ ხე ძალიან ძვირი იყო. +გრენლანდია საკმაოდ ადგილოდა. ნორვეგიელების ეპოსებში აღნიშნულია, რომ ერიკ მწვანე ისლანდიდან გამოეყენებული იყო მკვლელობის წინააღმდეგ, და როდესაც დასავლეთის მიმართული მოგზაურობის დროს გრენლანდია აღმოაჩინა, მას გრენლანდიას უწოდა. +მაგრამ მიუხედავად მისი გამოყენების მიუხედავად, ესკიმოების სახელმწიფოები უკვე ისეთ ადგილზე ცხოვრობდნენ. +მიუხედავად იმისა, რომ ყველა ქვეყანა „სკანდინავიური“ იყო, ადამიანების, მეფეების, კულტურის და ისტორიის შორის დენმარკის, შვეიცარიის, ნორვეგიის და ისლანდიის შორის განსხვავებები ბევრი იყო. +თუ თქვენ ვხედავთ ფილმს „ეროვნული ძალები“, თქვენ შეიძლება გულისხმობთ, რომ დეკლარაცია დამოუკიდებლობის მიღების დოკუმენტის მიღწევის დასახელების დასახელების დასახელების დასახელების დასახელების დასახელების დასახელების დასახელების დასახელების დასახელების დასახელების დასახელების დასახელების დასახელების დასახელების დასახელების დასახელების დასახელების დასახელების დასახელების დასახელების დასახელების დასახელების დასახელების დასახელების დასახელების დასახელების დასახელების დასახელების დასახელების დასახელების დასახელე +თუმცა, ეს არ არის სწორედ. მიუხედავად იმისა, რომ დოკუმენტის წყაროზე არსებობს რამე, ეს არ არის ძველი ქალაქების ადგილების აღწერა. +დეკლარაციას დამოუკიდებლობის მიერ დაწერილი სიტყვები იყო "ორიგინალური დეკლარაცია დამოუკიდებლობის მიერ, 4 ივლის 1776 წელს". ტექსტი დოკუმენტის დაბალი ნაწილზე გამოჩენილია, გასული მიმართულებით. +მიუხედავად იმისა, რომ არავინ არ აცნობს, რომელიც წერა, ცნობილია, რომ მისი ცხოვრების დასაწყისში, დიდი ფარჩმენტის დოკუმენტი (რომელიც 29¾ ინჩის და 24½ ინჩის განსხვავებით მიაღწია) დაკავშირებული იყო. +ასევე, არანაირი არის, რომ ნოტაცია მხოლოდ ეტიკეტის სახელად დაამატა. +დ-ის დღეს და მიმდინარე ბრძოლების შედეგად ფრანგეთის ჩრდილოეთი გათავისუფლდა, მაგრამ სამხრეთი ჯერ არ იყო გათავისუფლებული. +ის ფრანგელების "ვიჩის" მემკვიდრეობის ქვეყანა იყო. ეს იყო ფრანგელები, რომლებსაც გერმანელებთან შეთანხმების შემდეგ 1940 წელს მიმდინარეობდნენ და ინვალიდების გარეშე მუშაობდნენ, ვიდრე მათთან ბრძოლის წინააღმდეგებას. +1940 წლის 15 აგვისტოს, საერთაშორისო ძალები სამხრეთ ფრანგეთის ინვაზიას დაიწყეს, ინვაზიის სახელი "ოპერაცია Dragoon" იყო. +მხოლოდ ორი კვირის განმავლობაში, ამერიკელები და თავისუფალი ფრანგელების ძალები სამხრეთ ფრანგეთის გათავისუფლებეს და გერმანიას მიმართულებდნენ. +ცივილიზაცია ინდივიდუალური კულტურაა, რომელიც მნიშვნელოვანი დიდი ჯგუფის ადამიანებისთვის განახორციელდება, რომლებიც ერთად ცხოვრობენ და მუშაობენ, საზოგადოებას. +სივილიზაციის სიტყვა ლათინური სივილისის გამოყენებით გამომდინარე, რომელიც სივილის განსხვავებით განახორციელდება ლათინურ სივილისის გამოყენებით, რომელიც სივილის განსხვავებით განახორციელდება ლათინურ სივილისის გამოყენებით, რომელიც სივილის განსხვავებით განახორციელდება ლათინურ სივილისის გამოყენებით, რომელიც სივილის განსხვავებით განახორციელდება ლათინურ სივილისის გამოყენებით, რომელიც სივილის განსხვავებით განახორციელდება ლათინურ სივილისის გამოყენებით, რომელიც სივილის განსხვავებით განახორციელდება ლათინურ ს +ქალაქის სახელმწიფოები ეროვნების წინააღმდეგებია. ცივილიზაციური კულტურა განაცხადებს, რომ ცოდნის გადაწყვეტილება რამდენიმე გენერაციის განმავლობაში განახორციელდება, კულტურული მიღწევების გადაწყვეტილება და სწრაფი გამოყენება. +მცირე კულტურები ხშირად გარდაიცვალებენ იმის გარეშე, როდესაც არ დარჩებენ მნიშვნელოვანი ისტორიული მტკიცებულებები და არ მოუწოდებენ სწორედ ცივილიზაციებს. +რევოლუციური ომის დროს, მე-13 ეროვნებმა პირველად შექმნა კარგი ცენტრალური მთავრობა, რომელსაც კონგრესი იყო მხოლოდ ერთ-ერთი კომპონენტი, კონფედერაციის სტატიების მიხედვით. +კონგრესს არ ჰქონდა ყოფილი ძალა, რათა იმყოფებოდა ხარჯებს, და რადგან არ ჰქონდა ეროვნული მთავრობის ან სასამართლოს, ის დარჩა სახელმწიფო ადმინისტრაციის ძალებს, რომლებიც ხშირად უკავშირდნენ, ყველა თანამედროვე აქტის მისაღწევას. +ასევე, ის არ მიიღო უფლებას, რათა უარყო სხვადასხვა სახელმწიფოების შორის სხვადასხვა საკანონმდებლო დოკუმენტებს და ტარიფებს. +წერილების მიღების მიზნით ყველა სახელმწიფოს გაერთიანებული სასამართლოს ერთიანებული მიზნების მიღების მიზნით ყველა სახელმწიფოს გაერთიანებული სასამართლოს ერთიანებული მიზნების მიღების მიზნით ყველა სახელმწიფოს გაერთიანებული სასამართლოს ერთიანებული მიზნების მიღების მიზნით ყველა სახელმწიფოს გაერთიანებული სასამართლოს ერთიანებული მიზნების მიღების მიზნით ყველა სახელმწიფოს გაერთიანებული სასამართლოს ერთიანებული მიზნების მიღების მიზნით ყველა სახელმწიფოს გაერთიანებული სასამართლოს ერთია +იტალიის ეროვნული ფეხბურთი გერმანიის ეროვნულ ფეხბურთის გუნდთან ერთად მეორე წარმატებული გუნდია მსოფლიოში და ისინი 2006 წელს ფიფას მსოფლიო თასის ჩემპიონები იყვნენ. +პოპულარული სპორტი მოიცავს ფეხბურთი, კალათბურთი, ვოლეიბოლი, წყალმოწყობის ფეხბურთი, მეწყერება, რაგბი, ველოსიპედია, წყალმოწყობის ჰოკეი, როლერ ჰოკეი და F1 მოტორსპორტი. +ზამთრის სპორტი ჩრდილოეთ რეგიონებში ყველაზე პოპულარულია, სადაც იტალიელები საერთაშორისო თამაშებში და ოლიმპიურ თამაშებში მონაწილეობენ. +ჯაპონიის ტერიტორიაზე დაახლოებით 7,000 კუნძული არსებობს (ყველაზე დიდი კუნძულია ჰონშუ), რასაც ჯაპონია მსოფლიოში 7-ე დიდი კუნძულია! +ჯაპონიის კუნძულების/ჯგუფების გარეშე, ჯაპონიის გეოგრაფიულ ადგილზე ხშირად "არქიპელაგი" ეწოდება. +ტაივანის სახელი 15 საუკუნის დასაწყისში დაიწყო, როდესაც ევროპული მეწყერები, რომლებიც კუნძულის გასწვრივ მოგზაურობდნენ, მისი სახელი ჩანაწერდნენ როგორც Ilha Formosa, ან ხელოვნური კუნძული. +1624 წელს, ჩრდილოეთ-აღმოსავლეთ ინდოეთის კომპანია ტაივანის სამხრეთ-დასავლეთ რეგიონში აღმოჩნდა ბაზა, დაიწყო მიმართულება წყაროების მიღების პრაქტიკების შეცვლას და ჩინელების მუშაობას თავისი რისი და ღამურების პლანტაციებზე. +1683 წელს, ჩინეთის სამეფოს (1644-1912) ძალები ტაივანის დასავლეთისა და ჩრდილოეთის სანაპირო ტერიტორიების კონტროლის მიღების შემდეგ, ტაივანი ჩინეთის სამეფოს პროვინცია გახდა 1885 წელს. +1895 წელს, პირველი ჩინეთი-ჯაპონეთის ომის (1894-1895) შემდეგ, ჩინეთის მთავრობა წერს შიმონოსეკის შეთანხმების შესახებ, რათა მიიღო ტაივანის სუვერენიტეტი ჯაპონეთის მიერ, რომელიც კუნძულზე მართავს 1945 წელს. +მაჩუ პიჩუს მათგანია სამი მნიშვნელოვანი სტრუქტურა, ასევე როგორც ინტიჰუატანა, მზის ტაძარი და სამი ფეხის ოთახი. +უმეტეს შენობები კომპლექსის გარშემო ადგილებში აღდგენილია, რათა ტურისტებს უფრო კარგი იდეა მიიღონ, თუ როგორც ისინი წარმოადგენდნენ. +1976 წელს, მაჩუ პიჩუს 30 პროცენტი აღდგენილი იყო და აღდგენის პროცესი დაწყებულია დღეს. +მაგალითად, მსოფლიოში ყველაზე გავრცელებული სტილური ფოტოგრაფიის ფორმატი 35 მმია, რომელიც ანალოგოვანი ფილმის ერას დასრულების დომინანტური ფილმის ზომია იყო. +დღეს მას წარმოებს, მაგრამ უმნიშვნელოვანად მნიშვნელოვანია, რომ ისინი დიგიტალური კამერის სენსორის ფორმატებს მიიღო. +35 მილიმეტრიანი ფორმატი რეალურად, სხვადასხვაობით, 36 მილიმეტრიანია და 24 მილიმეტრიანი ზემოქმედებით. +ამ ფორმატის ასპექტირობის მიხედვით, რომელიც გამოიყენება 12-ზე განადგურების გამოყენებით უპირატესობების რატიოს მიღებას, აღნიშნულია 3:2. +რამდენიმე ჩვეულებრივი ფორმატი (APS-ის ოჯახის ფორმატები, მაგალითად) ასპექტირობის რატიოს მიმართულია. +ყველაფერი გამოიყენებული და ხშირად გათავისუფლებული მეთოდის სიმპლიფიკაცია, რომელიც დინამიზმის გამოყენებას აღწერს, როდესაც ორიენტაციის რაოდენობის შენარჩუნებას შენარჩუნებს. +ის განაცხადებს, რომ ყველაზე სასარგებლო ადგილი მთავარი სუბიექტისთვის არის იმაღების გამოყენების საშუალების გარეშე, როდესაც იმაღები სხვადასხვაობით და სხვადასხვაობით მიმართულად გამოყენების საშუალების გარეშე (იხილეთ მაგალითი). +ევროპის ისტორიის მიმდინარე პერიოდში, როდესაც კათოლიკური ეკლესია, რომელიც გახდა ძველი და ძალიან ძლიერი, გამოიყენებული იქნა. +რამდენიმე ათასი წლის განმავლობაში ქრისტიანული რელიგიის მიერ ევროპული ქვეყნები ერთად იყვნენ, მიუხედავად ენების და კულტურის განსხვავებების გარეშე. +მისი ყველაფრის ძალა ეწინააღმდეგებდა ყველა ადამიანს, სამეფოდან ჩვეულებრივი მოქალაქეებამდე. +ერთ-ერთი მთავარი ქრისტიანობის მიზეზია არის ის, რომ ძველება უნდა იყოს გამოიყენებული, რათა გაუმჯობესოს სიკვდილით და სიღარით, და რომ ეკლესიის მონეტარული ფონდები სპეციალურად ამ მიზეზზე არის გამოყენებული. +ეკლესიის ცენტრალური ავტორიტეტი რომეში იყო მეტი ათასობით წლის განმავლობაში და ეს ძალის და ფულის კონცენტრაციის შედეგად რამდენიმე ადამიანს უწოდებდა კითხვას, თუ არ იქნება ეს თეზის შესაბამისად. +მას შემდეგ, რაც ბრძოლები დაიწყო, გაერთიანებული სამეფო გერმანიის საზღვაო ბლოკადის წინააღმდეგება დაიწყო. +სტრატეგია აღნიშნული იყო აქტუალური, რათა შეეწყვიტა მნიშვნელოვანი სამხედრო და სამოქალაქო მიღებები, მიუხედავად იმისა, რომ ეს ბლოკადა არასწორედ იურიდიულ კოდექსს, რომელიც მოწყობილია რამდენიმე საერთაშორისო შეთანხმების შესახებ ორი საუკუნის განმავლობაში. +ბრიტანეთმა საერთაშორისო წყაროებში მინებდა, რათა არანაირი ხომალდების შეწყვეტილების გარეშე, რათა არანაირი ხომალდების შეწყვეტილების გარეშე, რათა არანაირი ხომალდების შეწყვეტილების გარეშე, რათა არანაირი ხომალდების შეწყვეტილების გარეშე, რათა არანაირი ხომალდების შეწყვეტილების გარეშე, რათა არანაირი ხომალდების შეწყვეტილების გარეშე, რათა არანაირი ხომალდების შეწყვეტილების გარეშე, რათა არანაირი ხომალდების შეწყვეტილების გარეშე, რათა არანაირი ხომალდების შეწყვეტილების გარეშე, რათა ა +რადგან ამ ტაქტიკის შესახებ მცირე რეაქცია მოჰყვა, გერმანია გეგმავდა, რომ მას შეეხება მსგავსი რეაქცია თავისი უზენაესი წყალქვეშა ომის შესახებ. +1920-იანი წლების განმავლობაში, უმეტეს მოქალაქეებისა და ეროვნების წინააღმდეგები იყო პაციფიზმისა და იზოლაციის წინააღმდეგები. +მსოფლიო ომის პირველ ნაწილის მიმდინარეობის შემთხვევის შემდეგ, ქვეყნები მოუწოდებდნენ, რომ ასეთ შემთხვევას მომავალში ასევე არ უნდა მოხდეს. +1884 წელს, ტესლამ აშშ-ში გადადა, რათა მიიღოს სამუშაო ადგილი ედისონის კომპანიასთან დაკავშირებით ნიუ-იორკ შტატში. +მან აშშ-ში მიღწევა თავისი სახელით 4 ცენტით, პოეზიის წიგნით და ჩარლზ ბატჩერის (მისი მენეჯერი მიმდინარე სამუშაოში) ტომას ედისონისთვის რეკომენდაციის წერილით. +ძველი ჩინეთი გამოიყენა განსხვავებული გზები განსხვავებული ხანგრძლივობების განხილვისთვის; ყოველი ეტაპი ჩინეთის ან ყოველი ოჯახი, რომელიც ხელისუფლებაში იყო, განსხვავებული დინასტიი იყო. +ასევე, ყოველი სამეფოს შორის იყო არასწორი ხანგრძლივი პერიოდი. ყველაზე ცნობილი ამ პერიოდების ერთ-ერთი იყო სამი სამეფოების ეპოქა, რომელიც 60 წლის განმავლობაში მოხდა ჰანის დინასტიისგან ჯინის დინასტიის შორის. +ამ პერიოდების განმავლობაში ძალიან მძიმე ბრძოლა მოხდა მრავალი ნობლის შორის, რომლებიც სამეფოს მიერ ბრძოლის მიმართულები იყვნენ. +აღმოსავლეთ ჩინეთის ისტორიის ერთ-ერთი ყველაზე ძლიერი პერიოდი იყო სამი სამეფოს პერიოდი, როდესაც ათასობით ადამიანი დაიღუპა ბრძოლების დროს, როდესაც ცდილობდნენ უმაღლესი ადგილის მიღება დიდ სასახლში, სიანში. +სოციალური და პოლიტიკური შედეგები ბევრად არსებობს, როგორიცაა მეტრიკური სისტემის გამოყენება, აბსოლუტიზმიდან რესპუბლიკანიზმის გადასვლა, ნაციონალიზმისა და მისაღწევა, რომ ქვეყანა ხელოვნებს, არა მხოლოდ ერთ ეროვნულ მემკვიდრეს. +ასევე, რევოლუციის შემდეგ სამუშაო ადგილები ყველა მამაკაცისთვის გახსენებული იყო, რათა საუკეთესო ამბიციური და წარმატებული ადამიანების წარმატების შესაძლებლობას გააჩნია. +ეს ასევე მოხდება სამხედრო ძალებში, რადგან არასოდეს არის სამხედრო რიგების შედეგები კლასის გარეშე, ამჟამად ისინი კაილაბერის გარეშე შედეგებია. +საფრანგეთის რევოლუცია ასევე გამოიწვია რამდენიმე სხვა ქვეყნის სხვადასხვა კატეგორიიის სამუშაო კლასის ადამიანებს, რომლებიც დაიწყეს თავის რევოლუციებს. +მუჰამადმა ძალიან ინტერესებდა სხვა სიცოცხლის საკითხებში. ის ყოფილიყო კავის, რომელიც „ჰირა“ სახელით ცნობილი გახდა მთის „ნური“ (სიმაღლი) მიმდინარეობის შესახებ. +მუღამედის სპირიტუალური მიმართულებების მაღალი განსხვავების გამოცდილების მიღწევად, მისი სახლი, რომელიც დროების გამოცდილების შემდეგ გარდაიცვალა, მუსლიმანების სპირიტუალური მიმართულებების მაღალი განსხვავების გამოცდილების მიღწევად ძალიან განსხვავებული იმაღებს. +მეკას ჩრდილოეთით მდებარე მთებზე ერთ-ერთ მთის ზედა ნაწილზე, მიწისძვრა სრულად იზოლირებულია მსოფლიოს სხვა ნაწილიდან. +რეალურად, ეს არ არის არასასურველი, მიუხედავად იმისა, რომ ერთ-ერთი იცავდა, რომ ის არსებობს. ერთხელ კავშირში, ეს არის სრული იზოლაცია. +არასოდეს არ არსებობს, მაგრამ მხოლოდ კარგი, კარისხი ღონისძიების ზედა ნაწილი და ბევრი მთების მრავალი ნაწილი არსებობს. მცირე ნაწილი ამ მსოფლიოს ნაწილი არ არსებობს ან არსებობს კავიდან გამოყენების შემთხვევაში. +გიზას მდებარე დიდი პირამიდი ერთადერთია, რომელიც დღეს ყოფილია. +ეგვიპტელების მემკვიდრე საუკუნეში შექმნილი, დიდი პირამიდი ერთ-ერთიანია რამდენიმე დიდი პირამიდის სტრუქტურა, რომელიც გარდაცვალებული ფარაოს სახელწოდებით შექმნილია. +ჯიზას პლატოს, ან "ჯიზას ნეკროპოლის" ეგვიპტის სიკვდილითი ველებში არსებობს რამდენიმე პირამიდი (სადაც დიდი პირამიდი ყველაზე დიდია), რამდენიმე მცირე სამეფო, რამდენიმე ტაძრი და დიდი სფინქსი. +დიდი პირამიდი შექმნილი იყო ფარაოს ხუფუს სახელწოდებით, და ბევრი მცირე პირამიდი, სამეფოები, და ტაძრები შექმნილი იყო ხუფუს მეუღლეებისა და ოჯახის წევრების სახელწოდებით. +„ზემოქმედების წყაროს“ წარმოადგენს V-ის ფორმას და „ზემოქმედების წყაროს“ წარმოადგენს სტაპელის ან სხეულის ფორმას, რომელსაც დაბალი სხეული არ არსებობს. +ზემოქმედება ნიშნავს, რომ თქვენ უნდა დაიწყოთ თავიდან და წინააღმდეგოთ ბურთი, და წინააღმდეგობა ნიშნავს, რომ თქვენ უნდა დაიწყოთ ხელიდან და წინააღმდეგოთ ბურთი. +ზემოქმედების გამოყენების შემთხვევაში, ზემოქმედების გამოყენების შემთხვევაში, ზემოქმედების გამოყენების შემთხვევაში, ზემოქმედების გამოყენების შემთხვევაში, ზემოქმედების გამოყენების შემთხვევაში, ზემოქმედების გამოყენების შემთხვევაში, ზემოქმედების გამოყენების შემთხვევაში, ზემოქმედების გამოყენების შემთხვევაში, ზემოქმედების გამოყენების შემთხვევაში, ზემოქმედების გამოყენების შემთხვევაში, ზემოქმედების გამოყენების შემთხვევაში, ზემოქმედების გამოყენების შემთხვევაში, ზემოქმედების გამოყენების შემთხ +თქვენი საკუთარი წყაროების მიღება თქვენს თავისუფლებაა, მაგრამ აღნიშნუთ, რომ გაჩერებული წყაროები მუსიკალური მიზნებისთვის აქვს, ამიტომ ისინი ყოველთვის უფრო სერიოზულად უნდა იყოს მიღებული. +ტერიფირებული მეფე ლუის მე-16, ქუეენ მარი ანტონეტა, მათი ორი ახალგაზრდებული შვილი (11 წლის მარი ტერეზი და 4 წლის ლუის-შარლო) და მეფის სესტერი, ქუეენ ელიზაბეტ, 1789 წლის 6 ოქტომბერს ბაზარის ქალების ჯგუფის წინააღმდეგ პარიზში დაბრუნებული იყვნენ. +მანქანაში ისინი დაბრუნეს პარიზში, როდესაც ისინი წარმოადგენდნენ ახალგაზრდა ხალხს, რომლებიც ყურადღებდნენ და ყვირილებდნენ მეფსა და მეფის მეწყერების წინააღმდეგ. +ადამიანების მოწყობილობა მეფესა და მეფესის მეწყერებს მიიღო თავიანთი მანქანების ფანჯრების გახსენება. +ერთ-ერთი მომენტის განმავლობაში, მობის წევრმა მეფობის დაცული როიალური გარდის თავმჯდომარე ვერსაილში გარდაცვალების შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის +შეერთებული შტატების იმპერიალიზმის სამწუხარო ხარჯები ფილიპინების კონკრედირების დროს ფილიპინელების მხრიდან გადაწყვეტილებული იყო. +ისინი იყვნენ აღნიშნული, რომ უნდა გადაადგილებინათ დანიშვნებს აშშ-ს კოლონიალურ რეჟიმს, რათა გადაადგილებინათ მნიშვნელოვანი ნაწილი დანიშვნების და ფილიპინეთის მთავრობის სახელით გამოყენებული ბონდების ინტერესის გადასახად. +კეთილდღეობით, ფილიპინელების გამოყენების გრძელვადი გამოყენების შედეგად მიღებული სუპერმაღალი მიღწევები აშშ-ის იმპერიალიზმის მნიშვნელოვანი მიღწევები იქნება. +ტემპლარების გაიგონებას უნდა გაიგონოთ კონტექსტი, რომელიც ორდენის შექმნას გამოიწვია. +ღონისძიების მიღების ხანგრძლივობის ხანგრძლივობის ხანგრძლივობის ხანგრძლივობის ხანგრძლივობის ხანგრძლივობის ხანგრძლივობის ხანგრძლივობის ხანგრძლივობის ხანგრძლივობის ხანგრძლივობის ხანგრძლივობის ხანგრძლივობის ხანგრძლივობის ხანგრძლივობის ხანგრძლივობის ხანგრძლივობის ხანგრძლივობის ხანგრძლივობის ხანგრძლივობის ხანგრძლივობის ხანგრძლივობის ხანგრძლივობის ხანგრძლივობის ხანგრძლივობის ხანგრძლივობის ხანგრძლივობის ხანგრძლივობის ხანგრძლივობის ხანგრძლივობის ხანგრძლივობის ხანგრძლივობის ხანგრძლივობის ხანგრძლივობის ხანგრძლივობი +მაღალი სამეხუთე ახალი სამეხუთე ახალი სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხუთე სამეხ +ტექნოლოგიური დეტერმინიზმი ტერმინია, რომელიც გამოიყენებს ბევრი იდეას პრაქტიკაში, მათ შორის ტექნოლოგიური წინააღმდეგება ან ტექნოლოგიური იმპერატიულობა და სტრიქტურული წინააღმდეგება, რომელიც განაცხადებს, რომ ადამიანის გადაწყვეტილება გამოიწვევს მიმდინარე ლოგიკია, რომელიც დაკავშირებულია მეცნიერების კანონებთან და მათი ტექნოლოგიების გამოყენებით. +ტექნოლოგიური დეტერმინიზმის უმეტეს ინტერპრეტაციას ორი განსხვავებული იდეა ეწინააღმდეგება: რომ ტექნოლოგიის განვითარება კულტურული ან პოლიტიკური ინფლუენციის გარეშე განსხვავებული გზე მიმდინარებს და რომ ტექნოლოგია საზოგადოებასთან დაკავშირებით არა სოციალურად გადაწყვეტილებულია. +მაგალითად, ერთ-ერთი ადამიანი შეიძლება განაცხადოს, რომ მოტორული ავტომობილი უნარია გზების განვითარებას. +თუმცა, საერთაშორისო მაგისტრალური ქსელი არ არის ეკონომიკურად სასარგებლო მხოლოდ რამდენიმე ავტომობილისთვის, ამიტომ განვითარება ახალი მეთოდები ავტომობილების მიღების კოსტის შემცირების მიზნით. +მასშტაბური მანქანების მაღალი რაოდენობა ასევე გამოიწვევს მანქანების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შემცირების შ +რომანტიზმის დიდი ნაწილი კულტურული დეტერმინიზმია იყო, რომელიც გამოიყენებული იყო მწერებისგან, როგორებიცაა გოტე, ფიჩტე და შლეგელი. +რომანტიზმის კონტექსტში, გეოგრაფია პიროვნებს ინდივიდებს და ხანგრძლივი დროის განმავლობაში გეოგრაფიისთვის დაკავშირებული ღონისძიებები და კულტურა გამოიწვია, და ამ ღონისძიებები, რომლებიც საზოგადოების ადგილის ერთობლივობით ერთობლივი იყვნენ, უფრო კარგი იყო რომ არბიტრარულად დადებული კანონები. +მიუხედავად იმისა, რომ პარიზი ცნობილია, როგორც მოდის დედაქალაქი ამჟამადი მსოფლიოში, კონსტანტინოპოლის წარმოადგენდა მოდის დედაქალაქი ფეოდალური ევროპისთვის. +მისი ცნობიერება ლუქსუსის ეპიცენტრის წარმატებით დაიწყო 400 წლის შემდეგ და 1100 წლის შემდეგ მიმდინარეობდა. +მისი მდგომარეობა მე-12 საუკუნის განმავლობაში უმნიშვნელოვანად შემცირდა იმიტომ, რომ კრესტინელები დაბრუნებული იყვნენ დარჩენილი საწყისი, როგორიცაა სილკები და მიღწევები, რომლებიც უფრო მეტი ღირებული იყო ვიზანტიის ბაზარების გარეშე. +ამ დროს გამოიწვია სტილის დედაქალაქის სახელის მიღება კონსტანტინოპოლიდან პარიზამდე. +გოტიკური სტილი მაქსიმუმს მიიღო 10-11 საუკუნეში და 14 საუკუნეში. +დასავლეთის ბიზანტიური კულტურის გამოყენების შედეგად წარმატებით დასავლეთის მიმართულების სტილი დიდი მნიშვნელობით გამოიყენებული იყო. +თუმცა, მცირე კომუნიკაციის ქსელების გამო, დასავლეთის სტილები შეიძლება 25-30 წლის განიარაღების შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევ +დასავლეთ ევროპას მეორე საუკუნეების ბოლოს დაიწყო თავისი სტილის განვითარება. ერთ-ერთი ყველაზე მნიშვნელოვანი განვითარების დროს, როდესაც კრუსადების შედეგად ხალხი დაიწყო თავისი სტილის განვითარება, იყო ბუტონების გამოყენება, რათა თავისი მოწყობილების დარღვევად. +სუბსისტენციური აგრარია არის აგრარია, რომელიც საკმაოდ მეტი საკვების წარმოჩენას მიიღებს აგრარისტის და მის ოჯახის მხოლოდ საკმაოდ მეტი საკვების გამოყენებისთვის. +სუბსისტენციური აგრარული სისტემა ცალკეულია, ხშირად ორგანიკურია, სისტემა, რომელიც გამოიყენებს შენარჩუნებულ სემენტებს, რომლებიც ეკორეგიონში არის მიღებული, რათა მაქსიმალიზეს მიღწევა. +ისტორიულად, უმეტეს ფერმერი წარმოადგენდა გარეთ აგრარიას და ამის შესახებ დღეს ბევრი განვითარებულ ქვეყნებში ასევე არის შესახებ. +სუბკულტურები გაერთიანებენ სხვადასხვა ინდივიდებს, რომლებსაც სოციალური ჩვეულებრივების მიუხედავად უფრო მეტი უნდათ მიიღონ ყურადღება, და მათ საშუალება მიიღონ იდენტიტეტის განვითარებას. +სუბკულტურები შეიძლება განსხვავებული იყოს სხვადასხვაობის, ეთნიკურის, კლასის, ადგილის და/ან სხეულის გარეშე. +სუბკულტურის განსხვავებული მხარეები შეიძლება იყოს ლინგვისტური, ესტეტიკური, რელიგიური, პოლიტიკური, სექსუალური, გეოგრაფიული ან რამდენიმე ფაქტორის კომბინაცია. +სუბკულტურის წევრები ხშირად აღნიშნებენ თავის წევრობას განსხვავებული და სიმბოლური სტილის გამოყენების გამოყენებით, რომელიც მოიცავს მოდებს, მანერიზმებს და არგოტს. +ერთ-ერთი ყველაზე გავრცელებული მეთოდი სოციალიზაციის მნიშვნელობის განსხვავების მიზნით გამოიყენება, როდესაც გამოიყენება რამდენიმე ცუდი შემთხვევა ბავშვებისთვის, რომლებიც გარდაცვალების შემთხვევის დროს ადულტების მიერ სოციალიზაციის გარეშე დარჩენილი იყვნენ. +წესი ბავშვების სხვა სახელი არის „ფერალი“ ან „დიკი“. ზოგიერთი ფერალი ბავშვი ადამიანების მიერ (ხშირად თავისი მშობლების) დაკავებულია. ზოგიერთ შემთხვევაში, ბავშვის დაკავება მიუხედავად ბავშვის სერიოზული ინტელექტუალური ან ფიზიკური დაზიანებების მიუღწევად მშობლების მიერ მოხდა. +უცხოელი ბავშები შეიძლება მიიღოს ძალიან სერიოზული ბავშვების ძალადობის ან ტრავმის გამოცდილებას, სანამ დარჩენილი ან გადარჩენილი იყვნენ. +სხვებს უწოდებენ, რომ ცხოველების მიერ აღმოჩნდნენ; ზოგიერთი ასევე განაცხადება, რომ თავიანთი საკუთარი ტერიტორიაზე ცხოვრობდნენ. +როდესაც ადამიანების გარეშე ცხოველების მიერ სრულად გამოყენებული ხელოვნების შესახებ, უცხოელი ბავშვის სხვადასხვაობა (ფიზიკური შეზღუდვების შესაბამისად) უმრავლესობად განსხვავებს პატივის ცხოველების სხვადასხვაობას, როგორიცაა მისი შიში ან ინდიფერენცია ადამიანების წინააღმდეგ. +მიუხედავად იმისა, რომ პროექტის მიმართული სწავლება უფრო ადვილი და უფრო ინტერესული განახორციელდება, სკაფოლდინგი ერთი კვლავ გაგრძელდება. +სკეფინგი არ არის სწავლების მეთოდი, მაგრამ მხოლოდ დახმარებაა, რომელიც მხარს უწყობს ინდივიდებს, რომლებიც ახალი სწავლების გამოცდილების გარეშე არიან, როგორიცაა ახალი კომპიუტერული პროგრამის გამოყენება ან ახალი პროექტის დაწყება. +სკაფოდები შეიძლება იყოს რეალური და ვირტუალური, სხვა სიტყვებში, სკაფოდების ფორმა არის მასწავლე, მაგრამ ასევე არის მინიმალური პაპაკლიფი ადამიანი მიკროსოფტ ოფისში. +ვირტუალური სკაფოლდები პროგრამაში ინტერნეტიზებული იქნება და მისი მიზნა არის სტუდენტის მიერ გარკვეული პროცესების დაკვირვება, წინააღმდეგება და განაცხადება. +ბავშებს ხელოვნური დაცვის ცენტრებში გადაწყვეტილება განსხვავებული მიზეზების გარეშე, რომლებიც გარკვეულობის გარეშე, ძალადობის გარეშე და ექსტორციის გარეშე გადაწყვეტილება. +არავინ ბავშვი არ უნდა უნდა წარმოადგენდეს გარემოში, რომელიც არ არსებობს შენარჩუნების, მეუღლეობის და განათლების საშუალებებს, მაგრამ ის არ არსებობს. +ჩვეულებრივ, ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვ +ჩვეულებრივ, ჩვეულებრივი დაცვის სისტემა უნდა მიიღოს უსაფრთხო საცხოვრებელ საცხოვრებელებს, მეგობრებს, სტაბილური საგანმანათლებლო პროგრამებს და სასწრაფო სამედიცინო დახმარებას. +ხელოვნური დაცვა უნდა მიიღოს ყველა საჭიროებს, რომლებიც წარმოადგენდნენ სახლში, რომელიც მას წინ გამოიყენებული იყო. +ინტერნეტი შეერთებს ორივე ტიპის კომუნიკაციის ელემენტებს. +ინტერნეტის განსხვავებული ხარაქტერისტიკის გამოყენების თანახმად, გამოყენებისა და საჭიროების მიმართულების სხვადასხვა მიმართულების გამოყენების გამოყენების გამოყენების გამოყენების გამოყენების გამოყენების გამოყენების გამოყენების გამოყენების გამოყენების გამოყენების გამოყენების გამოყენების გამოყენების გამოყენების გამოყენების გამოყენების გამოყენების გამოყენების გამოყენების გამოყენების გამოყენების გამოყენების გამოყენების გამოყენების გამოყენების გამოყენების გ +მაგალითით, ინტერნეტის გამოყენების მნიშვნელოვანი მოტივაციები არის „სწავლება“ და „სოციალიზაცია“ (James et al., 1995). +1998 წელს, როდესაც ეიჰმეი და მაკორდი გამოძიებდნენ საზოგადოების რეაქციას ვებ-გვერდებზე, მათ ასევე აღმოაჩინეს ახალი მოტივაციის ასპექტები, როგორიცაა „პერსონალური ინვოლვემენტი“ და „კონტინუირებული ურთიერთობები“. +ვიდეო ჩანაწერის გამოყენების შედეგად მიღებულია მნიშვნელოვანი გამოჩენილებები მიკროექსპრესიების ინტერპრეტაციაში, სხეულის მოძრაობებში, რომლებიც რამდენიმე მილლის განმავლობაში მოხდება. +განსაკუთრებით, აღნიშნულია, რომ ადამიანის მიწისძვრის გამოყენების მიუხედავად ადამიანის მიწისძვრის გამოყენების მიუხედავად ადამიანის მიწისძვრის გამოყენების მიუხედავად ადამიანის მიწისძვრის გამოყენების მიუხედავად ადამიანის მიწისძვრის გამოყენების მიუხედავად ადამიანის მიწისძვრის გამოყენების მიუხედავად ადამიანის მიწისძვრის გამოყენების მიუხედავად ადამიანის მიწისძვრის გამოყენების მიუხედავად ადამიანის მიწისძვრის გამოყენების მიუხედავად ადამიანის მიწისძვრის გამოყენების მიუხედავად +ოლივერ საქსი, თავის წერილში პრეზიდენტის სიტყვაში აღნიშნა, თუ როგორც ადამიანები, რომლებსაც არ არის შესაძლებელი სიტყვის გაგება სხეულის დაზიანების გამო, სწორედ არ არის შესაძლებელი სიტყვის გაგება, სწორედ არ არის შესაძლებელი სწორედ არ არის შესაძლებელი სწორედ არ არის შესაძლებელი სწორედ არ არის შესაძლებელი სწორედ არ არის შესაძლებელი სწორედ არ არის შესაძლებელი სწორედ არ არის შესაძლებელი სწორედ არ არის შესაძლებელი სწორედ არ არის შესაძლებელი სწორედ არ არის შესაძლებელი სწორედ არ არის +ის ასევე უთხრებს, რომ ასეთი უნარის გამოყენების შესაძლებლობა არსებობს ცხოველებში, როგორებიცაა საკუთარი ძაღლები. +მე-20 საუკუნის კვლევების თანახმად, გენეტიკური განსხვავების არსებობა არსებობს ორივე ფორმაზე: ჩადენილი და გამოყენებული. +მუტაცია ახდენს ახალი გენეტიკური ვარიანტები და არჩევანს ის გამოყენებული ვარიანტების პულიდან. +სეგრეგაცია და რეკომბინაცია ყოველ გენერაციის განმავლობაში გადაადგილებს ვარიანტებს ორივე პულის შორის. +ჩრდილოეთ აფრიკის ტერიტორიაზე, როგორც წარმოადგენს სავანნაზე, ადამიანების სისტემაზე დამახასიათებელი დიგესტიური სისტემას წარმოადგენს პრიმატებს ძალიან ცუდი შესაძლებლობა, რათა მისი ამინო-ასიდური სისტემის მიღებულებების მიღწევად გამოიყენონ არსებულ წევრების რესურსებს. +ასევე, ამის გარეშე დარჩენას სერიოზული შედეგები აქვს: განვითარების დეპრესიის, საკვების დეფიციტის და საბოლოოს სიკვდილის გამოყენება. +ყველაზე მარტივად მიღებული წევრების რესურსები იყო პროტეინები, რომლებიც ხელოვნებში და ნათურებში არსებობდნენ, მაგრამ ამის გამოყენების შემთხვევაში ჩვეულებრივი პრიმატებს, როგორც ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ ჩვეულებრივ �� +განსხვავებით, ცხოველების საკვები (ღამურები, ტერმიტები, უბედურებები) არ არის მხოლოდ მარტივი მიღებული, მაგრამ ისინი უფრო მაღალი რაოდენობის პროტეინები მიიღებენ, რომლებიც ყველა მნიშვნელოვანი ამინოსაბეჭდების არსებობას მოიცავს. +ყველაფერი მიუხედავად, ჩვენ არ უნდა იყოს შეწყვეტებული, თუ ჩვეულებრივი წარმომადგენლები ჩვეულებრივი "პროტეინის პრობლემის" მისაღწევდნენ სხვადასხვა განსხვავებით, როგორც ჩიმპები დღეს სავანას განახორციელებენ. +ღამის შეწყვეტა პროცესია, რომელიც წარმატებით გამოყენება თქვენი ნორმალური ღამის პერიოდის დროს და შემდეგ მცირე ხანგრძლივობით (10-60 წუთის განმავლობაში). +ეს არის შესაძლებელი, როდესაც გამოიყენებთ რელატიურად ნაკლებად ხმის წინააღმდეგობას, რათა თქვენ აღმოჩნდეთ კონცენტრაციას, როდესაც თქვენ სრულად აღმოჩნდებათ. +თუ თქვენ აღმოჩნდებთ, რომ თქვენ ღამის შემცირების დროს თქვენი საწყისი დროის დარტყმის განახორციელება, თქვენ შეგიძლიათ მიიღოთ მათ სხვა ნაწილზე, რათა თქვენ გადაწყვიტოთ მათი განახორციელება. +სხვა ბიორითმიური ვარიანტები მიიღებენ გამოყენება ბევრი ფლუიდი (განსაკუთრებით წყალი ან ჩაი, ცნობილი დიურეტიკური საშუალებების მიღების გამოყენების საშუალებების საშუალებების საშუალებების საშუალებების საშუალებების საშუალებების საშუალებების საშუალებების საშუალებების საშუალებების საშუალებების საშუალებების საშუალებების საშუალებების საშუალებების საშუალებების საშუალებების საშუალებების საშუალებების საშუალებების საშუალებების საშუალებების საშუალებების საშუალებების საშუალებების საშუალებების საშუალებების საშუა +ადამიანის შიშის რაოდენობა დაკავშირებულია იმ რაოდენობასთან, რომელიც ადამიანის სხეულში და სისხლის რაოდენობასთან არის დაკავშირებული. +დაბალი ტენზია, უფრო მეტი პოზიტიური არის ცხოვრების ძალები. ყველა ადამიანს აქვს შესაძლებლობა აბსოლუტური მშვიდობისა და საკმაოდების გამოყენების შესაძლებლობა. +ყველა ადამიანს შეუძლია მიიღოს გამოწვეულება. მხოლოდ ჩვეულებრივი ტენზია და ნეგატიურობა არის ეს მიზნის გარეშე. +ტიბეტის ბუდიზმი ბუდის სიტყვებზე დაფიქსირებულია, მაგრამ მაჰაჯანის გზაზე და ინდოეთის იოგაზის მრავალი ტექნიკის გამოყენებით გაგზავნილია. +თიბეტის ბუდიზმი საკმაოდ პრინციპულად ძალიან პროსტა არის. ის მოიცავს კუნდალინის იოგას, მედიტაციას და ყველაფრის სიმაღლის მიღების გზას. +კუნდალინი იოგაში, კუნდალინის ენერგიის (გამოწვეულების ენერგიის) გამოყენება მოხდება იოგის პოზიციების, სხეულის მოძრაობის, მანტრის და ვიზუალიზაციის გამოყენებით. +ტიბეტის მედიტაციის ცენტრი იქნება დევითი იოგა. რამდენიმე დევითის ვიზუალიზაციის გამოყენებით ენერგეტიკური კანალები გამოსწორდება, ჩაკრასება აქტივირება და გამოწვეულების კონსციოზება შექმნება. +გერმანია მსოფლიო ომის მეორე ნაწილში ჩვეულებრივი სამწუხარო იყო, რაც გამოიწვია საერთაშორისო კოოპერაციას საერთაშორისო სოციალისტური რესპუბლიკისა და შეერთებულ შტატების შორის. ომის დასრულების შემდეგ სისტემის, პროცესის და კულტურის კონფლიქტი გამოიწვია ქვეყნების გადაჩერებას. +ომის დასრულების ორი წელის შემდეგ, წარმატებული მეგობრები ახლა წარმატებულები იყვნენ და წარმატებული ომი დაიწყო. +ეს მიიღო შემდეგი 40 წელის განმავლობას და იყო მიმდინარეობითი, პროქური სამხედრო ძალების მიერ, აფრიკიდან აზიას მიმდინარეობით, აფგანისტანში, კუბაში და რამდენიმე სხვა ადგილას. +1939 წლის 17 სექტემბერს, პოლონეთის დაცვა უკვე განადგურებული იყო და მხოლოდ ერთ-ერთი იმედი იყო დაბრუნება და რეორგანიზაცია რუმენეთის ხიდებზე. +თუმცა, ეს გეგმები დაახლოებით ერთი ღამის განმავლობაში განადგურდა, როდესაც 800,000 სოვეტური სამხედრო ჯარისკაცი შეეწყო და შექმნა ბელარუსიის და უკრაინის ფრონტებს, როდესაც სამხედრო ჯარისკაცებმა პოლონიის აღმოსავლეთ რეგიონებში შეწყვიტეს რიგის შეთანხმების, სოვეტ-პოლონეთის არასამთავრობის პაქტის და სხვა საერთაშორისო შეთანხმების გარეშე, როგორც ბილატერალური და მულტილატერალური. +სავარაუდო მანქანების გამოყენება არის უმრავლესობად ეფექტური გზა, რათა გადაადგილებდნენ დიდი რაოდენობის ადამიანებისა და მაღაზიების ოკეანებზე გადაადგილებას. +საზღვაო ძალების სამუშაოები ტრადიციულად იყო უზრუნველყოფა, რომ თქვენი ქვეყნის შესაძლებლობა განახორციელდეს თქვენი ხალხისა და მაღაზიების გადაადგილებას, როდესაც მიმდინარე დროს თქვენი სამწუხარო ქვეყნის შესაძლებლობა განახორციელდეს თქვენი ხალხისა და მაღაზიების გადაადგილებას. +ერთ-ერთი ყველაზე მნიშვნელოვანი ახალი მაგალითების ერთ-ერთი მაგალითი იყო მეორე მსოფლიო ომის დროს ჩრდილოეთ ატლანტიკის კამპანია. ამერიკელები ცდილობდნენ ადამიანებს და მატერიალებს ატლანტიკ ოკეანის გარშემო გადაადგილებას, რათა დახმარებდნენ ბრიტანეთს. +მიუხედავად ამისა, გერმანიის საზღვაო ძალები, გამოიყენების უმეტესობად წყალქვეშა ხომალდებს, ცდილობდა ამ ტრანსპორტის შეწყვეტა. +თუ მეგობრები წარმატების შემთხვევაში წარმატების შემთხვევაში წარმატების შემთხვევაში წარმატების შემთხვევაში წარმატების შემთხვევაში წარმატების შემთხვევაში წარმატების შემთხვევაში წარმატების შემთხვევაში წარმატების შემთხვევაში წარმატების შემთხვევაში წარმატების შემთხვევაში წარმატების შემთხვევაში წარმატების შემთხვევაში წარმატების შემთხვევაში წარმატების შემთხვევაში წარმატების შემთხვევაში წარმატების შემთხვევაში წარმატების შემთხვევაში წარმატების შემთხვევაში წარმატების შემთხვევაში +ღორები ირანის ზაგროსის მთებში დაახლოებით 10,000 წლის წინ იყო პირველად დომესტირებული. +ძველი კულტურები და ტრიბები დაიწყეს მათი შენარჩუნება, რათა მიიღონ საკმაოდ მოხერხების შესაძლებლობა თვითმფრინავის მიღწევისთვის, თვითმფრინავის მიღწევისთვის, სხეულის მიღწევისთვის და თვითმფრინავის მიღწევისთვის. +ოჯახური ღორები ჩვეულებრივ ყოფილი იყო ღორების გუნდებში, რომლებიც მიმდინარეობდნენ მთებზე ან სხვა ღორების ადგილებზე, რომელიც ხშირად გუნდების მამაკაცები იყო, რომლებიც ხშირად იყვნენ ბავშვებს ან ადოლესენტებს, რასაც სხვადასხვა გუნდების მამაკაცების მეთოდები დღეს გამოიყენება. +გაერთიანებული სამეფოს 16 საუკუნის დასაწყისში აღმოჩნდა ვაგონების გზები. +მიუხედავად იმისა, რომ ვაგონის გზები მხოლოდ მხოლოდ იყო პარალელური ნათების კომპოზიცია, მათ წარმოადგენდა საშუალებას ჩვეულებრივი გზებისგან უფრო მეტი სიჩქარების მიღებასა და უფრო მეტი წინააღმდეგების მისაღწევას. +გარკვეული დროს გამოიყენეს კროსტიები, რათა გზებს ადგილი დარჩენის გარეშე. მიუხედავად ამისა, განსაკუთრებით განაცხადეს, რომ გზებს უფრო მეტად ეფექტური იქნება, თუ მათ ზედა ნაწილზე იქნება ფერადი. +ეს გახდა ჩვეულებრივი პრაქტიკა, მაგრამ ფერადი უფრო მეტი გამოიყენებდა მიღწევების მხრივ ფერადებზე. +საბოლოოს წინ, მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრივ მხრი +პირველი ცნობებითი ტრანსპორტირება ჩვეულებრივი მოგზაურობა იყო, ადამიანები ორი მილიონი წლის წინ, ჰომო ერექტუსის გამოყენების დროს დაიწყეს მოგზაურობას. +მათი წინააღმდეგეები, ავსტრალოპიტჰეკსები, წარმოდგენილი წესის გარეშე არ წინააღმდეგეს. +ავსტრალოპითეკუსის ფოსილებიდან, 4.2-3.9 მილიონ წლის წინ აღმოჩნდა ბიპედალური სპეციალიზაცია, მიუხედავად იმისა, რომ საჰელანტროპუსის ფოსილებიდან 7 მილიონ წლის წინ ასევე შეიძლება მოხდეს ორი ხელით გადაადგილება. +ჩვენ შეგვიძლია დაიწყოთ უფრო მეგობრულობას ეკოლოგიისთვის, ჩვენ შეგვიძლია ეკოლოგიური მოძრაობის წევრები გახდეს, და ჩვენ შეგვიძლია იყოს აქტივისტები, რათა შემცირებინათ მომავალში გამოცდილებას. +ეს ისევეა, როგორც სიმპტომატული თერაპიის გამოყენება ბევრ შემთხვევაში. თუმცა, თუ ჩვენ არ მხოლოდ თავშესაფრის გადაწყვეტილებას გვჭირდებათ, ჩვენ უნდა აღმოჩნდეთ პრობლემის წყარო, და ჩვენ უნდა გააჩნიათ მათ. +კარგია, რომ მსოფლიო ძალიან შეიცვალა ადამიანთა მეცნიერობის და ტექნოლოგიების განვითარების გამო, და პრობლემები უფრო დიდი გახდა იმის გამო, რადგან ადამიანების რაოდენობა უფრო მეტი გახდა და ადამიანების ექსტრავაგანტური სტილის გამო. +მას შემდეგ, რაც კონგრესი 4 ივლისს მიიღო, წერილი დრაფტი, რომელიც პრეზიდენტი კონგრესის ჯონ ჰანკოკისა და სექრეტარი ჩარლზ თომსონის წერილი იყო, გამოიყენებული იყო რამდენიმე ბლოკით მიწისძვრად ჯონ დუნლაპის პრესის მასწავლებლად. +ღამის განმავლობაში 150-დან 200 ექზემპლარი შექმნილი იყო, რომელიც ახლა ცნობილია, როგორც "დანლაპის ბროჯურები". +დოკუმენტის პირველი საჯარო წარსული იყო ჯონ ნიქსონის მიერ დამოუკიდებლობის სახლის მიწაზე 8 ივლისს. +ერთი გადაწყვეტილი გეორგი ვაშინგტონის მიმართული იყო 6 ივლისს, რომელიც 9 ივლისს ნიუ-იორკში მისი ძალების წარმომადგენლებს განახორციელდა. კოპია ლონდონში 10 აგვისტოს მიღებული იყო. +25 დანლაპის ბროშურა, რომლებიც ჯერ არის ცნობილი, არის დოკუმენტის ყველაზე ძველი გარდაცვალებული კოპიები. ორიგინალური ხელწერილი კოპია არ გარდაიცვალა. +დღეს ბევრი პალეონტოლოგის არსებობს, რომ ერთი ჯგუფი დინოზავრები გარდაიცვალა დღეს. ჩვენ მათ ბირძებს უწოდებთ. +რამდენიმე ადამიანი არ გეგმავს მათ დინოზავრებს, რადგან ისინი ფერებს აქვს და შეეძლებელია ფრენა. +მაგრამ ფრინველების შესახებ ბევრი საკითხი არსებობს, რომლებიც დინოზავრების განსხვავებით განსხვავებულია. +ისინი ფეხებს წარმოადგენენ, რომლებიც წარმოადგენენ ხელებს და კლავსებს, ისინი აღმოჩენებენ წყარო, და ისინი წარმოადგენენ თავის ორ წყნარი ფეხებს, როგორც ტ-რექსი. +დღეს გამოიყენებული კომპიუტერების უმეტესობა იყო შექმნილი ინფორმაციის მანიპულაციის გამოყენებით, რომელიც ბინარული ნომერების ფორმატში კოდირებულია. +ბინარული ნომერი მხოლოდ ორივე ნაწილის ერთ-ერთი ნაწილის შესახებ შეიძლება იყოს და ეს ნომერები ბიტების სახელად უწოდება კომპიუტერულ ჯარგონზე. +ინტერნალური გამარჯვება არ არის იმედიატურად აღმოჩნდება. სიმპტომები, როგორებიცაა აღმოჩნდება, არის საკმაოდ განსხვავებული, რაც არ არის შესაძლებელი იმედიატური დიაგნოსტიკის განხორციელება. +ყველაზე უფრო კარგი ინდიკაციის მიღება შეიძლება იყოს მედიკამენტების ან ტოქსიკური სასამართლო ხიმიური ელემენტების წარმოადგენა. +აღნიშნუთ ეტიკეტის სპეციფიკური პირველ დახმარების ინსტრუქციები ამ სპეციფიკურ საფრთხის გამოყენების შესახებ. +ენტომოლოგების თანახმად, ტერმინი ბაგი იყო გამოყენებული ფორმალურ სიტუაციაში ამ ჯგუფის ცხოველებთან დაკავშირებით. +ეს ტერმინი წარმოადგენს ძველი წინააღმდეგების გარეშე, რომლებიც ინსექტებია, რომლებიც ძალიან ადაპტირებულია ადამიანების პარაზიტირებასთან დაკავშირებით. +როგორც მკვლელობის წვეულები, ასევე საჭიროების წვეულები ნიდიკოლულებია, რომლებიც ადაპტირებულია ცხოვრების ნესტში ან საცხოვრებელი საცხოვრებელის საცხოვრებელში ცხოვრებას. +ამერიკის შეერთებულ შტატებში დაახლოებით 400,000 შემთხვევა აღიარებულია მულტიპლე სკლეროზის (MS) შემთხვევებზე, რაც განაცხადებს, რომ ეს არის უმაღლესი ნეუროლოგიური დაავადება ახალგაზრდებისა და შუა ახალგაზრდების ადულებში. +MS-ი არის დაავადებული, რომელიც ცენტრალური ნერვულის სისტემაზე გავლენას გამოიწვევს, რომელიც შედგება სხეულიდან, სხეულის ნერვებიდან და სხეულის ნერვებიდან. +კვლევების თანახმად, ქალები ორიგინალურად ორჯერ უფრო სავარაუდო არიან მს-ის გამოყენების შესახებ. +წყვილებს შეუძლია გადაწყვიტოს, რომ არ არის მათი საუკეთესო ინტერესის გარეშე, ან მათი შვილის საუკეთესო ინტერესის გარეშე, ბავშვის გამოყენება. +ეს წყაროები შეეძლება არჩეულოს თავისი ბავშობის ადოპციის გეგმას. +ადოპციის შემთხვევაში, დაბადების მშობლები მოუწყობენ თავიანთი მშობლების უფლებები, რათა სხვა წყაროს მშობლებს შეუძლია დაბადების მშობლება. +მეცნიერების მთავარი მიზნა არის მსგავსების გამოყენება მეცნიერობის მეთოდებით მსოფლიოს მუშაობის განხილვაზე. მეცნიერობის მეთოდები რეალურად უმჯობესი მეცნიერობის კვლევების მიმართულებაა. +მაგრამ ეს არ არის მხოლოდ ექსპერიმენტი, ექსპერიმენტი არის გამოცდილება, რომელიც გამოიყენება, როდესაც ერთი ან მეტი ვარიანტური გიპოთეზის გაუმჯობესება საჭიროა. კითხვების გამოყენებისა და ობსერვაციების გამოყენების გარეშე, ექსპერიმენტი ასევე სამეცნიერო კვლევების მიმართულებაა. +ნატურალისტები და ფილოსოფები კლასიკული ტექსტების და განსაკუთრებით ლათინურ ენაზე წარმოადგენს ბიბლიის შესახებ. +წინააღმდეგებული იქნა არისტოტელის ახალგაზრდასთან დაკავშირებულ ყველა სამეცნიერო საკითხს, მათ შორის პსიხოლოგიას. +როდესაც წარმოადგენს გრეკულის ცნობიერების შემცირება, დასავლეთი აღმოაჩინა, რომ ის გრეკულის ფილოსოფიური და მეცნიერობიური ძველებისგან გამოჩენილია. +ბევრი ფიზიოლოგიური რითმი და ხელისუფლების გამოცდილება ხშირად მნიშვნელოვანად დაკავშირებულია ენდოგენური ციკლების არსებობას და მათი წარმოება ბიოლოგიური კლოკების გამოყენებით. +პერიოდული რითმები, რომლებიც არ არის მხოლოდ ექსტერნალური პერიოდული ინფორმაციის რეაქცია, დოკუმენტირებულია ყველაზე მეტი ცოცხალი ორგანიზმისთვის, მათ შორის ბაქტერიებს, გრიბებს, ვეყრებს და ცხოველებს. +ბიოლოგიური კლოკები არის თავისუფლები მიღებული ოსცილატორები, რომლებიც განახორციელებენ თავისუფლები ციკლების პერიოდს, გარდაცვალების შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევ +ჰერშეისა და ჩეისის ექსპერიმენტი იყო ერთ-ერთი წარმატებული გენეტიკური მატერიალის აღნიშვნის ექსპერიმენტი. +ჰერშეისა და ჩეისი გამოიყენეს ფაჯებს, ან ვირუსებს, რათა თავიანთი DNA-ის იმპლანტირებას ბაქტერიებში. +ისინი გააკეთეს ორ ექსპერიმენტს, რომელიც აღნიშნავდა ან DNA-ს ფაგეში რადიოაქტიურ ფოსფორის გარეშე, ან ფაგის პროტეინის გარეშე რადიოაქტიურ სულფურის გარეშე. +მუტაციების სხვადასხვა განსხვავებული შედეგები არის შესაძლებელი, მუტაციის ტიპის, გენეტიკური მატერიალის მნიშვნელობის და მუტაციის მიღებული კულტურული უჯრედების მიხედვით, ან არ არის მუტაციის მიღებული კულტურული უჯრედები გერმლინური კულტურული უჯრედებია. +მხოლოდ გერმ-ლინუქსის უჯრედებში შემცირების შესახებ შეიძლება მიიღოს ბავშვებს, როდესაც სხვა უჯრედებში შემცირების შედეგად შეიძლება გამოიწვიოს უჯრედის გარდაცვალება ან კიბოს. +ბუნებრივი ტურიზმი მიმართულებს ხალხს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს +ადგილობრივი აქტივობების მაგალითები იყოს ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულე +ერთ-ერთი მაგალითი იქნება ბორნეოში ორგანიზმების შესახვედრა, ფოტოგრაფირება და ინფორმაციის მოსწავლება. +ყოველ დილის დასაწყისში, ხალხი მცირე ქვეყნის ქალაქებიდან მანქანებში გასვლას იწყებს თავისი სამუშაო ადგილის მიმართულებისთვის და სხვების მიერ გადაწყვიტებს, რომლებიც მათი სამუშაო ადგილის მიმართულების ადგილის მიმართულების ადგილის მიმართულების ადგილის მიმართულების ადგილის მიმართულების ადგილის მიმართულების ადგილის მიმართულების ადგილის მიმართულების ადგილის მიმართულების ადგილის მიმართულების ადგილის მიმართულების ადგილის მიმართულების ადგილის მიმართულების ადგილის მიმართულების ადგილის მიმართულების ადგილის +ამ დინამიურ ტრანსპორტის შუტლებში, ყველა ადამიანი არსებობს გარკვეულად დაკავშირებული და მხარდაჭერებულია, საკუთარი მანქანების გამოყენების დამოუკიდებელი ტრანსპორტის სისტემას. +მეცნიერები ახლა აღნიშნებენ, რომ ეს მასიური კარბონის ეკონომიკა გამოიწვია ბიოსფერას ერთ-ერთ სტაბილური მდგომარეობიდან, რომელიც წინა ორ მილიონ წლის განმავლობაში ადამიანების ევოლუციის მხარდაჭერად მიიღო. +ყველა ადამიანი მონაწილეობს საზოგადოებაში და იყენებს ტრანსპორტირების სისტემებს. ყველა ადამიანი ტრანსპორტირების სისტემებზე წინააღმდეგებს. +განვითარებულ ქვეყნებში, როგორც ჩვენს ქვეყანაში, როგორც ჩვენს ქვეყანაში, როგორც ჩვენს ქვეყანაში, როგორც ჩვენს ქვეყანაში, როგორც ჩვენს ქვეყანაში, როგორც ჩვენს ქვეყანაში, როგორც ჩვენს ქვეყანაში, როგორც ჩვენს ქვეყანაში, როგორც ჩვენს ქვეყანაში, როგორც ჩვენს ქვეყანაში, როგორც ჩვენს ქვეყანაში, როგორც ჩვენს ქვეყანაში, როგორც ჩვენს ქვეყანაში, როგორც ჩვენს ქვეყანაში, როგორც ჩვენს ქვეყანაში, როგორც ჩვენს ქვეყანაში, როგორც ჩვენს ქვეყანაში, როგორც ჩ +რატომ არის ტრანსპორტირების სისტემების გარეშე, რატომ ისინი ყოველდღიურად წყარობენ? არ არიან ტრანსპორტირების ინჟინერები მხოლოდ არასწორები? ან არა ეს უფრო ფუნდამენტალური პროცესია? +ტრაფიკის მოძრაობა ინდივიდუალური მძღოლების და ავტომობილების მოძრაობას ორივე ქუჩის შორის და მათ ერთმანეთთან ინტერაქციის განხილვაა. +სამწუხაროდ, ტრაფიკის მოძრაობის კვლევა ძნელია, რადგან ავტომობილის მომხმარებელის წინააღმდეგება არ შეუძლია ყოველთვიურად აღმოჩნდეს. +გარდაცვალებით, მძღოლები წარმოადგენს საკმაოდ კონსისტენტური მიმართულებას; ამიტომ, ტრაფიკის მიმართულებები საკმაოდ კონსისტენტური იქნება და მათი მათემატიკული განახორციელება შესაძლებელია. +ტრანსპორტის მოძრაობის უფრო კარგი განახორციელების მიზნით, დააკავეს სამი მნიშვნელოვანი პარამეტრის ურთიერთობა: (1) მოძრაობა, (2) დენსიტეტი, (3) სიჩქარე. +ეს ურთიერთობები დაეხმარებან გზების საცენტრო ინფრასტრუქტურის გეგმის, დიზაინის და ოპერაციების განხრით. +ღამურები იყვნენ პირველი ცხოველები, რომლებიც წარსულებდნენ წყაროს. მათი შეძლებების დამახასიათებელი საშუალება მათ უფრო მეტად უფრო მეტად უფრო მეტად უფრო მეტად უფრო მეტად უფრო მეტად უფრო მეტად უფრო მეტად უფრო მეტად უფრო მეტად უფრო მეტად უფრო მეტად უფრო მეტად უფრო მეტად უფრო მეტად უფრო მეტად უფრო მეტად უფრო მეტად უფრო მეტად უფრო მეტად უფრო მეტად უფრო მეტად უფრო მეტად უფრო მეტად უფრო მეტად უფრო მეტად უფრო მეტად უფრო მეტად უფრო მეტად უფრო მეტად უფრო მეტად უფრო მეტად უფრო მეტად უფრო მეტად უფრო მეტად უფრო მ +ყველაზე მეტი ღამურების უპირატესობა არის, რომ ისინი შეეძლებენ თავის სხეულზე დაბრუნება თავიანთი ხელები. +ეს მათ უფრო დიაპაზონური არსებობს მცირე ადგილებს, სადაც ისინი დაუჭირებენ ჩვეულებრივი მიღწევებისგან. +დღეს, მხოლოდ დრაკონის ფრენებისა და მაიფლების ფრენების შესაძლებლობა არ არსებობს თავიანთი ფრენების დაბრუნებას. +ათასობით წლის წინ ადამიანი, რომელიც ჰქონდა სახელი არისტარხოს, განაცხადა, რომ მწველე სისტემა მზის მიმდინარეობის გარშემო მოძრაობდა. +ზოგიერთი ადამიანი იფიქრა, რომ მან სწორედ იყო, მაგრამ ბევრი ადამიანი განსხვავდა; რომ სოლარული სისტემა მიმდინარეობს მიწისძვრად მიწისძვრად მიწისძვრად მიწისძვრად მიწისძვრად მიწისძვრად მიწისძვრად მიწისძვრად მიწისძვრად მიწისძვრად მიწისძვრად მიწისძვრად მიწისძვრად მიწისძვრად მიწისძვრად მიწისძვრად მიწისძვრად მიწისძვრად მიწისძვრად მიწისძვრად მიწისძვრად მიწისძვრად მიწისძვრად მიწისძვრად მიწისძვრად მიწისძვრად მიწისძვრად მიწისძვრად მიწისძვრად მიწისძვრად მი�� +ეს განსაკუთრებულია, რადგან მწვანე არ გრძელდება, როგორც მოძრაობს. +ამაზონის მდინარე მეორე ყველაზე გრძელია და მეორე ყველაზე დიდი მდინარეა მსოფლიოში. ის მეტი წყაროს მიიღებს მეორე ყველაზე დიდი მდინარეს მეტი წყაროს. +ამაზონი ასევე ყველაზე დიდი მდინარეა მსოფლიოში, რომელიც ზოგჯერ ექვს მილია დაბალია. +ყველაზე მეტი 20 პროცენტი წყალი, რომელიც მსოფლიოს მდინარეებიდან ოკეანებში წყალდება, ამაზონიდან გამომდინარე. +მთავარი ამაზონის მდებარეობა 6,387 კილომეტრია (3,980 მილი). ის წარმოადგენს წყალს ათასობით მცირე მდებარეობიდან. +მიუხედავად იმისა, რომ პირამიდების შექმნა ქვეყნის ძველი ერეულების დასასრულს განადგურდა, გიზას შექმნილი პირამიდები ყოველთვის და ყოველდღიურად არ იყო გაუმჯობესებული თავისი ზომისა და ტექნიკური კატეგორიის ექსპერტიზების შესახებ. +ახალი სამეფოს ძველი ეგვიპტელები თავიანთი წარმომადგენლების მონუმენტების შესახებ, რომელიც ამჟამად დაახლოებით ათასობით წლის ასაკში იყო. +ვატიკანის ქალაქის მოსახლეობის რაოდენობა 800 ადამიანია. ეს მცირე დამოუკიდებელი ქვეყანაა მსოფლიოში და ქვეყანა ყველაზე მცირე მოსახლეობითა ქვეყანაა. +ვატიკანის სამეფო იტალური ენას გამოიყენებს საკანონმდებლო დოკუმენტებში და ოფიციალურ კომუნიკაციაში. +იტალურია ასევე ყოველდღიური ენაა, რომელიც სახელმწიფოში მუშაობენ უმეტეს ადამიანს, როდესაც ლათინური ენა რელიგიურ ცერემონიებში ხშირად გამოიყენება. +ვატიკანის სამეფოს ყველა მოქალაქი რომან კათოლიკურია. +ანტიკვირის დროს ხელოვნური ელემენტები, როგორებიცაა ოქროს, მედის და მეტალური მეტალები ცნობილი იყვნენ, რადგან მათ ნათური ფორმაში ყველაფერი ნატურაში აღმოჩნდება და პრიმიტიური ინსტრუმენტებით მიღებულად ძალიან უფრო მეტად არის შესაძლებელი მიღება. +არისტოტელი, ფილოსოფი, თეორეტიკულად განაცხადა, რომ ყველაფერი არის ერთი ან მეტი ოთხი ელემენტის მიქსირების შედეგი. ისინი იყვნენ მიწაზე, წყალს, წყალს და ცეცხლს. +ეს უფრო სწორედ იყო მატერიის ოთხი სახეობის განსხვავების განსხვავების განსხვავების განსხვავების განსხვავების განსხვავების განსხვავების განსხვავების განსხვავების განსხვავების განსხვავების განსხვავების განსხვავების განსხვავების განსხვავების განსხვავების განსხვავების განსხვავების განსხვავების განსხვავების განსხვავების განსხვავების განსხვავების განსხვავების განსხვავების განსხვავების განსხვავების განსხვავების განსხვავების განსხვავების განსხვავების განსხვავების განსხვავების განსხვავების განსხვავების განსხვავები +ალოისები უბრალოდ ორი ან მეტი მეტალის მიქსირებაა. არ დაგავიწყეთ, რომ პერიოდულ ტაბლოს არსებობს ბევრი ელემენტი. +ელემენტები, როგორებიცაა კალციუმი და პოტასიუმი, მეტალებს აღიარებენ. თუმცა, ასევე არსებობს მეტალები, როგორებიცაა სილვერი და ოქროს. +თქვენ ასევე შეგიძლიათ გამოიყენოთ ალოიდებს, რომლებსაც მცირე ნაწილია მეტალური ელემენტებისგან, როგორებიცაა კარბონი. +უნივერსუმში ყველაფერი მატერიისგან შედგება. ყველა მატერია ატომებისგან შედგება. +ატომები საკმაოდ მცირე არიან, რომ მათი ტრილიონები შეეძლოთ ეს სიტყვის ბოლოს პერიოდში მიღწევას. +ამიტომ, პენსილი ბევრი ადამიანის კარგი მეგობრი იყო, როდესაც იგი გამოვიდა. +სამწუხაროდ, როდესაც ახალი მეთოდები წერის გამოყენების შემთხვევაში გამოიყენებული იქნა, თავისი მნიშვნელობის და გამოყენების შემცირების შემთხვევაში, თავისი მნიშვნელობის და გამოყენების შემცირების შემთხვევაში, თავისი მნიშვნელობის და გამოყენების შემცირების შემთხვევაში, თავისი მნიშვნელობის და გამოყენების შემცირების შემთხვევაში, თავისი მნიშვნელობის და გამოყენების შემცირების შემთხვევაში, თავისი მნიშვნელობის და გამოყენების შემცირების შემთხვევაში, თავისი მნიშვნელობის და გამოყენების შემცირების შემთხ +ხალხი ახლა მესიჯებს კომპიუტერის ეკრანზე და არანაირად არ უნდა მიიღონ წინააღმდეგების მიღწევად. +მხოლოდ ერთი შეგრძნება, რასაც კლავიატურა გახდება, როდესაც ახალი აღწერები გამოჩნდება. +ფიზიკური ბომბის მუშაობის ფუნდამენტი არის ის, რომ ის ენერგიას მიიღებს, რათა მეტი პროტონისა და ნეუტრონის გარეშე ერთობლივი ნუკლეუსის შექმნას. +რამდენიმე სხვადასხვა ანალოგია, როდესაც ძლიერი მანქანი მიწისძვრის მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმართულების მიმ +ზოგიერთი ატომის ნუკლეური ცენტრი არასწორია, რაც ნიშნავს, რომ ისინი უფრო მეტი ან უფრო მეტი არასწორია. +თვითმფრინავის ზედაპირის ნაწილი როკებიდან და პыლიდან შედგება. თვითმფრინავის გარეულ ნაწილს კრუსტს უწოდებენ. +მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწისძვრის მიწ +მარიას ქვეშ უფრო თხელია და მთის ქვეშ უფრო ძლიერია. +შესაძლებელია, რომ მეტი მარია არსებობს ჩრდილოეთ მიწისძვრის მიმდინარეობის გარეშე, რადგან მიწისძვრის ზემოქმედება უფრო მცირე არის. მიწისძვრის ზემოქმედება უფრო მცირე არის, ამიტომ მეტი მარია არსებობს ჩრდილოეთ მიწისძვრის მიმდინარეობის გარეშე, რადგან მიწისძვრის ზემოქმედება უფრო მცირე არის. მიწისძვრის ზემოქმედება უფრო მცირე არის, ამიტომ მეტი მარია არსებობს ჩრდილოეთ მიწისძვრის მიმდინარეობის გარეშე, რადგან მიწისძვრის ზემოქმედება უფრო მცირე არის. მიწისძვრის ზემოქმედება უფრო მცირე არის, ამიტომ მე +კონტენტური თეორიები არის ცენტრირებული ადამიანების გადაწყვეტილების ან მათთან დაკავშირების პროდუქტების გამოყენების გამოყენების შესახებ. +ამ თეორიების თანახმად, ადამიანებს არსებობს განსხვავებული საჭიროები და/ან თავისუფლებები, რომლებიც მათი განვითარების დროს ინტერნალიზებული იქნება. +ეს თეორეტიები სხვადასხვა ადამიანების შესახებ ახსნებს, რასაც ადამიანებს სურვილია, რასაც ადამიანებს სურვილია და რასაც ადამიანებს არ სურვილია და რასაც ადამიანებს არ სურვილია და რასაც ადამიანებს სურვილია და რასაც ადამიანებს არ სურვილია და რასაც ადამიანებს არ სურვილია და რასაც ადამიანებს არ სურვილია და რასაც ადამიანებს არ სურვილია და რასაც ადამიანებს არ სურვილია და რასაც ადამიანებს არ სურვილია და რასაც ადამიანებს არ სურვილია და რასაც ადამიანებს არ სურვილია და რასაც ადამიანებს არ სურვილია და რასაც ადამიანებს არ ს +ორივე პოპულარული კონტენტის თეორია არის მასლოუს ჰიერარქია საჭიროების თეორია და ჰერცბერგის ორივე ფაქტორის თეორია. +წარმოადგენს, რომ ორი ხარისხი გამოჩნდება, როდესაც მენეჯერები დაიწყებენ თავის წარმომადგენელ წარმომადგენლებს. ერთ-ერთი სპექტრის მხრიდან ერთ-ერთი მამაკაცი (ან ქალი) ცდილობს დარჩენას. +ეს ტიპის მენეჯერს უწყებს პრობლემები უპოპულარულ გადაწყვეტილებების გამოყენებისა, დისციპლინარულ მოქმედებების გამოყენებისა, მონიტორინგის გადაწყვეტილების გამოყენებისა, პასუხისმგებელობის აღნიშვნასა და ადამიანების წინააღმდეგებას. +სხვა სპექტრის სხვა მხრიდან, ადამიანი შეიცვალებს უცნობელი პიროვნებად, რომელიც გრძელდღეობს, რომ ის ან ისინი უნდა ცვლილოდნენ ყველაფერი, რასაც გუნდი გააკეთა, და გადაადგილებდნენ მათ თავიანთ. +უბრალოდ, თავმჯდომარე უნდა იყოს თავისი სამუშაო გუნდის წარმატებისა და წყალობის შესახებ. +აღნიშნული მოხალისეობა ხშირად გამოიწვევს გულისხმობას ლიდერებისა და გუნდის სხვა წევრების შორის. +ვერტუალური გუნდები კონვენციური გუნდების სამწუხარო სტანდარტებზე მიიღება, მაგრამ მცირე განსხვავებები არსებობს. +ვერტუალური ჯგუფის წევრები ხშირად მუშაობენ თავიანთი იმედიატური ჯგუფის კონტაქტურის ფუნქციას. +მათ ხშირად უფრო მეტი ავტონომია წყარობს კონვენციულ გუნდის წევრებს, რადგან მათი გუნდები შეიძლება შეეხება განსხვავებული დროური ზონების შესაბამისად, რაც არ არის შესაძლებელი აღმოჩენა ადგილობრივი მენეჯმენტის მიერ. +ასეთი, რომელიც არ არის ხელოვნური წყაროს გარეშე, არის ასეთი, რომელიც არ არის ხელოვნური წყაროს გარეშე, ასეთი, რომელიც არ არის ხელოვნური წყაროს გარეშე, ასეთი, რომელიც არ არის ხელოვნური წყაროს გარეშე, ასეთი, რომელიც არ არის ხელოვნური წყაროს გარეშე, ასეთი, რომელიც არ არის ხელოვნური წყაროს გარეშე, ასეთი, რომელიც არ არის ხელოვნური წყაროს გარეშე, ასეთი, რომელიც არ არის ხელოვნური წყაროს გარეშე, ასეთი, რომელიც არ არის ხელოვნური წყაროს გარეშე, ასეთი, რომელიც არ არის ხელოვნური წყ +„უცხოელი გუნდი“ არის მენეჯმენტის გუნდი, რომელსაც ყველა წევრი ანგარიშებს. „უცხოელი გუნდი“ ყველა წევრს სტანდარტებს. +რატომ უნდა ორგანიზაცია მიიღოს დრო მოწყობილი პროცესი წარმატების ორგანიზაციის შექმნაზე? ერთ-ერთი მიზნა ორგანიზაციის სწავლის კონცეპტების პრაქტიკაში გამოყენების შესახებ არის ინოვაცია. +როდესაც ყველა ხელმისაწვდომი რესურსი ორგანიზაციის ფუნქციონალურ დეპარტამენტებში სწორედ გამოიყენება, შესაძლებელია გამოყენება კრეატიულობისა და წარმატების გამოყენება. +ამის შედეგად, ორგანიზაციის მუშაობის პროცესი, რომელიც ერთად მუშაობს, წყაროს გამოყენების გარეშე, შეიძლება გამოიწვიოს ახალი ინოვაციური პროცესი, რომელიც მისაღწევს მომხმარებელის საჭიროებს. +ორგანიზაციის ინოვაციურობის მიღწევად, ლიდერებს უნდა შექმნათ ინოვაციის კულტურას, ასევე გაერთიანებული ინფორმაციისა და ორგანიზაციის სწავლების კულტურას. +ანჟელი (2006) განაცხადებს, რომ კონტინუუმის მეთოდი იყო გამოიყენებული ორგანიზაციებისთვის, რათა მიიღონ უფრო მაღალი დონის პერფორმანსი. +ნეურობიოლოგიური მონაცემები ფიზიკური მტკიცებულებების საფუძველს აქვს თეორეტიკულ მიმართულებას კოგნიტიური გამოცდილების გამოკვლევისთვის. ამიტომ კვლევის ადგილი უფრო მცირე გახდება და კვლევა უფრო სწორედ გახდება. +მათი კვლევებში მეცნიერებს დახმარებს სხეულის პათოლოგიის და მოხალისეობის კორელაცია. +დიდი ხნის განმავლობაში ცნობილია, რომ განსხვავებული ტიპების სხეულის დანაშაულების, ტრავმატის, ლეზიების და ტუმორების გამოყენების შედეგად ცხოვრების ხარისხი შეიცვალებს და ზოგიერთი მენტალური ფუნქციის ცვლილებებს მიიღებს. +ახალი ტექნოლოგიების გაზრდა შესაძლებლობებს ჩვეულებრივად წარმოადგენს და გამოკვლევს სხეულის სტრუქტურებს და პროცესებს, რომლებიც წინასწარ არ აღნიშნული იყვნენ. +ეს ჩვეულებრივია ჩვეულებრივი ინფორმაციის და მატერიალის მიღება, რათა შექმნას სიმულაციის მოდელებს, რომლებიც ჩვეულებრივია ჩვეულებრივი პროცესების გაგებას ჩვეულებრივია ჩვეულებრივი წყაროში. +მიუხედავად იმისა, რომ ხელოვნური ინტელექტი სცენარიური ფანტასტიკის ძლიერი სიმბოლოს აქვს, ხელოვნური ინტელექტი კომპიუტერული მეცნიერების ძალიან მნიშვნელოვანი ნაწილია, რომელიც წარმოადგენს ხელოვნური ინტელექტის წინააღმდეგების, სწავლის და ინტელექტუალური ადაპტაციის მიღებას მაშინებში. +ხელოვნური ინტელექტის კვლევები მოიცავს მაშინების შექმნას, რომლებიც ინტელექტუალური საქმეების ავტომატიზაციას მიიღებენ. +მაგალითები მოიცავს კონტროლის, გეგმის და ჩატარების შესახებ, მომხმარებელის დიაგნოსტიკისა და კითხვების მისაღწევას შესაძლებლობას, ასევე წყალმოწყობის და წყალმოწყობის გამოჩენის შესაძლებლობას, ხელოვნების გამოჩენის შესაძლებლობას და წყალმოწყობის გამოჩენის შესაძლებლობას. +ასეთი საკითხი გახდა განსხვავებული სპეციალობები, რომლებიც მიმართულებიან რეალური ცხოვრების პრობლემების გადაერთებას. +ხელოვნური ინტელექტის სისტემა ახლა ხშირად გამოიყენება ეკონომიკაში, მედიცინაში, ინჟინერიის და სამხედრო სფეროში, როგორც ასევე რამდენიმე საკუთარი კომპიუტერის და ვიდეო თამაშის პროგრამების აპლიკაციებში. +ჩვეულებრივი მოგზაურობები ყველა სასწავლო ადგილის მნიშვნელოვანი ნაწილია. ძალიან ხშირად, მას შემთხვევაში, მასწავლე სტუდენტებს ადგილებს, სადაც ავტობუსის მოგზაურობა არ არის ვარიანტი. +ტექნოლოგიების საშუალების გამოყენებით, სტუდენტებს არის შესაძლებელი მუზეუმის ექსპონატების მიღება, აკვარიუმის მოგზაურობა ან კლასის შემადგენლობის დროს ხელოვნური ხელოვნების ხელოვნების ხელოვნების ხელოვნების ხელოვნების ხელოვნების ხელოვნების ხელოვნების ხელოვნების ხელოვნების ხელოვნების ხელოვნების ხელოვნების ხელოვნების ხელოვნების ხელოვნების ხელოვნების ხელოვნების ხელოვნების ხელოვნების ხელოვნების ხელოვნების ხელოვნების ხელოვნების ხელოვნების ხელოვნების ხელოვნების ხელოვნების ხელოვნების ხელოვნების ხელოვნების ხელოვნების +ვერტუალური საგანმანათლებლო მოგზაურობის გამოყენება ასევე არის ძალიან კარგი გზა, რომელიც საგანმანათლებლო მოგზაურობის გამოყენებასა და მოგზაურობის გამოყენებას მომავალი კლასებთან გაერთიანებს. +მაგალითად, ყოველწლიურად ბენნეტის სკოლას ჩრდილოეთ კაროლინაში სტუდენტები გამომგონებენ ვებ-გვერდი თავის სახელმწიფო დედაქალაქში მოგზაურობის შესახებ ინფორმაციას, ყოველწლიურად ვებ-გვერდი განახორციელება განახორციელება, მაგრამ ძველი ვერსიები ინტერნეტზე დარჩენილი იქნება, რათა მისაღწევდნენ სკრაპბუქის ფუნქციას. +ბლოგები ასევე შეიძლება უმჯობესოდეს სტუდენტების წერილობას. როდესაც სტუდენტები ხშირად დაიწყებენ თავის ბლოგის გამოცდილების გრამატიკის და სიტყვების გარეშე, საკუთარი აუდიტორიის არსებობა ხშირად ცვლილებს ეს. +რადგან სტუდენტები ხშირად ყველაზე კრიტიკული აუდიტორია არიან, ბლოგის ავტორი დაიწყებს მცდელობას, რათა გაუმჯობესოს წერის კატეგორიას, რათა გაუმჯობესოს კრიტიკას. +ასევე, ბლოგების საშუალების გამოყენების შედეგად, სტუდენტებს უფრო მეტი ინტერესის გამოწვეულება მოუწყობს მსოფლიოს გარეშე მიმდინარეობის შესახებ. სტუდენტების ინტერესის გამოწვეულების საშუალების გამოყენების შედეგად, სტუდენტებს უფრო მეტი გულისხმობა და ინტერესის გამოწვეულება მოუწყობს (Toto, 2004). +ბლოგირება არის ინსტრუმენტი, რომელიც ინსპირებს კოლაბორაციას და მოტივირებს სტუდენტებს სწავლის გაგრძელებას სტერეოტიპული სკოლის დღეების გარეშე. +ბლოგების შესაბამისი გამოყენების გამოყენების შესახებ, სტუდენტებს უფრო ანალიტიკურობისა და კრიტიკულობის გამოყენება შეუძლია (Oravec, 2002). ინტერნეტის მატერიალების აქტიური რეაგირების საშუალების გამოყენების გამოყენების შესაბამის, სტუდენტებს შეუძლია თავიანთი პოზიციის გადაწყვეტილება სხვების წერების კონტექსტში, ასევე თავიანთი პერსპექტივები განსხვავებულ საკითხებზე (Oravec, 2002). +ოტავა კანადის ხელოვნური, ორიენტალური დედაქალაქია, რომელშიც არტ გალერეების და მუზეუმების მრავალფეროვანი კოლექცია არსებობს, რომელიც კანადის წარსული და ამჟამადი ისტორიას აღწერს. +მეტი სამხრეთის მიმდინარე არის ნიაგარას წყაროები და ჩრდილოეთი მუსკოკის და სხვა მიღებულებების ნატურალური ხელოვნების სახლია. +ყველა ეს საკითხი და უფრო მეტი განახორციელებს ონტარის განსხვავებულ კანადელობას, რომელიც გარეულებლების თანახმად კანადელობის მიღწევად არის მნიშვნელოვანი. +უფრო ჩრდილოეთის დიდი ტერიტორიები ძალიან მცირედ მოსახლეობით არიან და ზოგიერთი არსებობს მცირედ მოსახლეობით. +ამერიკის მოსახლეობის რაოდენობის შედეგების შედეგების შესაბამისად, აფრიკელების ამერიკელების რაოდენობა უფრო მეტია, ვინაიდან კანადის მოსახლეობის რაოდენობა. +აღმოსავლეთ აფრიკის სანაპიროები ინდოეთის ოკეანში აფრიკის აღმოსავლეთ სანაპიროს მიღწევად არის მდებარეობს. +მადაგასკარი უმრავლესობად უფრო დიდია, და კონტინენტია, როდესაც ეს სახეობას ეწოდებს. +უმეტეს მცირე კუნძულები დამოუკიდებელი ეროვნებია, ან ფრანგეთთან დაკავშირებულია და ცნობილია, როგორც ლუქსური სანაპირო რეზორტები. +არაბელებმა ასევე ისლამს მიიღოთ ქვეყნებში, და ის კომორებში და მაიოტეში ძალიან მნიშვნელოვანად გამოიყენებდა. +ევროპული ინფლუენცია და კოლონიალიზმი 15 საუკუნის დასაწყისში დაიწყო, როდესაც პორტუგალელმა მოგზაურმა ვასკო და გამა აღმოაჩინა ევროპიდან ინდოეთის მიმართული სანაპირო მარშრუტი. +ჩრდილოეთში რეგიონი საჰელის გარშემო, სამხრეთში და დასავლეთში ატლანტიკის ოკეანის გარშემო არის. +ქალები: რეკომენდება, რომ ყოველი ქალი, რომელიც მოგზაურობს, განაცხადებს, რომ მისი სამეფო სტატუსი რეალურად არ არის ცნობილი. +ასევე, სასურველია იყოს იყოს ყურადღება (მაგრამ არა ერთი, რომელიც ძალიან ძველია. +ქალებს უნდა გააჩნიათ, რომ კულტურული განსხვავებები შეიძლება გამოიწვიოს ის, რასაც ისინი მიიჩნეულებენ სექსუალურ წინააღმდეგებას, და არაფერიანი არ იქნება, რომ ისინი დაკავებული იქნებიან, ხელის გამოყენების შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთ +წინააღმდეგოთ მამაკაცებს, და არ დარწმუნდეთ, რომ თქვენი პოზიცია (კულტურული განსხვავებები ან არ არ არის მნიშვნელოვანი, ეს არ არის სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად სწრაფად +კასაბლანკას დღევანდელი ქალაქი ბერბერის მეწყერების მიერ მე-10 საუკუნის შემდეგ დაიწყო და ფოენიკეების, რომეების და მერენიდების მიერ გამოიყენებდა როგორც სტრატეგიული პორტი ანფას. +პორტუგალელებმა განადგურდნენ ეს შენობა და განახორციელდნენ მას კასა ბრანკას, მხოლოდ 1755 წელს მიწისძვრის შემდეგ დაუბრუნეს მას. +მოროკულმა სულტანმა ქალაქი დარუ ლ-ბადიას აღდგა და ეს სახელი მიიღო კასაბლანკა, როდესაც ესპანელი ვაჭრობელები მათ სავაჭრო ბაზებს აწარმოადგენდნენ. +კასაბლანკა ერთ-ერთი უმნიშვნელოვანესი ადგილია ყველა მოროკოს შოპინგზე. +ძველი მედინის მიმდინარეობის მიღწევად მაროკოს ტრადიციული წყაროების გაყიდვის ადგილები არსებობენ, როგორებიცაა ტაღინები, კერამიკა, ლედერის წყაროები, ჰუკამები და სრული სფერო გეგავების გაყიდვები, მაგრამ ეს ყველაფერი ტურისტებისთვის არის. +გომა კონგოს დემოკრატიული რესპუბლიკის ტურისტული ქალაქია, რუანდას მიმდინარე აღმოსავლეთით. +2002 წელს, ნირაგონგოს ვულკანის ლავამ გომა განადგურდა, რამაც დიდი ნაწილი ქალაქის სტრეეტებს და განადგურდა, განსაკუთრებით ქალაქის ცენტრს. +მიუხედავად იმისა, რომ გომა საკმაოდ უსაფრთხოა, გომის გარეთ მოგზაურობის გამოცდილება უნდა იყოს გამოძიებული, რათა გაიგონოთ ჩრდილოეთ კივუს პროვინციიაში წინააღმდეგებული ბრძოლის მდგომარეობას. +ქალაქი ასევე არის ადგილი ნირაგონგოს ვულკანის მიღწევისთვის და აფრიკის ზოგიერთი ყველაზე იაფი მთის გორილის მიღწევისთვის. +თქვენ შეგიძლიათ გომაში გადაადგილებას გამოიყენოთ ბოდა-ბოდას (მოტოტაქსის). ნორმალური (ადგილობრივი) ფარანგი ~ 500 კონგოლების ფრანგია. +მიუხედავად თავისი რელაციონალური უპირატესობების გარეშე, "ტიმბუქტუ" გამოიყენება ექსოტიკური, დაახლოებული ქვეყნების მეტაფორად. +დღეს ტიმბუქტუ სიღარი ქალაქია, მიუხედავად იმისა, რომ მისი რეპუტაცია ტურისტული ღირებულებების მიმართულებას უწევს, და ის ავიაპორტის გარეშე აქვს. +1990 წელს მის წარმოადგენდა მსოფლიო მემკვიდრეობის ძეგლების სისტემაში საფრთხის გარეშე, დესერტის პირობების საფრთხის გამო. +ეს იყო ერთ-ერთი მნიშვნელოვანი სტოპი ჰენრი ლუის გეიტსის PBS-ის სპეციალურ პროგრამაში „აფრიკის მსოფლიოს მიღწევები“. +ქალაქი ქვეყნის სხვა ქალაქებისგან განსხვავებულია, რადგან მას უფრო მეტი არაბული სტილი აქვს, ვიდრე აფრიკული. +კრუგერის სახელმწიფო პარკი (კნპ) სამხრეთ აფრიკის ჩრდილოეთ-აღმოსავლეთ ნაწილში მდებარეობს და მოზამბიკის სამხრეთ საზღვრის გარშემო, ზიმბაბვეს ჩრდილოეთ საზღვრის გარშემო, და სამხრეთ საზღვრის გარშემო კროკოდილის მდებარეობა. +პარკი 19,500 კმ² ადგილის დაფიქსირებს და 14 სხვადასხვა ეკოზონაში გადაერთებულია, რომელიც სხვადასხვა ცხოველების მხარდაჭერას მიიღებს. +ეს არის ერთ-ერთი მთავარი ღირებულება სამხრეთ აფრიკის ტერიტორიაზე და სამხრეთ აფრიკის სახელმწიფო პარკების (SANParks) ფლაგშიფი. +ისევე, როგორც ყველა სამხრეთ აფრიკის სახელმწიფო პარკებში, პარკში არსებობს ყოველდღიური კონსერვაციის და შეწყვეტის ფასები. +ის ასევე შეიძლება სასარგებლო იყოს ერთ-ერთ ადამიანსთვის, რომელსაც საჭიროა მიიღოს ვილდ კარტი, რომელიც სამხრეთ აფრიკის პარკების ან სამხრეთ აფრიკის ყველა სახელმწიფო პარკების შესასვლას ახდენს შესაძლებლობა. +ჰონგ კონგის კუნძულმა ჰონგ კონგის ტერიტორიას სახელს მიიღებს და ბევრი ტურისტის ყურადღებაში მათი მთავარი ადგილია. +ჰონგ კონგის სკეილინის შემადგენელი შენობების პარადი დაახლოებულია ვიქტორია ჰარბერის წყაროს წყალების წარმოადგენს. +ჰონგ კონგის ყველაზე კარგი ნახევარების მიღებად, დარჩეთ კუნძულს და წინ წავიდეთ კოულონის წყაროს წინ. +ჰონგ კონგის კუნძულის ურბანული განვითარების დიდი ნაწილი წარმოადგენს ჩამოყალიბებულ ტერიტორიაზე, ჩრდილოეთ სანაპიროზე. +ეს არის ადგილი, სადაც ბრიტანელები კოლონიზატორები თავიანთ მიიღეს და ამიტომ, თუ თქვენ კოლონიალური წარმოადგენს ტერიტორიის ისტორიის მისაღწევად, ეს არის კარგი ადგილი დაწყებასთან დაკავშირებით. +სუნდარბანები არის მსოფლიოში ყველაზე დიდი სანაპირო მანგროვების ბელტი, რომელიც 80 კილომეტრის (50 მილის) განმავლობაში გადაერთებულია ბანგლადეშის და ინდოეთის წყაროდ სანაპიროდ. +სუნდარბანსი ინდოეთის ტერიტორიაზე მდებარეობის ნაწილი სუნდარბანსის ეროვნულ პარკის სახელად ცნობილია. სუნდარბანსი ინდოეთის ტერიტორიაზე მდებარეობის ნაწილი სუნდარბანსის ეროვნულ პარკის სახელად ცნობილია. +ღამურების წყაროები არ არის მხოლოდ მანგროვების წყაროები — მათ შორის არის რამდენიმე ბოლოს დარჩენილი მძიმე ჯუნგლების წყაროები, რომლებიც წარმოადგენდნენ განგეთის დასავლეთ ტერიტორიას. +სუნდარბანსის ტერიტორია 3,850 კილომეტრი დაახლოებით არსებობს, სადაც დაახლოებით ერთი მესამე ნაწილი წყალში ან წყნარი ტერიტორიაზე არსებობს. +1966 წელს სუნდარბანები წარმოადგენს ცხელი ცხოველების დაცულის ტერიტორიას, და აღნიშნულია, რომ ამ ტერიტორიაზე ამჟამად 400 როიალური ბენგალური ტიგრი და დაახლოებით 30,000 ღია ცხელი ცხოველი არსებობს. +ავტობუსები ყოველდღიურად დაიწყებენ მუნიციპალიტეტების შორის ავტობუს დაწყების სადგურიდან (მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარეობს მდებარე +რადგან ინტერდისტრიქტობის ავტობუსები ხშირად დაბალია, საჭიროა რამდენიმე დღე წინ მიღება ბილეთი. +უმეტესი რაიონები მცირე ჯაპონური კოასტერის ბუსების მიერ მიიღება, რომლებიც კომფორტულია და ძლიერია. +გაერთიანებული ტაქსის გამოყენება სწრაფი და კომფორტული საშუალებია მიმდინარე ადგილებში მოგზაურობას, როგორებიცაა პარო (ნუ 150) და პუნახა (ნუ 200). +ოიაპოკის მდინარეს ხიდი კაბელით დაკავშირებული ხიდია. ის ოიაპოკის მდინარეს გადაერთებს ბრაზილიის ოიაპოკის ქალაქებს და ფრანგულ გვიანას სან ჯორჯ დე ლ'ოიაპოკს. +ორი კოშკი 83 მეტრიანი ზემოქმედება, ის 378 მეტრიანია ხანგრძლივობით და მას აქვს ორი ქუჩი 3,50 მილიმეტრიანი დიამეტრით. +ხიდის ქვეშ მიწისძვრა 15 მეტრიანია. შემთხვევის დასრულება 2011 წლის აგვისტოს მოხდა, მას შემდეგ მარტის 2017 წელს აღმოჩნდა გამოყენება. +ბრიჯი 2017 წლის სექტემბერში სრულად აქტიური იქნება, როდესაც ბრაზილიის სასაზღვრო დაზღვეულების პუნქტების დასრულება მოსალოდნელია. +გუარანიელები ყველაზე მნიშვნელოვანი ადგილობრივი ჯანდაცვის ჯგუფი იყვნენ, რომელიც ახლა აღმოსავლეთ პარაგვაის ტერიტორიაზე ცხოვრობდა. მათ ცხოვრებდნენ სემინომადიკური ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულებრივი ჩვეულ +ჩაკოს რეგიონში ცხოვრობდა სხვა ოჯახები ადგილობრივ სხეულების სხვა ჯგუფები, როგორებიცაა გუაიკურუები და პაიაგუაები, რომლებიც წარმატებდნენ ჩვეულებრივი ღონისძიებების და ჩვეულებრივი ღონისძიებების გამოყენებით. +მე-16 საუკუნის დასაწყისში პარაგვაი, რომელიც წარმოადგენდა „ინდოეთის დიდი პროვინციის“ სახელად, დაბადებული იქნა ესპანელი კონკვისტადორების შეხვედრის შედეგად ადგილობრივი ინდიგენების ჯგუფებთან. +ესპანელებმა დაიწყეს კოლონიზაციის პერიოდს, რომელიც სამი საუკუნის განმავლობაში მოხდა. +1537 წელს ასუნციონის დარჩენის შემდეგ, პარაგვაიმ წარმატებით მართავდა თავისი ინდიგენური ხარაქტერისა და იდენტიტეტის დანაშაულება. +არგენტინა კარგად ცნობილია მსოფლიოში ერთ-ერთი უკეთესი პოლო გუნდისა და მოთამაშეების გარეშე. +წელს ყველაზე მნიშვნელოვანი ტურნირი დეკემბერში მოხდება ლას კანიტას პოლოს ტერიტორიაზე. +სხვა წლის სხვადასხვა დროებზე ასევე ასევე მცირე ტურნირებს და მატჩებს ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ასევე ას +ტურნირების ახალი ამბების და პოლოს მატჩების ბილეთების გაყიდვის ადგილების შესახებ შესახებ ახალი ამბებისთვის არგენტინის პოლოს ასოციაციას. +ოფიციალური ფალკლენდების ვალუტა ფალკლენდის ფუნტი (FKP) არის, რომელიც წარმოადგენს ერთი ბრიტანეთის ფუნტის (GBP) ღირებულებას. +ფული მხოლოდ ერთ-ერთ ბანკში, რომელიც კუნძულებში მდებარეობს სტენლის მიმდინარეობის მიმდინარეობის მიმდინარეობის მიმდინარეობის მიმდინარეობის მიმდინარეობის მიმდინარეობის მიმდინარეობის მიმდინარეობის მიმდინარეობის მიმდინარეობის მიმდინარეობის მიმდინარეობის მიმდინარეობის მიმდინარეობის მიმდინარეობის მიმდინარეობის მიმდინარეობის მიმდინარეობის მიმდინარეობის მიმდინარეობის მიმდინარეობის მიმდინარეობის მიმდინარეობის მიმდინარეობის მიმდინარეობის მიმდინარეობის მიმდინარეობის მიმდინარეობის მიმდინარეობის მიმდინარეობის მიმდინარეობი +გაერთიანებული სამეფოს დოლარები ასევე ხშირად მიიღება კუნძულებში და სტენლის კრედიტური ბარათებისა და შეერთებული შტატების დოლარები ასევე ხშირად მიიღება. +გაერთიანებული სამეფოს და გაერთიანებულ სამეფოს ვალუტის გამოყენების შესაძლებლობის გარეშე, გარკვეულ კუნძულებზე კრედიტული ბარათები არ იქნება მიიღებული, მაგრამ დაახლოებით კუნძულებზე ბრიტანეთისა და შეერთებული შტატების ვალუტის გამოყენების შესაძლებლობა არსებობს. გაერთიანებული სამეფოს და გაერთიანებულ სამეფოს ვალუტის გამოყენების შესაძლებლობის გარეშე, გარკვეულ კუნძულებზე კრედიტული ბარათები არ იქნება მიიღებული, მაგრამ დაახლოებით კუნძულებზე ბრიტანეთისა და შეერთებულ შტატების ვალუტის გამოყენების შესაძლებობა არ +ფალკლენდების ვალუტას გარეთ კუნძულების გარეშე არანაირად არასწორად შეეწყვეტება, ამიტომ გარეთ კუნძულებიდან გასვლის წინ ვალუტას შეეწყვეტეთ. +მიუხედავად იმისა, რომ მონტევიდო ეკვიტორის სამხრეთ ნაწილს არის, ის ზამთრის დროს იქნება, როდესაც ჩრდილოეთ ნახევართაობის ნაწილში ზამთრი არის დროს, და ანალოგიურად. +მონტევიდო სუბტროპიკული ტერიტორიაა; ზაფხულის თვეების განმავლობაში, +30°C-ზე მეტი ტემპერატურა ჩვეულებრივია. +ზამთრის ტემპერატურა შესაძლოა იყოს საშუალებად ძალიან დაბალი: ტემპერატურა გარკვეულად არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართოდ არაფართ +არ არსებობს განსხვავებული წვიმებისა და წვიმების ნაკლების სეზონები: წვიმების რაოდენობა ერთი წელის განმავლობაში მცირედ ცვლილებას არ მოწყობს. +მიუხედავად იმისა, რომ რამდენიმე ცხოველი პარკში ადამიანების ყურადღების გამოცდილების შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვე +პარკის ხელმძღვანელების თქმით, უნდა იყოს მინიმუმ 100 იარდი/მეტრი და 25 იარდი/მეტრი ყურადღებისა და ველური ცხოველების გარეშე! +არანაირი არ არის, თუ როგორ მიმდინარეობს მათ, ბიზონები, ელკები, მოოსები, ბერძენები და დაახლოებით ყველა დიდი ცხოველები შეეძლებენ თავდასხმის წინააღმდეგებას. +ყოველწლიურად, რამდენიმე მოგზაური დაზარალებულია, რადგან მათ სწრაფად არ მიიღეს საჭირო მიმდინარე. ეს ცხოველები ძლიერი და საზღვრულია, ასევე საფრთხის მიღებულია, ამიტომ მათი სივრცე უნდა მიიღოთ. +ასევე, ინფორმირეთ, რომ სხეულებს და სხეულების სხეულებში სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებს სხეულებ +აპია სამოას დედაქალაქია. ქალაქი უპოლუს კუნძულზე მდებარეობს და მისი მოსახლეობის რაოდენობა 40,000-ზე მეტია. +აპია 1850-იან წლებში დაიწყო და 1959 წელს სამოას ოფიციალური დედაქალაქი გახდა. +პორტი 1889 წელს წარმოადგენდა წარმატებული საზღვარული სტანდოფის ადგილს, როდესაც გერმანიის, შეერთებული შტატების და ბრიტანეთის შვიდ ხომალდი უარყო გასვლას პორტიდან. +ყველა ხომალდი დაიღუპა, გარდა ერთი ბრიტანელი კრუიზერი. დაახლოებით 200 ამერიკელი და გერმანელი სიცოცხლი დაიღუპა. +მაუ მოძრაობის მიერ დამოუკიდებლობის მიღწევის პერიოდში, ქალაქში მიმდინარეობდა მირღებული შეხვედრა, რომლის შედეგადაც დაიღუპა მთავრობის თავმჯდომარე ტუპუა ტამასესე ლეალოფის მემკვიდრე. +აუკლანდის ორივე საზღვარზე დარჩენის გამო, არსებობს ბევრი სანაპირო. ყველაზე პოპულარული სანაპიროები სამი რეგიონში არსებობს. +ჩრდილოეთ სანდის სანაპიროები (ჩრდილოეთ ჰარბორის რაიონში) წყნარი ოკეანის ტერიტორიაზე მდებარეობს და ჩრდილოეთიდან სამხრეთით დავონპორტის მიმართულად გაგრძელდება. +მათი უმეტესობა სანდის სანაპიროებია, სასწრაფო წყალმოწყობის შესაძლებლობის გარეშე, და მათი უმეტესობა საფრთხის მიღების საშუალების მისაღწევად პოხუტუკავის ხეების წარმოადგენს. +ტამაკი დრაივის სანაპიროები ვაიტემატა ჰარბორში მდებარეობენ, მისიონ ბეის და სტ ჰელიერსის უპირატესობებში ცენტრალურ აუკლანდში. +ეს არის ხანგრძლივი ოჯახური სანაპიროები, რომლებსაც საკმაოდ მეტი მაღაზია არსებობს სანაპიროზე. წყალქვეშა უსაფრთხოა. +მთავარი ადგილობრივი ბეერი „Number One“ არ არის კომპლექტური ბეერი, მაგრამ საკმაოდ სასუნთქმო და სასუნთქმო. მეორე ადგილობრივი ბეერი „Manta“. +არსებულია ბევრი ფრანგული ვინი, მაგრამ ახალი ზელანდიისა და ავსტრალიის ვინები უფრო კარგად მოგზაურობენ. +ადგილობრივი წყალი საკმაოდ უფრო უსაფრთხოა, მაგრამ ბორბოლური წყალი საკმაოდ მარტივია, თუ თქვენ შიშიათ. +ავსტრალიელებისთვის, „ფლატ ვაიტის“ კოფეის იდეა უცხოელია. მცირე შავი არის „ესპრესო“, კაპუჩინოს წარმოადგენს ძლიერი კრემით (არა ფროთით), და ღამურების მიღება არ მოიცავს ცხელს. +სიცხე ჩოკოლატა ბელგიის სტანდარტებზე არის. ღამურების მიღება ძალიან ძველია, მაგრამ საკმაოდ კარგია. +მრავალი მოგზაურობის განხორციელება რეეფზე ყოველ წლის განმავლობაში განხორციელება და რეეფზე გამომწყვეტილებული დაზიანებები ძალიან რედუქტორულია. +თუმცა, მიიღეთ რეკომენდაციები ხელისუფლების წარმომადგენლების მიერ, ყურადღებთ ყველა სიგნალებს და დაკავშირებული უსაფრთხოების გაფრთხილებების ყურადღებას. +ოქტომბერიდან აპრილს, 1770 წლის ჩრდილოეთით, სანაპიროების მიმდებარედ და მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარე მდებარ +ღამურები რეალურად არ არსებობენ, მაგრამ ისინი ხშირად ადამიანებს არ მიიღებენ. ღამურების უმეტესობა ადამიანებს შიშულია და წყალში წყალდიდობენ. +წყალქვეშა კროკოდილები აქტიურად არ ცხოვრობენ ოკეანში, მათი პირველი ჰაბიტატი როკჰამფტონის ჩრდილოეთით მდებარეობს. +გადაწყვეტილების გადაწყვეტილება მოგზაურს უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო მეტი უფრო +ტურისტული წარმომადგენლები ხშირად სპეციფიკურ სასტუმროებთან შეთანხმებენ, მიუხედავად იმისა, რომ თქვენ შეგიძლიათ სხვა საცხოვრებელი საცხოვრებელი საცხოვრებელი საცხოვრებელი საცხოვრებელი საცხოვრებელი საცხოვრებელი საცხოვრებელი საცხოვრებელი საცხოვრებელი საცხოვრებელი საცხოვრებელი საცხოვრებელი საცხოვრებელი საცხოვრებელი საცხოვრებელი საცხოვრებელი საცხოვრებელი საცხოვრებელი საცხოვრებელი საცხოვრებელი საცხოვრებელი საცხოვრებელი საცხოვრებელი საცხოვრებელი საცხოვრებელი საცხოვრებელი საცხოვრებელი საცხოვრებელი საცხოვრებელი საცხოვ +ტურისტული წარმომადგენლები წყარობენ ხშირად პაკეტებს, რომლებიც მიიღებენ საუზმეს, ტრანსპორტირების გადაწყვეტილებებს აეროპორტიდან ან მათ შორის ერთმანეთის ფრენების და სასტუმროების კომბინირებულ პაკეტებს. +ისინი ასევე შეეძლებენ თქვენთან დაკავშირების გადაწყვეტილებას, თუ თქვენ გჭირდებათ დრო, რათა განიხილოთ პროპოზიციას ან მიიღოთ სხვა დოკუმენტები თქვენი მიზნის მიმართულებისთვის (მაგალითად, ვიზას). +თუმცა, ყველა ცვლილება ან მოთხოვნები უნდა იყოს გადაწყვეტილებული მოგზაურობის აგენტებს პირველად და არა სასტუმროსთვის. +რამდენიმე ფესტივალზე, მუსიკალური ფესტივალების მიღწეველების უმრავლესობა გადაწყვიტებს ადგილზე კემპინგს, და უმრავლესობა მიღწეველებს მას მნიშვნელოვანი ნაწილია გამოცდილების განხილვის ნაწილს. +თუ თქვენ გულისხმობთ აქტივობაზე, თქვენ უნდა დაიწყოთ დილის დასაწყისში, რათა მიიღოთ კემპინგის ადგილი მუსიკის მიმდებარედ. +აღნიშნუთ, მიუხედავად იმისა, რომ მუსიკა მთავარი სცენებზე შესრულდა, ფესტივალში შეიძლება გარკვეული ნაწილები იყოს, რომლებიც მუსიკის გადაწყვეტილების განმავლობაში გარდაიცვალებს. +ზოგიერთ ფესტივალზე არსებობს სპეციალური კემპინგის ტერიტორიები ოჯახებს, რომლებსაც ახალგაზრდებიან ბავშვები. +იმ შემთხვევაში, როდესაც სამხრეთ ბალტიკის ჩრდილოეთ ნაწილის გადასახლება ზამთრის განმავლობაში განხორციელდება, დააკვირდეთ კაბინის მდებარეობას, რადგან ყინულის გამოყენების შემთხვევაში მათ ყველაზე მეტი დაზიანებული ადამიანებისთვის ძალიან საშიში იქნება წინააღმდეგება. +წმ. პეტერბურგის კრუიზებში დარჩენილი დრო ქალაქში იმყოფება. კრუიზის მოგზაურები ვიზის მოთხოვნების გამოყენებიდან გამოცხადებული არ არიან (დაახლოებით თანახმად). +კაზინოები ხშირად ბევრი მცდელობები გააკეთებენ, რათა მაქსიმუმად გაუმჯობესონ დრო და ფული, რომლებიც მოსწავლეებისთვის იყენებენ. ფანჯრები ხშირად არ არსებობენ და გასვლის გზები ხშირად არ არსებობენ. +ისინი წყარობენ სპეციალური საკვები, სასმელები და გასართობები, რათა მართლებს კარგი ხანგრძლივობის შენარჩუნების შესახებ, და მართლებს სასტუმროში დარჩენის შესაძლებლობას. +ზოგიერთი ადგილის მასპინძლები საკუთარ საცხოვრებელში ართულებს ალკოჰოლურ სასმელებს. თუმცა, სისხლის შემცირების შედეგად გარკვეული არ იქნება გადაწყვეტილება, და ყველა კარგი გამბლერი იციან, რომ სისხლის შემცირების მნიშვნელობის მნიშვნელობის მნიშვნელობის მნიშვნელობის მნიშვნელობის მნიშვნელობის მნიშვნელობის მნიშვნელობის მნიშვნელობის მნიშვნელობის მნიშვნელობის მნიშვნელობის მნიშვნელობის მნიშვნელობის მნიშვნელობის მნიშვნელობის მნიშვნელობის მნიშვნელობის მნიშვნელობის მნიშვნელობის მნიშვნელობის მნიშვნელობის მნიშვნელობის +ყველას, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს +ყინული და თვითმფრინავის გზებზე, ფრიქცია დაბალია და თქვენ არ შეგვიძლია მანქანაზე მოგზაურობას, როგორც ასფალტის გზებზე. +წვიმების პერიოდში, საკმაოდ მცირე დროს შესაძლებელია მეტი თვითმფრინავის თვითმფრინავის თვითმფრინავის თვითმფრინავის თვითმფრინავის თვითმფრინავის თვითმფრინავის თვითმფრინავის თვითმფრინავის თვითმფრინავის თვითმფრინავის თვითმფრინავის თვითმფრინავის თვითმფრინავის თვითმფრინავის თვითმფრინავის თვითმფრინავის თვითმფრინავის თვითმფრინავის თვითმფრინავის თვითმფრინავის თვითმფრინავის თვითმფრინავის თვითმფრინავის თვითმფრინავის თვითმფრინავის თვითმფრინავის თვითმფრინავის თვითმფრინავის თვითმფრინავის თვითმფრინავის თვითმფრინავის თვითმფ +ვიზიტების შესაძლებლობა ასევე შეიძლება შეზღუდულიყოს თავსხმა ან მიწისძვრის შედეგად, ან მიწისძვრის შედეგად, ან მიწისძვრის შედეგად, ან მიწისძვრის შედეგად, ან მიწისძვრის შედეგად, ან მიწისძვრის შედეგად, ან მიწისძვრის შედეგად, ან მიწისძვრის შედეგად, ან მიწისძვრის შედეგად, ან მიწისძვრის შედეგად, ან მიწისძვრის შედეგად, ან მიწისძვრის შედეგად, ან მიწისძვრის შედეგად, ან მიწისძვრის შედეგად, ან მიწისძვრის შედეგად, ან მიწისძვრის შედეგად, ან მიწისძვრის შედეგად, ან მიწისძვრის შედეგად, +სხვა მხრიდან, ყველაზე მეტი ქვეყნებში მცირე ტემპერატურა და ყველაზე მეტი წვიმები არის ნორმალური, და ტრანსპორტი ყოველ წლის განმავლობაში უმნიშვნელოვანად გარკვეულია. +საფართოები ასევე აფრიკის უმაღლესი ტურიზმის მიღწევებია და მრავალი მოგზაურის ყველაზე მნიშვნელოვანი ადგილია. +პოპულარულ გამოყენებაში, საფარის გამოყენება განახორციელებს სამხრეთ აფრიკის თავისუფლი ცხოველების განხილვას, განსაკუთრებით სავანას ტერიტორიაზე. +ზოგიერთი ცხოველი, როგორებიცაა ელეფანტები და გირაფები, უწევს მანქანებს და სტანდარტული მოწყობილების საშუალების გამოყენების შემთხვევის შესახებ, საკმაოდ კარგი გადაწყვეტილების შესაძლებლობა აქვს. +ლიონები, ჩიტეჰები და ლეოპარდები ყოველდღიურად შიშია და თქვენ ისინი უფრო კარგად ხედავთ ბინოკლიებით. +მოგზაურობის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფარის საფა +პარალიმპიური თამაშები 2021 წლის 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 წელს). +ზოგიერთი კრუიზის ბროჯურებში გერმანიის ბერლინი განახორციელდება. როგორც ხელმისაწვდომია, ბერლინი წყაროდ საზღვრის მიმდინარედ არ არსებობს და ქალაქის მოგზაურობა კრუიზის ღირებულებაში არ არსებობს. +თვითმფრინავით მოგზაურობა ყველა ასაკის ადამიანებისთვის შეიძლება იყოს სტრასური გამოცდილება, განსაკუთრებით იმ შემთხვევაში, თუ მათ ადრე არ იყვნენ თვითმფრინავში მოგზაურობის გამო ან ტრავმატული ღონისძიების განხილვის გარეშე. +ეს არ არის ერთი რამე, რის გამოცდილებისას უნდა იყოს: ეს არ არის განსხვავებული პირობების პერსონალური შიშებისა და არასწორებებისგან, რომლებიც ძალიან მეტი ადამიანისთვის არსებობს. +რამდენიმე ადამიანსთვის, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რო +კურიერული კომპანიები სწრაფად გადაწყვეტილებისთვის ძალიან კარგად დაფასებენ. ხშირად, დრო ძალიან მნიშვნელოვანია ბიზნეს დოკუმენტების, მაღაზიების ან დამატებითი ნაწილების გადაწყვეტილების შესახებ. +ზოგიერთ მარშრუტზე უფრო დიდი კომპანიებს თავისი თვითმფრინავები აქვთ, მაგრამ სხვა მარშრუტებზე და მცირე კომპანიებზე პრობლემა არის. +იმ შემთხვევაში, თუ ისინი რამდენიმე მარშრუტზე წყარო საჰაერო ტრანსპორტით გადაწყვიტეს, რამდენიმე დღე შეიძლება გამოიყვანოს გადაწყვიტებასა და სასამართლოს გადაწყვეტილებას. +მხოლოდ ერთ-ერთი გზა იყო, რათა ის უფრო სწრაფად მიიღოთ, და ეს გზა იყო, რომ მისი გადაწყვეტილება დაკავშირებული წყაროს გადაწყვეტილება იყო. ავიაკომპანიების რეგულაციები არ აპირებს მათ, რომ მათ დაკავშირებული წყაროს გადაწყვეტილების გარეშე გადაწყვეტილების გარეშე გადაწყვეტილების გარეშე გადაწყვეტილების გარეშე გადაწყვეტილების გარეშე გადაწყვეტილების გარეშე გადაწყვეტილების გარეშე გადაწყვეტილების გარეშე გადაწყვეტილების გარეშე გადაწყვეტილების გარეშე გადა����� +პირველ ან ბიზნეს კლასის თვითმფრინავით გადავიწყებას უკეთესი გზა არის გადაწყვეტილების მიღება (ან, უფრო კარგად, თქვენი კომპანიის მიერ გადაწყვეტილება). +თუმცა, ეს არ არის ძალიან იაფი: რაოდენობის მიღებით, თქვენ შეიძლება გეგმავთ, რომ ბიზნესისთვის ნორმალური ეკონომიკური ფარის მაქსიმუმ ოთხი და პირველ კლასის მაქსიმუმ ელევენი გარეშე! +გენერალურად, არ არსებობს სიტუაცია, როდესაც საკუთარი ავიაკომპანიების დირექტული ფრენების მიმართულებიდან ბიზნეს კლასის ან პირველ კლასის ავიაბილეთების დისკონტების ძებნას. +ავიაკომპანიები კარგად აცნობენ, რომ არსებობს კერძო ჯგუფი ფრენები, რომლებიც მიიღებენ მაღალი დოლარები უფლებების მისაღწევად, რათა სწრაფად და კომფორტულად მიიღონ ადგილი, და ამასთან დაკავშირებულად ისეთი ფასები აღწერებენ. +მოლდოვის დედაქალაქი ჩიშინაუია. ადგილობრივი ენა რუმენულია, მაგრამ რუსული უფრო ხშირად გამოიყენება. +მოლდოვა ერთ-ერთი ეთნიკური კონფლიქტის მიღებული რესპუბლიკაა. +1994 წელს, ეს კონფლიქტმა გამოიწვია აღმოჩენილი ტრანსნისტრიის რესპუბლიკის შექმნას აღმოსავლეთ მოლდოვაში, რომელსაც აქვს თავისი მთავრობა და ვალუტა, მაგრამ არასოდეს არ აღიარებს არასოდეს ეროვნული ორგანიზაციის ქვეყნების მიერ. +პოლიტიკური მოლაპარაკებების წყაროდ ეკონომიკური ურთიერთობა მოხდა მოლდოვის ორივე ნაწილის შორის. +მოლდოვის მთავარი რელიგია ორთოდოქსული კრისტიანობაა. +იზმირი ტურქეთის მესამე დიდი ქალაქია, რომელიც 3,7 მილიონ ადამიანის მოსახლეობის მიღწევს, ისტანბულის შემდეგ მეორე დიდი პორტია და ძალიან კარგი ტრანსპორტული უzelია. +ყოველთვის ძველი ქალაქი სმირნა, ახლა არის მოდერნი, განვითარებული და აქტიური კომერციული ცენტრი, რომელიც დიდი ზღვის გარშემო და მთების გარშემო მდებარეობს. +დიდი ბულვარები, ყინულის ფრონტირებული შენობები და მოდერნი სავაჭრო ცენტრები ტრადიციული წითელი თეთრის მიწისძვრით დაკავშირებულია, მე-18 საუკუნის ბაზარი, ძველი მეღობები და ეკლესიები, მიუხედავად იმისა, რომ ქალაქის ატმოსფერა უფრო მედიტერანეული ევროპასთან დაკავშირებულია, ვიდრე ტრადიციული თურქეთისთვის. +ჰალდარსვიკის სოფლის მიმდინარე ეისტუროის კუნძულის ნახვის შესაძლებლობა აქვს და განსხვავებული ოქტაგონალური ეკლესია. +ეკლესიის მიწისძვრაში არსებულია საინტერესო მარბლის სკულპტურები, რომლებიც ზომიერი სამეფოების ზედა ნაწილზე მდებარეობენ. +ერთი საათი წარმოადგენს ინტერესული სოფელის მიღწევაზე. +ჩრდილოეთის მიმდინარეობისა და მარტივი მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მიღების მი� +სკოტერბის 403 ავტობუსი რეგულარულად სინტრაში მოგზაურობს, და კაბო და როკაზე ჩატარებს. +ასევე, ჩრდილოეთის მიმდინარეობის მიმართულების საკუთარი სახეობისა და მსოფლიო ცნობილი მარიანი აპარიციის ადგილების სახეობის მიმართულების საკუთარი სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის სახეობის +დარწმუნდით, რომ თქვენ რეალურად მასობრივი სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფოს სამეფ +ჯერ არსებობს ბევრი მამაკაცი და ქალები, რომლებიც მათი დროს არსებობდნენ აქ, და ბევრი მეტი ადამიანი, რომლებსაც მკვლელობის საშუალების მიღების შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვევის შემთხვე +უფრო მეტი მნიშვნელობისა და სერიოზობის გამოყენებით, და რესპექტის გარეშე, მოუწოდეთ ამ ვებ-გვერდს. არ გააკეთოთ ხუმრობას ჰოლოკაუსტის ან ნაცისტების წინააღმდეგ. +არ არის სასარგებლო, როდესაც გრაფიტის გამოყენების საშუალების გამოყენებით ან სტრუქტურების მოწყობით ვებ-გვერდის განახორციელება. +ბარსელონას ოფიციალური ენები კატალანური და ესპანური. დაახლოებით ნახევარი არსებს კატალანურად, უმეტესობა ის გაიგონებს და უმცირესი ნაწილი არსებს ესპანურად. +თუმცა, უმეტეს სიგნალები მხოლოდ კატალანურ ენაზე აღწერება, რადგან კატალანური ენა დაადგენს პირველი ოფიციალური ენა. +თუმცა, ესპანური ასევე გამოიყენება საჯარო ტრანსპორტისა და სხვა ობიექტების გამოყენებაში. +მეტროს რეგულარული განცხადებები მხოლოდ კატალანურ ენაზე განახორციელება, მაგრამ ავტომატური სისტემის საშუალებით გამოყენებული განცხადებები სხვა ენებზე, მათ შორის ენაზე, ინგლისურ ენაზე, ფრანგულ ენაზე, არაბულ ენაზე და იაპონურ ენაზე განახორციელება. +პარიზის მოქალაქეების რეპუტაცია არის ეგოცენტური, ძალადობრივი და აროგანტული. +მიუხედავად იმისა, რომ ეს ხშირად მხოლოდ არასწორი სტერეოტიპია, წარმატებითი გადაწყვეტილება პარიზში გადაადგილებისთვის ყოველთვის უკეთესია თქვენი უმჯობესი ჟესტის გამოყენება, როდესაც თქვენ სწრაფად გადაწყვეტილებთ, როგორც ადამიანი, რომელიც "ბიენ ელევე" (well brought up) არის. +პარიზიელების გარეული სხეულები სწრაფად გაუწყვეტება, თუ თქვენ გამოყენებთ ზოგიერთი ბაზიური სასტუმროების სასამართლოების სასამართლოების სასამართლოების სასამართლოების სასამართლოების სასამართლოების სასამართლოების სასამართლოების სასამართლოების სასამართლოების სასამართლოების სასამართლოების სასამართლოების სასამართლოების სასამართლოების სასამართლოების სასამართლოების სასამართლოების სასამართლოების სასამართლოების სასამართლოების სასამართლოების სასამართლოების სასამართლოების სასამართლოების სასამართლოების სასამართლოები +პლიტვიცეს წყაროების ეროვნული პარკი ძლიერად წარმოადგენს წვიმებს, მათ შორის თვითმფრინავის ხეის, მეწყერის ხეისა და ფირის ხეის, რომლებიც ალპინური და სამედიტერანო ვეგეტაციის მიქსირებას აღწერებს. +მისი მიკროკლიმატის განსხვავებით, განსხვავებული მიწაზების განსხვავებით და განსხვავებული ზემოქმედების დონის განსხვავებით, მათი სახეობის განსხვავებით, მათი სახეობის განსხვავებით, მათი სახეობის განსხვავებით, მათი სახეობის განსხვავებით, მათი სახეობის განსხვავებით, მათი სახეობის განსხვავებით, მათი სახეობის განსხვავებით, მათი სახეობის განსხვავებით, მათი სახეობის განსხვავებით, მათი სახეობის განსხვავებით, მათი სახეობის განსხვავებით, მათი სახეობის განსხვავებით, მათი სახეობის განსხვავებით, მათი სახეობის განსხვავებით +ასეთი ტერიტორია ასევე საკუთარი არის სხვადასხვა სახეობის ცხოველებსა და ფრინველებს. +ჩვეულებრივი ფაუნა, როგორებიცაა ევროპული ღამურები, ღამურები, ორელი, ღამურები, ლინქური, დიკილი კატი და ღამურები ასევე არსებობს ამ ტერიტორიაზე, როგორც რამდენიმე სხვა ყველაზე გავრცელებული სახეობები +მონასტირებში სხვადასხვაობის დროს, ქალებს მოუწყობდება მოწყობილობა, რომელიც ხელებს და კოლებს დაფარულია, ასევე სხვადასხვაობის დროს, ქალებს მოუწყობდება მოწყობილობა, რომელიც ხელებს და კოლებს დაფარულია. +უმეტეს მონასტირებში ქალებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს, რომლებს +მამაკაცებს საკუთარი ლინიის გასწვრივ მოუწოდებენ, რომ მათ უნდა მოწყობილოდნენ ხელების მიღწების მიღწების მიღწების მიღწების მიღწების მიღწების მიღწების მიღწების მიღწების მიღწების მიღწების მიღწების მიღწების მიღწების მიღწების მიღწების მიღწების მიღწების მიღწების მიღწების მიღწების მიღწების მიღწების მიღწების მიღწების მიღწების მიღწების მიღწების მიღწების მიღწების მიღწების მიღწების მიღ +ეს ასევე შეიძლება მიიღოს მიწისძვრიდან, მაგრამ მათი მოწყობილები ყოველი მაყურებელისთვის არ მოწყობილია, ამიტომ თქვენ არ გრძელდებით შეგიძლიათ მიიღოთ მათ. ერთი ზომი ყველა ადამიანს შესაბამისად! +მაიორკულის კულინარია, ისევე როგორც სხვადასხვა ზონების კულინარია სამედიტერანეო ზონაში, ბურთის, სასმელებისა და სხეულების (განსაკუთრებით სვინის) გამოყენების გარეშე არის შედგებული. მათი გამოყენების გარეშე, მაიორკულის კულინარია ოლივის მასლის გამოყენების გარეშე არის შედგებული. +ყველაზე პატარა პოპულარული სასტუმრო საკვების ერთ-ერთი ვარიანტი არის პა ამბ ოლი: პირველი, ტომატი და ყველა არსებული კონდიმენტები, როგორებიცაა სვეტი, თუნაფიში და სხვ. +ყველა სიტყვა, სის სიტყვის გარეშე, ყოველდღიურად დაიწყება დაბატული წერილით, ისევე სიტყვის შუა ნაწილში. +ეს არის მნიშვნელოვანი გზა, რათა განსხვავებინათ ზოგიერთ სიტყვისა და ობიექტებს. +ასევე, ეს ასევე უფრო მარტივია წინააღმდეგებას, მიუხედავად იმისა, რომ წერილობა რამდენიმე უფრო რთულია, რადგან უნდა აღმოჩნდეს, თუ არის გამოიყენებული სახელების ან ადგილობრივი სიტყვების ფორმაში. +იტალურ ენაში განსხვავების მიღება რელატიურად მარტივია, რადგან უმეტესი სიტყვები განსხვავებული იქნება ისევე, როგორც ისინი წერებული იქნება +მნიშვნელოვანი წყაროები არის c და g, რადგან მათი გამოყენება განსხვავებულია წყაროების მიხედვით. +ასევე, დარწმუნდით, რომ რის და რრის გამოყენება განსხვავებული იყო: caro ნიშნავს ძველი, სადაც კარრო ნიშნავს მანქანას. +პერსულის გრამატიკა რელატიურად მარტივია და უმეტესობად რეგულარულია. +ამიტომ, ეს გრამატიკის წყაროს წინასწარი წარსულების წარსულების წარსულების წარსულების წარსულების წარსულების წარსულების წარსულების წარსულების წარსულების წარსულების წარსულების წარსულების წარსულების წარსულების წარსულების წარსულების წარსულების წარსულების წარსულების წარსულების წარსულების წარსულების წარსულების წარსულების წარსულების წარსულების წარსულების წარსულების წარსულების წარსულების წარსულების წარსულების წარსულების წარსულების წარსულებ +არანაირად, თუ თქვენ ცნობთ რომანულ ენას, თქვენ პორტუგალური ენას სწავლად უფრო მარტივი იქნება. +თუმცა, ისეთი ადამიანები, რომლებიც ცოტა ენაზე გულისხმობენ ესპანურად, სწრაფად გადაწყვეტებენ, რომ პორტუგალურად უფრო დაახლოებულია, რომ ის არ უნდა იყოს გამოიყენებული განსხვავებულად. +წინააღმდეგობრივი ობსერვატორიები ხშირად დღევანდელია დღეს, და როგორც მუზეუმები, ან საგანმანათლებლო ადგილები დარჩენილია. +როდესაც მათი წარმატების დროს სინათლის პოლუტაცია არ იყო საკითხი, როგორც დღეს, ისინი ხშირად ადგილობენ ქალაქებში ან კამპუსებში, რადგან მათი მიღწევა უფრო მარტივია დღეს შექმნილ ობექტების მიღწევად. +ყველაზე ახალი კვლევების ტელესკოპები უკეთეს ადგილებში, საკმაოდ ატმოსფერულ პირობებთან დაკავშირებით ძალიან დიდი ცენტრებია. +აღმოსავლეთის მე-8 საუკუნიდან წარმოადგენს ჩერის გარეშე, რომელიც ჰანამის სახელით ცნობილია, იაპონიის კულტურის ნაწილია. +კონცეპტი ჩინეთიდან წარმოადგენდა, სადაც მიღებული იყო სისხლის ფლორა. +იაპონიაში, იმპერატორმა მხოლოდ თავს და სხვა არისტოკრატებს იმპერატორობის სასამართლოს მიმდინარეობის არისტოკრატებს ჩერილობის პარტიებს წარმოადგენდა. +წევრები უმჯობესია, როდესაც თავიანთი ეროვნული კონტექსტში იმყოფებიან, ამიტომ უარი დარწმუნდეთ, რომ ერთი მხოლოდ ერთი სახეობის წევრის გამოყენებას. +იმ შემთხვევაში, როდესაც ფორმალურად გამოყენებულ ბაღებში მოგზაურობა განხორციელდება, "სამეცნიერო ნაწილების" მიღება ასევე გამოიწვევს თქვენ გადაწყვეტილების გარეშე. +ჩვეულებრივ, სინგაპური ძალიან უსაფრთხო ადგილია და ძალიან მარტივია ნავიგირება, და თქვენ შეგვიძლია ყველაფრის ყველაფრის ყველაფრის ყველაფრის ყველაფრის ყველაფრის ყველაფრის ყველაფრის ყველაფრის ყველაფრის ყველაფრის ყველაფრის ყველაფრის ყველაფრის ყველაფრის ყველაფრის ყველაფრის ყველაფრის ყველაფრის ყველაფრის ყველაფრის ყველაფრის ყველაფრის ყველაფრის ყველაფრის ყველაფრის ყველაფრის ყველაფრის ყველაფრის ყველაფრის ყველაფრის ყველაფრის ყველაფრის ყველაფრის ყველ +მაგრამ, როდესაც თქვენ წარმოადგენს „მაღალ ტროპიკებში“, მხოლოდ რამდენიმე გრადუსით ჩრდილოეთით ეკვიტორიის მიღწევად, თქვენ უნდა გამოიყენოთ ორივე ტემპერატურას (ყოველთვის) და ძლიერი მწვანე მწვანე (როდესაც სიმაღლი კარგია, უფრო რედაქულად). +ასევე, არსებობს რამდენიმე ავტობუსი, რომლებიც ჰებრონის მიმართულებია, ბიბლიური პატრიარქების აბრაჰამის, ისააკის, იაკობის და მათი მეუღლეების ტრადიციული სასტუმროების მიმართულებია. +დააკვირდეთ, რომ ავტობუსი, რომლის გამოყენებას გეგმავთ, ჰებრონის მიმართულია და არა მხოლოდ კირიატ არბას მდებარე ებრაული ებრაულების ოჯახების სეტლემენტის მიმართულია. +შეერთებული სამეფოს წყარო გზები შეიძლება იყოს კარგი თემა, რომლის შესახებ შეერთებული სამეფოს წყარო გზები შეიძლება იყოს კარგი თემა, რომლის შესახებ შეერთებული სამეფოს წყარო გზები შეიძლება იყოს კარგი თემა, რომლის შესახებ შეერთებული სამეფოს წყარო გზები შეიძლება იყოს კარგი თემა, რომლის შესახებ შეერთებული სამეფოს წყარო გზები შეიძლება იყოს კარგი თემა, რომლის შესახებ შეერთებული სამეფოს წყარო გზები შეიძლება იყოს კარგი თემა, რომლის შესახებ შეერთებული სამეფოს წყარო გზები შეიძლება +მაგალითად, როდესაც მოგზაურობთ ლოირის ველის ციხებს, რაინის ველის ციხებს ან მოგზაურობთ კრუიზებით ინტერესულ ქალაქებზე დანუბის ტერიტორიაზე ან ერის კანალზე მოგზაურობით. +მათ ასევე განაცხადებენ გზებს პოპულარულ მოგზაურობისა და ველოსიპედის მოგზაურობის გზებზე. +კრისტიანების ყველაზე მნიშვნელოვანი დღეების ერთ-ერთია, რომელიც ჯეზუსის დაბადების დღე აღნიშნულია. +რამდენიმე ტრადიცია, რომელიც დღეს დაკავშირებულია, ასეთ ქრისტიანულ ქვეყნებში და მსოფლიოს სხვა ქვეყნებში არაკრისტიანებს ასევე მიიღო. +აღნიშნულია ტრადიცია, რომ ორშაბათის ღამის გასული დროს, ზოგიერთი გამოყენებული ქუჩაზე ჩამყარებით, მიიღონ მზის დაწყება. +ეს ტრადიციის კრისტიანული თეოლოგიური განაცხადებები არსებობს, მაგრამ ასევე შეიძლება იყოს კრისტიანობის წინ წარსული წვიმების და ფერტილობის რიტუალი. +მეტი ტრადიციული ეკლესიები ხშირად ეკუთვნებენ ორშაბათის ღამეს წარსულის დღეს, ორშაბათის წარსულის კვირის განმავლობაში, როდესაც კონგრეგაციები ხშირად წარსულის დასასრულების შემთხვევის დროს შეწყვეტებენ წარსულის დასასრულების შემთხვევის დროს წარსულის დასასრულების შემთხვევის დროს წარსულის დასასრულების შემთხვევის დროს წარსულის დასასრულების შემთხვევის დროს წარსულის დასასრულების შემთხვევის დროს წარსულის დასასრულების შემთხვევის დროს წარსულის დასასრულების შემთხვევის დროს წარსულის დასასრულების +ყველა ცხოველი, რომლებიც დაიწყეს კუნძულებში, ასევე დაიწყეს აქ, ჩვეულებრივ წყალით, თვითმფრინავით ან ჩვეულებრივ წყალით. +კონტინენტიდან დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაახლოებით დაა +მას შემდეგ, რაც ადამიანმა გალაპაგოს კუნძულებზე მიღწევა, გამოიყენებული იქნა ბევრი სხეული, მათ შორის ღორები, კერძები, ღამურები, ღამურები და მძღოლები. +თუ თქვენ ზამთრის პერიოდში არქტიკულ ან ანტარქტიკულ ტერიტორიებზე მოგზაურობთ, თქვენ გაგრძელებთ პოლარული ღამე, რაც ნიშნავს, რომ მწვანე წვიმე არ არის ზემოქმედებული. +ეს არის კარგი ვარიანტი აურორას ბორეალის განხილვისთვის, რადგან სიმაღლი უფრო მეტი ან უფრო მცირე იქნება საათების მიმდინარეობის შემთხვევაში. +რადგან ტერიტორიები მცირედ ადგილობრივი ადამიანობის შესახებ არ არის პრობლემა, ასეთ შემთხვევაში, თქვენ ასევე შეგიძლიათ გამოიყენოთ ვარსკვლავებს. +იაპონური სამუშაო კულტურა უფრო ჰიერარქიულად და ფორმალურად არის, ვიდრე როგორც დასავლეთის მოქალაქეები იყვნენ. +სუიტები წარმოადგენს სტანდარტული ბიზნესის თავისუფლებები, და კოლეგები ერთმანეთს ერთმანეთთან უწოდებენ ოჯახური სახელებით ან სამუშაო თავისუფლებებით. +სამუშაო ადგილის ერთობლივობა მნიშვნელოვანად მნიშვნელოვანად მნიშვნელოვანად მნიშვნელოვანად მნიშვნელოვანად მნიშვნელოვანად მნიშვნელოვანად მნიშვნელოვანად მნიშვნელოვანად მნიშვნელოვანად მნიშვნელოვანად მნიშვნელოვანად მნიშვნელოვანად მნიშვნელოვანად მნიშვნელოვანად მნიშვნელოვანად მნიშვნელოვანად მნიშვნელოვანად მნიშვნელოვანად მნიშვნელოვანად მნიშვნელოვანად მნიშვნელოვანად მნიშვნელოვანად მნიშვნელოვანად მნიშვნელოვანად მნიშვნელოვანად მნიშვნელოვანად მნიშვნელოვანად მნიშვნელოვანად მნიშვნელოვანად მნიშვნელოვანად მნიშვნელოვანად მნიშ +მუშაობელებს უფრო ხშირად უნდა მიიღონ მათი უზენაესების მიერ მისაღწევად ყველა გადაწყვეტილებას, და უნდა მიიღონ მათი უზენაესების ინსტრუქციებს მიუხედავად კითხვების გარეშე. diff --git a/test-en-ka.bleu b/test-en-ka.bleu new file mode 100644 index 0000000000000000000000000000000000000000..dd485429be0750fa4526e2520a6a67d8c2ca7d86 --- /dev/null +++ b/test-en-ka.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 4.40 27.2/6.9/2.2/0.9 (BP = 1.000 ratio = 1.262 hyp_len = 25854 ref_len = 20479) diff --git a/test-en-ka.comet b/test-en-ka.comet new file mode 100644 index 0000000000000000000000000000000000000000..1fe31e27053b9a08d517ed7afaecc69acac1067a --- /dev/null +++ b/test-en-ka.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 0 score: 0.2279 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 1 score: 0.7640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 2 score: 0.5580 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 3 score: 0.7709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 4 score: 0.6167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 5 score: 0.5361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 6 score: 0.5361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 7 score: 0.8430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 8 score: 0.8093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 9 score: 0.2448 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 10 score: 0.7196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 11 score: 0.5616 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 12 score: 0.5487 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 13 score: 0.8753 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 14 score: 0.7523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 15 score: 0.4731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 16 score: 0.7850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 17 score: 0.8790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 18 score: 0.7548 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 19 score: 0.6949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 20 score: 0.8997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 21 score: 0.6743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 22 score: 0.5968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 23 score: 0.7686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 24 score: 0.9044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 25 score: 0.8582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 26 score: 0.5125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 27 score: 0.4615 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 28 score: 0.7215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 29 score: 0.6223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 30 score: 0.5683 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 31 score: 0.6238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 32 score: 0.5281 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 33 score: 0.9048 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 34 score: 0.6396 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 35 score: 0.6526 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 36 score: 0.7500 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 37 score: 0.7827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 38 score: 0.7851 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 39 score: 0.8591 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 40 score: 0.5579 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 41 score: 0.8873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 42 score: 0.6506 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 43 score: 0.8629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 44 score: 0.4459 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 45 score: 0.5962 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 46 score: 0.8287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 47 score: 0.7153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 48 score: 0.7757 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 49 score: 0.7518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 50 score: 0.8610 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 51 score: 0.6110 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 52 score: 0.7232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 53 score: 0.2489 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 54 score: 0.4092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 55 score: 0.8466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 56 score: 0.7520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 57 score: 0.7322 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 58 score: 0.8258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 59 score: 0.2283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 60 score: 0.4592 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 61 score: 0.7304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 62 score: 0.8904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 63 score: 0.5426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 64 score: 0.7102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 65 score: 0.2822 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 66 score: 0.7202 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 67 score: 0.6310 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 68 score: 0.6855 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 69 score: 0.8379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 70 score: 0.1882 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 71 score: 0.5514 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 72 score: 0.7287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 73 score: 0.8354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 74 score: 0.6893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 75 score: 0.5995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 76 score: 0.6021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 77 score: 0.7896 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 78 score: 0.6969 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 79 score: 0.8603 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 80 score: 0.8234 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 81 score: 0.6399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 82 score: 0.5320 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 83 score: 0.2561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 84 score: 0.5474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 85 score: 0.6365 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 86 score: 0.4166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 87 score: 0.7569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 88 score: 0.6707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 89 score: 0.5008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 90 score: 0.2395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 91 score: 0.5283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 92 score: 0.5600 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 93 score: 0.1957 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 94 score: 0.4490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 95 score: 0.8486 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 96 score: 0.2549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 97 score: 0.6839 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 98 score: 0.8574 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 99 score: 0.5599 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 100 score: 0.8576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 101 score: 0.7619 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 102 score: 0.5991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 103 score: 0.5607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 104 score: 0.5133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 105 score: 0.6262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 106 score: 0.7234 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 107 score: 0.3457 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 108 score: 0.3085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 109 score: 0.4619 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 110 score: 0.7102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 111 score: 0.9226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 112 score: 0.6470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 113 score: 0.2971 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 114 score: 0.4953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 115 score: 0.7665 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 116 score: 0.7618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 117 score: 0.8071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 118 score: 0.9065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 119 score: 0.5015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 120 score: 0.5857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 121 score: 0.8588 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 122 score: 0.6472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 123 score: 0.8084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 124 score: 0.5353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 125 score: 0.5280 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 126 score: 0.5961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 127 score: 0.6709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 128 score: 0.5446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 129 score: 0.4318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 130 score: 0.8535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 131 score: 0.6884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 132 score: 0.5954 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 133 score: 0.7114 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 134 score: 0.1843 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 135 score: 0.4893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 136 score: 0.6956 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 137 score: 0.6486 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 138 score: 0.8446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 139 score: 0.5378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 140 score: 0.5311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 141 score: 0.7190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 142 score: 0.5969 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 143 score: 0.6493 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 144 score: 0.6627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 145 score: 0.7742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 146 score: 0.6284 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 147 score: 0.5720 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 148 score: 0.8121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 149 score: 0.5730 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 150 score: 0.7538 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 151 score: 0.8387 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 152 score: 0.5991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 153 score: 0.6945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 154 score: 0.6998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 155 score: 0.5015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 156 score: 0.2739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 157 score: 0.4788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 158 score: 0.4854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 159 score: 0.6833 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 160 score: 0.6607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 161 score: 0.7558 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 162 score: 0.3217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 163 score: 0.4465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 164 score: 0.8966 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 165 score: 0.2736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 166 score: 0.5575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 167 score: 0.7852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 168 score: 0.6301 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 169 score: 0.7414 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 170 score: 0.6624 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 171 score: 0.7371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 172 score: 0.5342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 173 score: 0.4310 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 174 score: 0.6708 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 175 score: 0.7308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 176 score: 0.8231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 177 score: 0.8625 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 178 score: 0.8734 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 179 score: 0.8945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 180 score: 0.8371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 181 score: 0.7626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 182 score: 0.8812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 183 score: 0.8707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 184 score: 0.3496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 185 score: 0.7986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 186 score: 0.6868 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 187 score: 0.3549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 188 score: 0.6771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 189 score: 0.7456 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 190 score: 0.5248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 191 score: 0.8048 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 192 score: 0.6745 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 193 score: 0.7210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 194 score: 0.8430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 195 score: 0.9181 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 196 score: 0.4337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 197 score: 0.3828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 198 score: 0.4632 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 199 score: 0.6471 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 200 score: 0.5894 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 201 score: 0.7633 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 202 score: 0.7709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 203 score: 0.5817 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 204 score: 0.2615 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 205 score: 0.5368 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 206 score: 0.2345 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 207 score: 0.6796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 208 score: 0.6658 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 209 score: 0.8559 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 210 score: 0.9479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 211 score: 0.5887 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 212 score: 0.9331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 213 score: 0.8095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 214 score: 0.7709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 215 score: 0.5328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 216 score: 0.8750 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 217 score: 0.6470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 218 score: 0.6630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 219 score: 0.7870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 220 score: 0.9491 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 221 score: 0.5291 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 222 score: 0.6969 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 223 score: 0.4766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 224 score: 0.8679 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 225 score: 0.6537 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 226 score: 0.8631 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 227 score: 0.5216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 228 score: 0.5455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 229 score: 0.7213 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 230 score: 0.7673 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 231 score: 0.5634 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 232 score: 0.6723 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 233 score: 0.6730 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 234 score: 0.5720 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 235 score: 0.5527 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 236 score: 0.7034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 237 score: 0.4447 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 238 score: 0.5742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 239 score: 0.6776 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 240 score: 0.3788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 241 score: 0.4847 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 242 score: 0.7478 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 243 score: 0.1699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 244 score: 0.3392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 245 score: 0.4980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 246 score: 0.7106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 247 score: 0.4353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 248 score: 0.3397 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 249 score: 0.9005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 250 score: 0.7468 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 251 score: 0.8986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 252 score: 0.6208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 253 score: 0.7939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 254 score: 0.6621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 255 score: 0.7067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 256 score: 0.4965 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 257 score: 0.7346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 258 score: 0.5876 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 259 score: 0.6246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 260 score: 0.3487 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 261 score: 0.2767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 262 score: 0.3902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 263 score: 0.3897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 264 score: 0.8273 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 265 score: 0.1865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 266 score: 0.6827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 267 score: 0.4858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 268 score: 0.8753 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 269 score: 0.8733 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 270 score: 0.5320 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 271 score: 0.5028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 272 score: 0.6705 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 273 score: 0.7825 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 274 score: 0.6442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 275 score: 0.2186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 276 score: 0.3954 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 277 score: 0.6143 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 278 score: 0.5937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 279 score: 0.9328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 280 score: 0.6420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 281 score: 0.7842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 282 score: 0.7805 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 283 score: 0.2435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 284 score: 0.8340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 285 score: 0.6312 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 286 score: 0.8862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 287 score: 0.5142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 288 score: 0.6740 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 289 score: 0.8117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 290 score: 0.6112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 291 score: 0.6313 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 292 score: 0.6167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 293 score: 0.3412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 294 score: 0.2067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 295 score: 0.2351 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 296 score: 0.2860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 297 score: 0.8111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 298 score: 0.8638 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 299 score: 0.5323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 300 score: 0.8570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 301 score: 0.1651 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 302 score: 0.6559 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 303 score: 0.8742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 304 score: 0.7112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 305 score: 0.5741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 306 score: 0.8912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 307 score: 0.7961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 308 score: 0.6872 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 309 score: 0.5326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 310 score: 0.8651 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 311 score: 0.4430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 312 score: 0.6094 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 313 score: 0.5870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 314 score: 0.8433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 315 score: 0.7312 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 316 score: 0.2795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 317 score: 0.7966 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 318 score: 0.2772 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 319 score: 0.6441 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 320 score: 0.3311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 321 score: 0.5549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 322 score: 0.7974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 323 score: 0.8884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 324 score: 0.2330 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 325 score: 0.6518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 326 score: 0.4743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 327 score: 0.7156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 328 score: 0.7915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 329 score: 0.6760 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 330 score: 0.2181 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 331 score: 0.4693 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 332 score: 0.5355 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 333 score: 0.5214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 334 score: 0.8009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 335 score: 0.7158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 336 score: 0.5250 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 337 score: 0.6836 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 338 score: 0.5746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 339 score: 0.8297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 340 score: 0.6395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 341 score: 0.7166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 342 score: 0.3864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 343 score: 0.5499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 344 score: 0.7321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 345 score: 0.1644 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 346 score: 0.7420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 347 score: 0.7769 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 348 score: 0.4672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 349 score: 0.4831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 350 score: 0.7894 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 351 score: 0.7288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 352 score: 0.7346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 353 score: 0.5314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 354 score: 0.5260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 355 score: 0.6256 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 356 score: 0.5963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 357 score: 0.2820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 358 score: 0.2472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 359 score: 0.2712 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 360 score: 0.3023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 361 score: 0.6333 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 362 score: 0.8964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 363 score: 0.2319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 364 score: 0.6563 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 365 score: 0.5481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 366 score: 0.2588 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 367 score: 0.5648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 368 score: 0.5035 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 369 score: 0.5494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 370 score: 0.2782 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 371 score: 0.3898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 372 score: 0.5093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 373 score: 0.8190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 374 score: 0.8741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 375 score: 0.8052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 376 score: 0.6240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 377 score: 0.7872 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 378 score: 0.5850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 379 score: 0.3199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 380 score: 0.2109 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 381 score: 0.5481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 382 score: 0.3530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 383 score: 0.5186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 384 score: 0.4677 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 385 score: 0.3150 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 386 score: 0.3778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 387 score: 0.5584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 388 score: 0.4416 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 389 score: 0.6654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 390 score: 0.2568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 391 score: 0.5563 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 392 score: 0.8750 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 393 score: 0.8067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 394 score: 0.2675 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 395 score: 0.4695 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 396 score: 0.6786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 397 score: 0.8418 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 398 score: 0.6583 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 399 score: 0.6766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 400 score: 0.9172 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 401 score: 0.3426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 402 score: 0.8304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 403 score: 0.6297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 404 score: 0.5433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 405 score: 0.4458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 406 score: 0.8439 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 407 score: 0.4977 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 408 score: 0.8933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 409 score: 0.7199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 410 score: 0.7863 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 411 score: 0.3321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 412 score: 0.6082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 413 score: 0.5177 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 414 score: 0.7951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 415 score: 0.5569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 416 score: 0.6546 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 417 score: 0.3278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 418 score: 0.9335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 419 score: 0.8007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 420 score: 0.9606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 421 score: 0.8754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 422 score: 0.7357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 423 score: 0.7319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 424 score: 0.5842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 425 score: 0.8211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 426 score: 0.6240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 427 score: 0.7093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 428 score: 0.7615 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 429 score: 0.8861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 430 score: 0.6697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 431 score: 0.5567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 432 score: 0.4987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 433 score: 0.5319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 434 score: 0.5967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 435 score: 0.5278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 436 score: 0.4408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 437 score: 0.6034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 438 score: 0.8587 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 439 score: 0.7021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 440 score: 0.5970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 441 score: 0.5825 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 442 score: 0.8338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 443 score: 0.6261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 444 score: 0.3542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 445 score: 0.6539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 446 score: 0.6923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 447 score: 0.7516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 448 score: 0.9180 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 449 score: 0.7183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 450 score: 0.8297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 451 score: 0.8325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 452 score: 0.6411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 453 score: 0.8835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 454 score: 0.7204 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 455 score: 0.6470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 456 score: 0.5707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 457 score: 0.8070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 458 score: 0.5086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 459 score: 0.4983 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 460 score: 0.6826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 461 score: 0.4608 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 462 score: 0.3893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 463 score: 0.7546 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 464 score: 0.6278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 465 score: 0.8145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 466 score: 0.8336 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 467 score: 0.4492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 468 score: 0.4940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 469 score: 0.3371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 470 score: 0.5817 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 471 score: 0.7565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 472 score: 0.5816 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 473 score: 0.3905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 474 score: 0.2112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 475 score: 0.6854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 476 score: 0.4132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 477 score: 0.6213 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 478 score: 0.6728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 479 score: 0.2054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 480 score: 0.2096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 481 score: 0.7012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 482 score: 0.7726 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 483 score: 0.6437 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 484 score: 0.7970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 485 score: 0.2934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 486 score: 0.6187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 487 score: 0.6802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 488 score: 0.8414 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 489 score: 0.5252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 490 score: 0.5089 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 491 score: 0.7324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 492 score: 0.9275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 493 score: 0.6478 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 494 score: 0.2544 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 495 score: 0.6097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 496 score: 0.6015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 497 score: 0.5737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 498 score: 0.5038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 499 score: 0.7733 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 500 score: 0.8020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 501 score: 0.9058 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 502 score: 0.9019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 503 score: 0.6578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 504 score: 0.6090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 505 score: 0.5473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 506 score: 0.5536 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 507 score: 0.4570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 508 score: 0.6035 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 509 score: 0.9102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 510 score: 0.5701 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 511 score: 0.6406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 512 score: 0.4629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 513 score: 0.4129 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 514 score: 0.2430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 515 score: 0.6569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 516 score: 0.4409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 517 score: 0.8606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 518 score: 0.3675 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 519 score: 0.9377 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 520 score: 0.8594 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 521 score: 0.7889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 522 score: 0.3411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 523 score: 0.4148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 524 score: 0.7892 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 525 score: 0.6372 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 526 score: 0.5976 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 527 score: 0.6597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 528 score: 0.5179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 529 score: 0.6652 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 530 score: 0.3682 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 531 score: 0.5648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 532 score: 0.4400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 533 score: 0.6145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 534 score: 0.4716 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 535 score: 0.4091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 536 score: 0.3064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 537 score: 0.5356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 538 score: 0.6160 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 539 score: 0.6968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 540 score: 0.6630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 541 score: 0.8827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 542 score: 0.8164 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 543 score: 0.6519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 544 score: 0.6443 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 545 score: 0.5504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 546 score: 0.5938 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 547 score: 0.8379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 548 score: 0.6371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 549 score: 0.6464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 550 score: 0.5942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 551 score: 0.8737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 552 score: 0.6623 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 553 score: 0.2711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 554 score: 0.8347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 555 score: 0.4068 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 556 score: 0.4794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 557 score: 0.5377 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 558 score: 0.5750 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 559 score: 0.4733 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 560 score: 0.4042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 561 score: 0.1440 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 562 score: 0.5719 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 563 score: 0.4510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 564 score: 0.6476 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 565 score: 0.7163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 566 score: 0.5750 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 567 score: 0.8095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 568 score: 0.4752 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 569 score: 0.8596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 570 score: 0.7256 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 571 score: 0.5903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 572 score: 0.6941 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 573 score: 0.6417 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 574 score: 0.5790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 575 score: 0.7401 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 576 score: 0.3916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 577 score: 0.7650 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 578 score: 0.5938 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 579 score: 0.4842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 580 score: 0.5355 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 581 score: 0.6535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 582 score: 0.7696 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 583 score: 0.5072 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 584 score: 0.4617 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 585 score: 0.7529 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 586 score: 0.6805 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 587 score: 0.6421 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 588 score: 0.6436 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 589 score: 0.4060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 590 score: 0.5145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 591 score: 0.7160 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 592 score: 0.8016 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 593 score: 0.6354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 594 score: 0.6588 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 595 score: 0.4735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 596 score: 0.7191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 597 score: 0.7826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 598 score: 0.2703 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 599 score: 0.8575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 600 score: 0.8278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 601 score: 0.6260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 602 score: 0.6282 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 603 score: 0.6032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 604 score: 0.2482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 605 score: 0.2770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 606 score: 0.6941 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 607 score: 0.3641 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 608 score: 0.6897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 609 score: 0.6894 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 610 score: 0.7386 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 611 score: 0.2518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 612 score: 0.5376 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 613 score: 0.6724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 614 score: 0.5584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 615 score: 0.5413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 616 score: 0.7251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 617 score: 0.7725 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 618 score: 0.2966 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 619 score: 0.5308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 620 score: 0.3643 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 621 score: 0.4596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 622 score: 0.8717 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 623 score: 0.2922 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 624 score: 0.3836 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 625 score: 0.6712 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 626 score: 0.8841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 627 score: 0.8310 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 628 score: 0.7661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 629 score: 0.5733 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 630 score: 0.7284 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 631 score: 0.9007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 632 score: 0.9367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 633 score: 0.7476 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 634 score: 0.9006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 635 score: 0.6111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 636 score: 0.6995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 637 score: 0.3148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 638 score: 0.6865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 639 score: 0.7858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 640 score: 0.6835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 641 score: 0.9184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 642 score: 0.6407 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 643 score: 0.6250 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 644 score: 0.3949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 645 score: 0.4448 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 646 score: 0.5386 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 647 score: 0.7845 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 648 score: 0.2252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 649 score: 0.4822 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 650 score: 0.6238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 651 score: 0.2163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 652 score: 0.7911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 653 score: 0.4843 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 654 score: 0.6002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 655 score: 0.7305 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 656 score: 0.3941 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 657 score: 0.8564 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 658 score: 0.5609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 659 score: 0.6501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 660 score: 0.5921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 661 score: 0.5263 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 662 score: 0.7989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 663 score: 0.7238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 664 score: 0.6527 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 665 score: 0.6783 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 666 score: 0.3461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 667 score: 0.6782 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 668 score: 0.7552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 669 score: 0.8465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 670 score: 0.7696 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 671 score: 0.8835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 672 score: 0.8192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 673 score: 0.7468 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 674 score: 0.7606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 675 score: 0.6374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 676 score: 0.6677 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 677 score: 0.5067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 678 score: 0.6620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 679 score: 0.7793 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 680 score: 0.5615 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 681 score: 0.7515 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 682 score: 0.9082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 683 score: 0.6492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 684 score: 0.4053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 685 score: 0.6591 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 686 score: 0.6563 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 687 score: 0.7090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 688 score: 0.7754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 689 score: 0.5809 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 690 score: 0.8988 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 691 score: 0.7656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 692 score: 0.8687 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 693 score: 0.5344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 694 score: 0.6267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 695 score: 0.5873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 696 score: 0.6193 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 697 score: 0.6785 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 698 score: 0.5843 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 699 score: 0.7718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 700 score: 0.5357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 701 score: 0.8812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 702 score: 0.8013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 703 score: 0.7176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 704 score: 0.3748 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 705 score: 0.2920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 706 score: 0.3654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 707 score: 0.7628 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 708 score: 0.5758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 709 score: 0.8033 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 710 score: 0.7387 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 711 score: 0.6653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 712 score: 0.8642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 713 score: 0.6268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 714 score: 0.7715 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 715 score: 0.7660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 716 score: 0.5964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 717 score: 0.7634 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 718 score: 0.7203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 719 score: 0.5326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 720 score: 0.8861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 721 score: 0.9389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 722 score: 0.7418 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 723 score: 0.7224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 724 score: 0.7405 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 725 score: 0.7919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 726 score: 0.7310 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 727 score: 0.7539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 728 score: 0.5482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 729 score: 0.5367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 730 score: 0.6654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 731 score: 0.6240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 732 score: 0.8050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 733 score: 0.7592 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 734 score: 0.5970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 735 score: 0.8116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 736 score: 0.8339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 737 score: 0.3138 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 738 score: 0.5625 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 739 score: 0.5312 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 740 score: 0.8090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 741 score: 0.8126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 742 score: 0.6171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 743 score: 0.5007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 744 score: 0.7996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 745 score: 0.3929 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 746 score: 0.5546 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 747 score: 0.8229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 748 score: 0.9543 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 749 score: 0.6317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 750 score: 0.7783 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 751 score: 0.9001 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 752 score: 0.2909 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 753 score: 0.7109 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 754 score: 0.9187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 755 score: 0.2900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 756 score: 0.7569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 757 score: 0.6347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 758 score: 0.4781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 759 score: 0.6521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 760 score: 0.9513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 761 score: 0.2541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 762 score: 0.7998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 763 score: 0.2524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 764 score: 0.6162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 765 score: 0.4939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 766 score: 0.5419 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 767 score: 0.2407 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 768 score: 0.9558 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 769 score: 0.9277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 770 score: 0.7547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 771 score: 0.9078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 772 score: 0.8221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 773 score: 0.8611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 774 score: 0.8952 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 775 score: 0.5051 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 776 score: 0.7452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 777 score: 0.6740 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 778 score: 0.6138 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 779 score: 0.7928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 780 score: 0.5845 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 781 score: 0.6009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 782 score: 0.5559 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 783 score: 0.5223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 784 score: 0.7937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 785 score: 0.2713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 786 score: 0.5796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 787 score: 0.7441 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 788 score: 0.2556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 789 score: 0.3628 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 790 score: 0.7807 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 791 score: 0.7920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 792 score: 0.7477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 793 score: 0.5686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 794 score: 0.6293 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 795 score: 0.6377 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 796 score: 0.8010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 797 score: 0.5510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 798 score: 0.6121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 799 score: 0.7475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 800 score: 0.6039 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 801 score: 0.3774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 802 score: 0.2065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 803 score: 0.6541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 804 score: 0.2327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 805 score: 0.3579 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 806 score: 0.5915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 807 score: 0.8129 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 808 score: 0.5708 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 809 score: 0.5503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 810 score: 0.6170 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 811 score: 0.2378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 812 score: 0.9219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 813 score: 0.7229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 814 score: 0.2827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 815 score: 0.5705 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 816 score: 0.7759 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 817 score: 0.4899 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 818 score: 0.4103 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 819 score: 0.3019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 820 score: 0.8200 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 821 score: 0.7019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 822 score: 0.4921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 823 score: 0.2319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 824 score: 0.7635 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 825 score: 0.7056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 826 score: 0.4529 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 827 score: 0.6465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 828 score: 0.4814 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 829 score: 0.4000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 830 score: 0.3216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 831 score: 0.7871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 832 score: 0.6524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 833 score: 0.1665 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 834 score: 0.5467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 835 score: 0.5015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 836 score: 0.5736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 837 score: 0.4848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 838 score: 0.7877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 839 score: 0.6841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 840 score: 0.2754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 841 score: 0.6035 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 842 score: 0.3586 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 843 score: 0.6437 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 844 score: 0.4241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 845 score: 0.2440 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 846 score: 0.3608 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 847 score: 0.5693 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 848 score: 0.2443 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 849 score: 0.5359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 850 score: 0.5554 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 851 score: 0.4092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 852 score: 0.8415 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 853 score: 0.4472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 854 score: 0.3838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 855 score: 0.4139 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 856 score: 0.3027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 857 score: 0.8356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 858 score: 0.8622 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 859 score: 0.7030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 860 score: 0.5658 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 861 score: 0.5587 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 862 score: 0.5888 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 863 score: 0.6773 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 864 score: 0.2530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 865 score: 0.5359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 866 score: 0.6404 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 867 score: 0.6208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 868 score: 0.6226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 869 score: 0.7740 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 870 score: 0.7560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 871 score: 0.8366 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 872 score: 0.4762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 873 score: 0.6583 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 874 score: 0.6873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 875 score: 0.3744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 876 score: 0.6590 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 877 score: 0.5996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 878 score: 0.2286 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 879 score: 0.3741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 880 score: 0.7633 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 881 score: 0.6108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 882 score: 0.6278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 883 score: 0.6474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 884 score: 0.5323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 885 score: 0.7786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 886 score: 0.7509 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 887 score: 0.5917 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 888 score: 0.6360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 889 score: 0.7120 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 890 score: 0.7289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 891 score: 0.6189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 892 score: 0.4768 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 893 score: 0.6434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 894 score: 0.5392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 895 score: 0.6554 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 896 score: 0.6494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 897 score: 0.6839 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 898 score: 0.8245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 899 score: 0.7744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 900 score: 0.7637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 901 score: 0.3052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 902 score: 0.6107 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 903 score: 0.6325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 904 score: 0.8158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 905 score: 0.8262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 906 score: 0.7197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 907 score: 0.4637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 908 score: 0.7939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 909 score: 0.8233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 910 score: 0.5445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 911 score: 0.6742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 912 score: 0.2417 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 913 score: 0.8084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 914 score: 0.5485 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 915 score: 0.6205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 916 score: 0.5781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 917 score: 0.7535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 918 score: 0.9193 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 919 score: 0.7411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 920 score: 0.5270 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 921 score: 0.7838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 922 score: 0.2682 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 923 score: 0.4799 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 924 score: 0.7422 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 925 score: 0.5804 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 926 score: 0.7006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 927 score: 0.5684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 928 score: 0.2059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 929 score: 0.7035 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 930 score: 0.9017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 931 score: 0.4524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 932 score: 0.4198 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 933 score: 0.5187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 934 score: 0.4243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 935 score: 0.5919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 936 score: 0.6319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 937 score: 0.9526 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 938 score: 0.8954 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 939 score: 0.7327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 940 score: 0.6818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 941 score: 0.9613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 942 score: 0.8625 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 943 score: 0.8574 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 944 score: 0.7076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 945 score: 0.5692 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 946 score: 0.5418 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 947 score: 0.4444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 948 score: 0.2344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 949 score: 0.5663 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 950 score: 0.2662 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 951 score: 0.2528 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 952 score: 0.2509 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 953 score: 0.5793 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 954 score: 0.4677 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 955 score: 0.7375 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 956 score: 0.7743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 957 score: 0.9129 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 958 score: 0.7514 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 959 score: 0.8767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 960 score: 0.5881 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 961 score: 0.3012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 962 score: 0.5638 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 963 score: 0.4420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 964 score: 0.7901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 965 score: 0.7182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 966 score: 0.4359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 967 score: 0.2512 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 968 score: 0.2273 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 969 score: 0.4098 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 970 score: 0.4700 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 971 score: 0.5156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 972 score: 0.4781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 973 score: 0.6857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 974 score: 0.4791 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 975 score: 0.7706 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 976 score: 0.5496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 977 score: 0.6724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 978 score: 0.8274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 979 score: 0.2425 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 980 score: 0.7988 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 981 score: 0.6132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 982 score: 0.6621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 983 score: 0.5752 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 984 score: 0.6259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 985 score: 0.5409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 986 score: 0.5713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 987 score: 0.4593 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 988 score: 0.4033 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 989 score: 0.5175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 990 score: 0.3642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 991 score: 0.5269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 992 score: 0.8324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 993 score: 0.7612 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 994 score: 0.4329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 995 score: 0.6580 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 996 score: 0.8008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 997 score: 0.5328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 998 score: 0.6134 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 999 score: 0.5020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 1000 score: 0.7101 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 1001 score: 0.3408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 1002 score: 0.4311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 1003 score: 0.1842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 1004 score: 0.4608 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 1005 score: 0.6038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 1006 score: 0.5006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 1007 score: 0.4267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 1008 score: 0.8933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 1009 score: 0.5258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 1010 score: 0.2629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka Segment 1011 score: 0.5788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-ka score: 0.6163 diff --git a/test-en-ko b/test-en-ko new file mode 100644 index 0000000000000000000000000000000000000000..c3b4f2bd45c1fb65829cb54df19eecbf29ad47f2 --- /dev/null +++ b/test-en-ko @@ -0,0 +1,1012 @@ +그는 또한 다음과 같이 말했다: "우리는 이전에 당뇨병을 앓고 있었지만, 지금은 당뇨병을 앓지 않고 있는 4개월 된 쥐를 가지고 있습니다." +노바스코시아 대학의 메디슨 대학의 의학 교수이자 캐나다 당뇨병 협회의 임상과 과학 분야 위원회의 의장인 에후드 유르 교수는 이 연구는 여전히 초기 단계에 있다고 경고했다. +일부 전문가와 같이, 그는 당뇨병을 치료할 수 있는지 의심하고 있으며, 당뇨병 1형을 가지고 있는 사람들에게는 관계 없는 것으로 보고 있다. +스웨덴 아카데미의 노벨 위원회 문학상 상임 위원이었던 사라 다니우스는 스웨덴 라디오의 프로그램에서 위원회는 2016년 노벨 문학상을 수상한 밥 달런에게 직접 연락하지 못했기 때문에 그에게 연락하려는 시도를 포기했다고 공개적으로 발표했다. +다누스는 다음과 같이 말했: "지금 우리는 무엇도 하지 않고 있습니다. 그의 가까운 동료에게 전화를 걸고 이메일을 보냈으며, 친절한 답변을 받았습니다. 현재 이것은 확실히 충분합니다." +레인의 최고 경영자인 제이미 시미노프는 이전에 회사가 시작되었다고 말했으며, 그 당시 그의 창고에 있었던 자신의 작은 가게에서 자신의 알림번호를 듣지 못했기 때문에 시작되었다고 말했다. +그는 와이파이 도어벨을 만들었다고 말했다. +시미노프는 2013년 Shark Tank 에피소드에서 프로그램 패널이 창업 기업에 자금 지원을 거부한 이후 판매량이 크게 증가했다고 말했다. +2017년 말, 시미노프는 QVC 쇼핑 채널에 출연했다. +링 또한 ADT 코퍼레이션과 경쟁 관계에 있는 보안 회사와 소송을 해결했다. +한편, 실험적인 백신은 에볼라의 사망률을 줄일 수 있는 것으로 나타났지만, 이전까지는 존재하는 감염을 치료하는데 적합한 약물이 명확하게 나타나지 않았다. +처음 약물 코크텔 집합 ZMapp은 실험실에서 약물의 효과를 보여주었지만, 정식 실험 결과에 따르면 죽음을 막는데 더 나은 효과가 없었던 것으로 드러났습니다. +PALM 실험에서 ZMapp은 컨트롤 그룹으로 사용되었습니다. 즉, 과학자들은 ZMapp을 기준으로 세 가지 다른 치료를 비교하였습니다. +미국 체육 협회는 미국 올림픽 위원회의 편지를 지지하고, 올림픽 가족의 절대적인 필요성을 인정하고, 모든 선수들에게 안전한 환경을 창출하는데 필요한 것을 지지한다. +우리는 미국 올림픽 위원회의 성명에 동의하며, 우리의 선수와 클럽의 이익, 그리고 그들의 스포츠 분야에 더 좋은 서비스를 제공할 수 있는 의미 있는 변화를 우리 조직에서 진행하는 것이 더 좋은 선택이라고 생각합니다. +미국 체육관리 협회는 미국 체육관리 협회는 미국 체육관리 협회는 미국 체육관리 협회는 미국 체육관리 협회는 미국 체육관리 협회는 미국 체육관리 협회는 미국 체육관리 협회는 미국 체육관리 협회는 미국 체육관리 협회는 미국 체육관리 협회는 미국 체육관리 협회는 미국 체육관리 협회는 미국 체육관리 협회는 미국 체육관리 협회는 미국 체육관리 협회는 미국 체육관리 협회는 미국 체육관리 협회는 미국 체육관리 협회는 미국 체육관리 협회는 미국 체육관리 협회는 미국 체육관리 협회는 미국 체육관리 협회는 미국 체육관리 협회는 미국 체육관리 협회는 미국 체육관 +미국 체육관리 협회와 미국 올림픽 위원회는 동일한 목적을 가지고 있습니다 - 체육관리 스포츠와 그 외의 스포츠를 가능한 한 안전하게, 양호하게 및 힘이 있는 환경에서 선수들이 자신의 꿈을 추구할 수 있도록 하는 것입니다. +1960년대 동안, 브진스키는 존 프랜시스 케네디 대통령의 고문으로 일했고, 그 다음에는 린든 버넷 존슨 행정부에서 일했다. +1976년 선거에서 그는 카터에게 외교 정책에 대한 충고를 하였으며, 1977년부터 1981년까지 국가 안보 고문으로 재직하였으며, 헨리 키싱어를 이어받았다. +그는 NSA로서 카터 대통령에게 1978년 캠프 다비드 협정, 1970년대 후반 미국-중국 관계 정상화, 1979년 이란 혁명, 1979년 소련의 아프가니스탄 침공 등 세계 문제를 외교적으로 해결하는데 도움을 주었다. +레이언 고스링과 에메 스톤이 출연한 영화는 모든 주요 카테고리에서 후보로 선출되었다. +고싱과 스튜어트는 각각 최우수 배우와 최우수 여배우로 후보에 올랐다. +그 외의 후보로는 최우수 작품상, 감독상, 촬영상, 의상상, 편집상, 음악상, 프로덕션 디자인상, 사운드 편집상, 사운드 믹싱상, 원작 각본상 등이 포함되었다. +영화에서 나온 Audition (The Fools Who Dream)와 City of Stars 두 개의 노래는 최우수 오리지널 노래상 후보에 올랐다. 라이온스 게이트 스튜디오는 26개의 후보에 올랐는데, 모든 스튜디오 중 가장 많은 후보에 올랐다. +일반적으로 일요일 저녁에, 미국 대통령 도널드 트럼프는 프레스 서비스를 통해 미국 군대가 시리아에서 철수할 것이라고 발표했다. +트럼프 대통령과 터키 대통령 레제프 타이이프 에르도안 간의 전화 대화 이후에 발표되었다. +튀르키예는 또한 유럽 국가들이 돌려보내지 않고 있는 ISIS 전투원들을 감시하는 책임을 맡게 될 것이라고 발표에 따르면. +이 발견은 이미 널리 퍼져 있는 이론을 확실하게 증명하지만, 일반적으로 화석에서는 볼 수 없는 세부 정보를 제공한다, 예를 들어 색각과 3차원적인 배열. +생물학자들은 이 동물의 깃털은 윗부분이 밤색이었고 아랫부분이 얼룩색이나 카로테노이드색이었다고 말한다. +이 발견은 새의 깃털의 진화에 대한 이해를 가능하게 한다. +새의 깃털과 달리, 공룡의 깃털은 잘 발달되지 않은 관절을 가지고 있지만, 다른 깃털의 특징들을 가지고 있기 때문에, 연구자들은 관절은 이 다른 특징들로부터 진화된 것으로 추측했다. +새의 깃털의 구조는 날개에 이용되지 않았으며 온도 조절 또는 표시용으로 이용되었던 것으로 추정된다. 연구자들은 이 깃털은 어린 공룡의 깃털이지만, 샘플에 나타난 깃털은 어린 공룡의 깃털이 아니라 어른 공룡의 깃털이라고 제안했다. +연구자들은, 이 새의 꼬리가 어린 공룡의 꼬리임에도 불구하고, 샘플에는 어른의 깃털이 아니라 새끼의 털이 나와 있다고 제안했다. +터키 가지안테프의 경찰 본부에서 차량 폭탄이 폭발하여 2 명의 경찰 관계자가 순직하고 20 명 이상의 다른 사람들이 부상을 입었다. +지사실은 19명의 부상자가 경찰관이었다고 발표했다. +경찰은 알려지지 않은 Daesh (ISIL) 멤버를 공격의 책임자로 의심하고 있다고 말했다. +그들은 태양이 다른 별들과 동일한 기본 원칙에 따라 작동하는 것을 발견했습니다: 태양계의 모든 별들의 활동은 그들의 밝기, 회전, 그리고 다른 어떤 것도 아니었다는 것을 발견했습니다. +밝기와 회전은 함께 사용되어 별의 로스비 수를 계산하는데, 로스비 수는 플라스마 흐름과 관련이 있습니다. +로스비 수가 더 작으면, 별은 자기 역전에 대해 더 활동적이지 않습니다. +이와사키는 여행 중 많은 문제를 겪었다. +그는 해적들에게 습격당했으며, 티베트에서 암컷 개에게 습격당했으며, 네팔에서 결혼을 피했으며, 인도에서 체포되었다. +802.11n 표준은 2.4GHz와 5.0GHz의 주파수에서 작동합니다. +이 기술은 무선 기준 802.11a, 802.11b 및 802.11g와 호환성을 가지고 있으며, 무선 기준 802.11a, 802.11b 및 802.11g와 호환성을 가지고 있는 무선 기준 802.11a, 802.11b 및 802.11g와 호환성을 가지고 있는 무선 기준 802.11a, 802.11b 및 802.11g와 호환성을 가지고 있는 무선 기준 802.11a, 802.11b 및 802.11g와 호환성을 가지고 있는 무선 기준 802.11a, 802.11b 및 802.11g와 호환성을 가지고 있는 무선 기준 802.11a, 802.11b 및 802.11g와 호환성을 가지고 있는 무선 기준 802.11a, 802.11b 및 802.11g와 호환성을 가지고 있는 무선 기준 802.11a, 802.11b 및 802.11g와 호환성을 가지고 +802.11n의 속도는 이전 버전의 속도보다 훨씬 빠르며, 이론적으로 최대 600Mbit/s의 손실 속도를 가지고 있습니다. +두발은 두 자녀를 두고 있는 부부입니다. 두발은 이야기에 관련된 밀러에게 큰 인상을 남지 못했습니다. +코멘트를 요청받았을 때, 밀러는 다음과 같이 말했: "마이크는 심의에서 많이 말하고 있습니다... 나는 준비하고 있었기 때문에 그가 말하고 있는 내용을 실질적으로 듣지 못했습니다." +“2020년까지 2005년 수준에서부터 GDP당 CO2 배출량을 크게 줄일 것으로 노력할 것입니다,” 후 총리는 말했다. +그는 절감의 규모를 정하지 않았으며, 중국의 경제 생산량에 따라 절감을 실시할 것이라고 말했다. +후 대통령은 발달 도중 국가들에게 "첫 번째로 오염하고 뒤 번째로 청소하는 오래된 길을 피해야 한다"고 장려하였다. +그는 또한 추가적으로 말했: "그러나 그들에게 요구되는 책임은 그들의 발전 단계, 책임 및 능력을 넘어서는 것이 아니어야 한다." +이라크 연구 그룹은 오늘 GMT 12시에 보고서를 발표했다. +이라크에서 벌어지고 있는 모든 행동은 종교적인 전쟁, 증가하는 폭력, 또는 무질량으로 발전하지 않을 것을 보장할 수 없다고 경고한다. +보고서는 미국의 중동 정책에 대해 열린 논의와 합의의 형성을 위해 시작되었다. +보고서는 현재 정책의 거의 모든 측면에 대해 비판적인 입장을 취하고 있으며, 즉시적인 방향 전환을 촉구하고 있다. +그 78개의 추천 중 첫 번째는 이번 해 말까지 적대적인 개입을 막기 위해 이라크의 국경을 안전하게 하고 이라크의 이웃 국가와의 외교 관계를 다시 수립하는 새로운 외교 작업을 실시하는 것으로 시작되어야 한다는 것입니다. +현 상원의원과 아르헨티나 첫 레이디인 크리스티나 페르난데스 키르히너는 지난 저녁, 50 킬로미터 (31 마일) 떨어져 있는 라 플라타 도시에서 자신의 대통령 출마를 발표했다. +키르키너 부인은 아르헨티나 극장에서 자신의 대통령 출마 의도를 발표했다. 이 극장은 2005년 부에노스 아이레스 주 대표단의 일원으로 상원 선거에 출마할 때 키르키너 부인이 사용한 곳이었다. +이 논쟁은 허리케인 카트리나 이후의 구호와 재건축에 대한 지출에 대한 논란으로 시작되었다. 일부 재정 보수주의자들은 이를 "부시의 뉴올리언스 거래"라고 유머적으로 불려왔다. +자유당의 재건축 작업에 대한 비판의 중심은 워싱턴의 내부인들에게 재건축 계약을 수여한 것에 집중되었다. +400만 명 이상의 사람들이 장례식에 참석하였다. +참석한 사람들의 수가 많았기 때문에, 모든 사람들이 성 베드로 광장에서 장례식에 참석하는 것이 불가능했다. +로마에는 여러 곳에서 여러 대의 대형 텔레비젼이 설치되어 있었으며, 이를 통해 축제를 보고 있었다. +이탈리아 및 나머지 세계의 많은 도시에서, 특히 폴란드에서, 유사한 설정이 만들어졌으며, 많은 사람들이 이를 보았다. +역사학자들은 FBI의 과거 정책을 비판하고 있으며, 특히 차량 도통 사건을 중심으로 쉽게 해결될 수 있는 사건에 자원을 집중시키려는 의도를 가지고 있다고 비판하고 있다. +2005년 예산에서 의회는 알렉산드리아 법 찬성 운동을 지원하기 시작했으며, FBI는 성인 포르노그래피에 10명의 요원을 할당해야 한다고 명시했다. +로빈 우타파는 41개의 볼에서 11개의 포인트와 2개의 슬라이드를 때려서 41개의 볼에서 70점을 기록했습니다. +중심 타격수인 사치 텐둘카르와 라힘 드라비드는 잘 활약하여 100점 이상의 파트너십을 이루었다. +그러나, 캡틴의 순위를 잃고 7개의 와이켓을 잃으면서 인도는 36 루 만을 얻어 이번 이닝을 종료하였다. +미국 대통령 조지 W. 부시는 11월 16일 새벽에 싱가포르에 도착하여, 한국을 비롯한 아시아 지역을 7일 동안 순회하기 시작했다. +그는 싱가포르 총리 리히센룽과 무역 및 테러리즘 문제에 대해 논의하였으며, 싱가포르 총리 왕칸싱에 의해 환영받았다. +중간선거에서 한 주 동안 패배한 이후, 부시는 관객들에게 아시아 무역의 확대에 관한 내용을 설명하였다. +수상 스티븐 하퍼는 목요일 열렸던 25 분 만의 정치당 지도자 잭 레이튼과의 회의 이후, 정부의 '친환경 공기법'을 모두당 위원회에서 검토하기로 동의했다. +레이튼은 총리와의 회의에서 보수당의 환경법을 변경해줄 것을 요청했으며, 보수당의 환경법을 "철저하고 완벽하게 재작성"해줄 것을 요청했다. +뉴사우스웨일스주 데번포트에 있는 메리시 병원의 자금을 담당하고 있는 연방 정부가 개입한 이후, 주 정부와 일부 연방 의원들은 이 행동을 연방 선거가 11월에 열릴 앞두고 있기 때문에 선거 캠페인의 유형으로 비판하고 있다. +그러나 존 하워드 총리는 이 법안은 타스마니아 정부가 병원의 시설을 강화하기 위해 추가적으로 4,500만 오스트레일리아 달러를 투자할 것을 막기 위해 만들어진 것이라고 말했다. +최신 보고서에 따르면, 해수면의 측정값은 쓰나미가 발생했다는 것을 나타냈다. 파고 파고와 니우에서는 쓰나미 활동이 확인되었다. +통가에서는 주요한 피해나 부상자가 보고되지 않았지만, 전기가 일시적으로 중단되었다고 보도되었으며, 이로 인해 통가 관계자들은 PTWC에서 발표된 쓰나미 경보를 받을 수 없었다. +해운대에 위치한 또는 해운대 근처에 위치한 14개 학교가 수요일 전체 운영되었지만, 경고가 해제되었다. +미국 대통령 조지 W. 부시는 이 발표를 환영했다. +북한의 약손에 대해 버시 대통령의 대변인인 고든 존드로는 북한의 약손을 "한반도의 비확인적 비핵화 목표를 실현하는 주요한 단계"라고 불렀다. +대서양 열대저기압 시즌의 10번째 열대저기압인 아틀란틱 열대저기압 제리는 오늘 대서양 열대저기압 시즌의 10번째 열대저기압인 아틀란틱 열대저기압 제리는 대서양 열대저기압 시즌의 10번째 열대저기압인 아틀란틱 열대저기압 제리는 대서양 열대저기압 시즌의 10번째 열대저기압인 아틀란틱 열대저기압 제리는 대서양 열대저기압 시즌의 10번째 열대저기압인 아틀란틱 열대저기압 제리는 대서양 열대저기압 시즌의 10번째 열대저기압인 아틀란틱 열대저기압 제리는 대서양 열대저기압 시즌의 10번째 열대저기압인 아틀란틱 열대저기압 +국가 태풍 센터 (NHC) 에 따르면, 지금쯤 제리는 땅을 위협하지 않는다. +미국 육군 엔지니어 부대에 따르면, 6인치의 비가 이전에 손상된 댐을 파괴할 수 있다. +태풍 카트리나 때 20 피트에 달했던 물의 높이와 같은 높이의 물이 닥치고 있으며, 인접한 댐이 넘어졌기 때문에. +100 피트(30.5 미터) 너비의 구간에서 물이 댐을 넘어 넘어오고 있습니다. +위키뉴스에서 애던 쿠어든 위키커뮤니티의 관리자는 지난 달에 그의 불만을 드러냈다. +웨일스는 처음부터 우리에게 거짓말을 하고 있었다. 첫 번째로, 법적인 이유로 행동하는 것처럼 행동했다. 두 번째로, 우리에게 듣고 있는 것처럼 행동했다. 그의 작품을 삭제할 때까지." +커뮤니티의 불쾌감으로 인해, 현재 여러 개의 오픈 라이센스 미디어를 호스팅하고 있는 사이트에 대한 성적 컨텐츠에 대한 정책을 작성하는 노력이 생겨났다. +대부분 이론적인 작업이었지만, 프로그램은 사자자리 은하의 관측을 모의하기 위해 작성되었습니다. +태양계의 어두운 물질과 은하계의 어두운 물질 사이에서 발생하는 수량력이 태양계의 어두운 물질과 은하계의 어두운 물질 사이에서 발생하는 수량력과 같은 효과를 발생시켰다. +같은 방식으로 달은 지구를 끌어 올리는 힘을 가지고 있는 것처럼, 은하수는 사자자리 은하를 끌어 올리는 힘을 가지고 있습니다. +과학자들은 어두운 물질이 어두운 물질과 같은 방법으로 영향을 미친다는 결론을 내렸다. +이 이론에 따르면, 은하 주위에 존재하는 어둡한 물질의 대부분은 은하 주위에 존재하는 어둡한 물질은 은하 주위에 존재하는 어둡한 물질의 어둡한 물질의 어둡한 물질의 어둡한 물질의 어둡한 물질의 어둡한 물질의 어둡한 물질의 어둡한 물질의 어둡한 물질의 어둡한 물질의 어둡한 물질의 어둡한 물질의 어둡한 물질의 어둡한 물질의 어둡한 물질의 어둡한 물질의 어둡한 물질의 어둡한 물질의 어둡한 물질의 어둡한 물질의 어둡한 물질의 어둡한 물질의 어둡한 물질의 어둡한 물질의 어둡한 물질의 어둡한 물질의 어둡한 물질의 어둡한 물질의 어둡한 물질의 어둡한 물질 +텔레비전 보도에 따르면, 공장에서 흰 연기가 나오고 있다. +지역 관계자들은 공장의 주변 지역의 주민들에게 집 안에 머물고, 쿨링 시스템을 켜지 마십시오 그리고 물을 마시지 마십시오라고 경고하고 있다. +일본의 원자력 기관에 따르면, 원자력 발전소에서 방사성 카리슘과 이오딘이 발견되었다. +관계자들은 이것이 현장에 있는 우라늄 연료를 담고 있는 컨테이너가 파열되어 유출된 것으로 추측하고 있다. +토니 몰 박사는 남아프리카 지역의 쿠자누 나탈에서 XDR-TB를 발견하였다. +그는 인터뷰에서 새로운 변이형은 "매우 높은 사망률을 가지고 있기 때문에 매우 심각하고 위험한 것"이라고 말했다. +Dr. Moll은 일부 환자들이 병원에서 바이러스를 감취했을 수도 있다고 생각한다. 최소한 두 명은 병원의 간호사였다. +한 해 안에 감염된 사람은 10~15명의 가까운 친구를 감염시킬 수 있습니다. +그러나, 전체 투버큐렐 감염자 중 XDR-TB의 비율은 아직 낮은 것으로 보이며, 남아프리카에서 투버큐렐에 감염된 총 33만 명 중 6,000 명에 달하는 것으로 추측되고 있다. +두 기체 모두 1,000파운드 이상의 질량을 가지고 있으며, 약 17,500 마일/시간의 속도로 운행하고 있었으며, 지구에서 491 마일 높이에서 충돌하였다. +과학자들은 충돌에 의해 발생한 폭발이 엄청났다고 말한다. +그들은 여전히 충분히 큰 충분히 큰 충분히 큰 충분히 큰 충분히 큰 충분히 큰 충분히 큰 충분히 큰 충분히 큰 충분히 큰 충분히 큰 충분히 큰 충분히 큰 충분히 큰 충분히 큰 충분히 큰 충분히 큰 충분히 큰 충분히 큰 충분히 큰 충분히 큰 충분히 큰 충분히 큰 충분히 큰 충분히 큰 충분히 큰 충분히 큰 충분히 큰 충분히 큰 충분히 큰 충분히 큰 충분히 큰 충분히 큰 충분히 큰 충분히 큰 충분히 �� +미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미국 국방부 미 +플롯 분석 결과는 공개 웹사이트에 게시됩니다. +오하이오 관계자에 따르면, 피츠버그의 어린이 병원에서 일을 하던 의사가 수요일에 자신의 차의 트렁크에서 죽어 있는 어머니를 발견된 이후 집계죄로 기소될 예정이다. +29살의 발라수브라마니안 박사는 오하이오주 블루 애시에서 발견되었습니다. 시카고에서 북쪽으로 약 15마일 지점에 위치해 있으며, 도로 옆에 누워 있었습니다. 그녀의 상체에는 티셔츠가 입혀 있었고 하체에는 언더웨어가 입혀 있었습니다. 그녀의 상태는 많은 약물을 복용한 상태였습니다. +그녀는 경찰관들에게 자신의 블랙 올드스모블 인트리지 차량을 500 피트 떨어진 곳에 있다고 지시했다. +그곳에서 그들은 53살의 사로자 바라수브라마니안의 시체를 발견했습니다. 그녀의 시체는 피로 물든 양막으로 덮여 있었습니다. +경찰은 시체가 약 1 일 동안 있었던 것으로 보인다고 말했다. +이 시즌의 첫 번째 증상은 7월 말에 보고되었다. +이 질병은 돼지에 의해 전파되며, 모ски토에 의해 인간으로 전파된다. +この流行により、インド政府は、重症患者の多い地域に豚捕りを配置し、数千枚の蚊帳を配布し、農薬を噴霧するようになった。 +정부는 또한 수백만 개의 뇌열 백신을 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 약손으로 � +이 해에 역사적으로 가장 큰 영향을 받았던 지역에 출하려던 백신 계획이 자금 부족과 다른 질병에 비해 우선적으로 취급되지 않았기 때문에 지연되었다. +1956년에 슬라니아는 스웨덴으로 이주하였으며, 3년 후에 스웨덴 우체국에서 일을 시작하여 우체국의 주요 인물이 되었다. +그는 스웨덴과 28개 다른 나라에 1,000개 이상의 우푸를 생산했다. +그의 작품은 매우 잘 알려져 있으며 세부 사항에 집중되어 있으며, 그의 작품을 집중적으로 수집하는 사람들도 있습니다. +그의 1,000번째 표시는 데이비드 클로케르 에렌스트란의 2000년 작품 "스웨덴의 왕들의 위대한 업적"으로, 기네스 북의 세계 기록에 수록되었다. +그는 또한 많은 나라의 지폐에 새로운 캐나다 5 달러와 100 달러 지폐의 초상을 새겼으며, 최근 작품으로는 캐나다 5 달러와 100 달러 지폐의 초상을 새겼다. +사고가 발생한 후, 기번슨은 병원으로 이송되었지만 직후 사망하였다. +64살의 트럭 운전자는 충돌 과정에서 부상을 입지 않았다. +차량 자체는 12시 00분 즈음에 현장에서 떨어졌다. +사고가 발생한 건물 근처의 창고에서 일하는 직원은 다음과 같이 말했다: "도로를 건너려고 기다리고 있던 어린이들이 모두 울부질을 하고 울었다." +그들 모두 사고가 발생한 곳으로 돌아왔다. +발리 회의의 다른 주요 내용으로는 세계에 남아있는 순수한 숲을 보존하는 것, 그리고 발전 도상국에 더 오염되지 않는 방법으로 성장을 도울 수 있는 기술을 공유하는 것이 포함되어 있습니다. +유엔은 또한 전 세계 기후 변화의 영향을 받은 국가들에 대한 지원을 위한 기금을 최종적으로 마련하는 것을 기대하고 있다. +이 돈은 홍수에 대항하는 집, 물의 관리, 농작물의 다양화에 투자될 수 있습니다. +플루크는 어떤 사람들이 여성의 건강에 관한 여성들의 발언을 무시하려는 시도가 실패했다고 썼다. +그녀석은 여러분들의 긍정적인 메시지와 격려에 의해 이 결론을 내린 것입니다. +부상자들이 병원으로 이송된 후 싸움이 중단되었지만, 약 40명의 다른 수감자들은 야드에 남아 있으며, 복도로 돌아가는 것을 거부하고 있습니다. +협상자들은 상황을 수정하려고 노력하고 있지만, 수감자들의 요구는 명확하지 않습니다. +MDT 10시부터 11시 사이에 옥내에서 수감자들에 의해 불이 발견되었습니다. +얼마 지나지 않아, 경찰관들은 폭력 장비를 갖추고 있었으며 눈물 가스를 이용하여 수감자들을 추적하기 시작했다. +소방대원들은 최종적으로 11시 35분에 불을 진압했다. +1963년 댐이 건설되었을 때부터 계곡 전체에 흘러나가는 계절적인 홍수가 중단되었습니다. +이 퇴적물은 야생동물들의 서식지가 되는 모래반과 해변을 생성하는데 필요했습니다. +그 결과, 두 종의 어류가 멸종되고 두 종의 어류가 위기에 놓였으며, 그 중에는 흉덩어류도 포함되어 있습니다. +물의 수준은 홍수 이후 몇 피트만 증가할지도 모르지만, 관계자들은 이 수준이 하류에서 침식된 모래반을 복원하는데 충분한 수준일 수도 있다고 희망하고 있다. +쓰나미 경보는 발령되지 않았으며, 자카르타 지질학 기관에 따르면 쓰나미 경보는 진도 6.5 이상의 지진이 발생하지 않았기 때문에 발령되지 않았다. +쓰나미 위협이 없었지만, 주민들은 파당하기 시작하여 자신의 업소와 집을 떠나기 시작했다. +워너는 작별인사에서 눈물을 흘렸지만, 팬들에게 돌아올 것을 분명히 밝혔다. +“이것은 작별이 아니다. 이것은 하나의 장을 닫고 새로운 장을 열고 있는 것입니다.” +나미비아의 대통령 선거와 의회 선거의 최종 결과에 따르면, 현임 대통령 하이피케푸냐 포하마바는 큰 차이로 재선되었다. +집권당인 남서아프리카 인민옵셋 (SWAPO) 또한 의회 선거에서 다수를 유지했다. +연합군과 아프가니스탄군은 현장을 안전하게 보호하기 위해 이 지역으로 이동했으며, 연합군의 다른 항공기들도 지원을 목적으로 파견되었다. +충돌은 산지 지형에서 높은 고도에서 발생했으며, 적대의 포격에 의해 발생했을 것으로 추측된다. +추락지점을 찾기 위한 노력은 악천후와 작은 지형에 맞물려 어렵게 진행되고 있다. +의료 참여 단체 망고라, 의료 무국적 단체 및 세계 보건 기구는 이것이 국가에서 발생한 최악의 발병으로 기록되었다고 발표했다. +Medecines Sans Frontiere의 대변인 리처드 베러먼은 다음과 같이 말했: "����ô가 역사상 최악의 발병을 위협하고 있으며, 앙ꓰ의 상황은 여전히 심각하다"고 말했다. +이 경기는 10시에 시작되었으며, 날씨가 좋았으며, 오전 중반에 발생한 약간의 비가 빠르게 지나갔으며, 7인치 럭비 경기에 완벽한 하루였다. +토너먼트 상위 순위의 남아프리카 팀은 5위 순위의 잠비아에게 26-00으로 좋은 성적을 거두었다. +남아프리카는 남쪽의 여동생과의 경기에서 황황하게 출전했지만, 대회가 진행됨에 따라 점점 향상되었다. +그들의 질서 있는 수비, 볼 관리 기술과 뛰어난 팀 워크가 그들을 빛나게 만들었으며, 분명히 이 팀은 이길 수 있는 팀입니다. +암스테르달 시청과 안네 프랑크 박물관 관계자들은 이 나무가 균형을 잃고 있으며 공공 건강 위험을 야기하고 있다고 주장하며, 이 나무가 즉시 붕괴될 위기에 있었다고 말한다. +이 나무는 화요일에 절단될 예정이었지만, 긴급 법원 판결에 의해 구조되었다. +모든 동굴의 입구는 최소 100 미터 (328 피트)에서 250 미터 (820 피트)에 이릅니다. +적외선 사진에 따르면, 낮과 밤의 온도가 다르다는 것을 확인할 수 있습니다. 이는 동굴일 가능성이 있습니다. +낮에는 주변 표면보다 더 추울 뿐만 아니라, 밤에는 더 추울 뿐만 아니라. +그들의 열역학적 특성은 지구의 많은 동굴에서 일반적으로 유지되는 상대적으로 일정한 온도와는 다르지만, 그들은 땅 속의 깊은 구멍으로 해석될 수 있습니다," 미국 지질조사국(USGS)의 아스트로지올로기 팀의 글렌 커싱과 아리조나 대학교의 플래그스토 캠퍼스에 위치한 노덤 아리조나 대학교의 학생들은 설명했다. +프랑스에서 투표는 전통적으로 낮은 기술 수준의 경험이었다: 투표자들은 투표소에서 자신의 선택한 후보자를 나타내는 미리 인쇄된 종이를 엔벤에 넣었다. +선거인의 신분을 확인한 후, 선거인은 선거용지를 발표함에 넣고 투표 목록에 서명을 하며 투표을 마칩니다. +프랑스의 선거법은 선거 절차를 상당히 엄격하게 법적으로 규정하고 있습니다. +1988년 이후, 투표함은 투표자와 관찰인들이 투표 초반에 투표용지가 없으며, 적법한 투표자의 투표용지만 추가되지 않았다는 것을 증명할 수 있도록 투명해야 한다. +후보자들은 모든 과정에서 대표를 파견할 수 있으며, 저녁에는 엄격한 감시하에 특정 절차를 따르며 참여자들에 의해 투표 결과가 확인된다. +ASUS Eee PC는 2007년 타이베이 IT 달에 전 세계적으로 출시되었으며, 저렴한 가격 및 기능적 요소로 인해 논의의 중심이 되었다. +하지만 노트북 컴퓨터 시장은 2007년 타이완 지속가능성 상을 수상한 타이완 정부 집권당인 중화민국 집권당의 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집권당 집 +이 방송의 웹 사이트에서는 이 방송을 "새로운 완벽주의적인 지적적인 스타일의 오래된 라디오 극장!"이라고 설명하고 있다. +처음에는 토지넷 라디오, 토지넷 라디오는 토크 라디오를 중심으로 운영하고 있는 오래된 인터넷 라디오 사이트에서만 방송되었다. +2015년 말에 TogiNet은 AstroNet Radio를 자회사로 설립하였다. +이 프로그램은 처음에는 동테키사스 지역의 아마추어 배우들이 출연했습니다. +법 집행 관계자가 바이슈케크의 거리에 나타나지 않았기 때문에 야간에도 약탈이 계속되었다고 보도되었다. +한 관찰자에 따르면, 비슈케크는 폭도들이 도시의 거리를 헤엄하며 소비재 상점을 약탈하고 있다고 설명되었다. +몇몇 비슈케크 주민들은 남쪽에서 온 시위자들에게 법없는 상황의 발생에 책임을 돌렸다. +남아프리카는 남아프리카의 로열 바포켄 스타디움에서 뉴질랜드의 올 블랙스(All Blacks)를 럭비 유니온 트리 네이션 경기에서 승리하였다. +최종 점수는 21-20으로 승리하였으며, 양팀의 15 경기 연승이 종료되었다. +스프링보크스에서는 5 경기 연속 패배를 끝냈다. +이 경기는 이미 2주 전에 트로피를 따냈던 올블랙스의 마지막 경기였다. +이 시리즈의 마지막 경기는 다음 주에 요하네스버그의 엘리스 파크에서 진행될 것으로, 스프링보크가 오스트레일리아를 상대로 경기를 치르게 될 것입니다. +화요일 밤 10시 8분에 몬태나 서부에서 중간 규모의 지진이 발생했다. +미국지질조사국(USGS)과 그 국가지진정보센터는 즉각적인 피해 보고를 받지 않았다. +지진의 중심은 딜론에서 북동쪽으로 약 20 km (15 마일), 버트에서 남서쪽으로 약 65 km (40 마일) 떨어져 있었다. +일반적으로 인간에게 직접적인 위험이 있는 H5N1 바이러스가 프랑스 동부에 위치한 리옹 부근의 습지 지역에서 발견된 야생 오리에 감염되었다는 것이 확인되었다. +이 바이러스가 유럽 연합에서 7번째로 발견되었으며, 오스트리아, 독일, 슬로베니아, 불가리아, 그리스, 이탈리아에 이어 발견되었다. +크로아티아와 덴마크에서 추정되었던 H5N1 감염 사례는 확인되지 않았다. +찬버러는 하나님에게 소송을 제기했으며, "지구의 모든 주민들에게 광범위한 죽음, 파괴와 테러를 일으켰다"고 주장했다. +카메르스는 무신론자이며, 그의 소송은 "무의미한"이며 "어떤 사람도 어떤 사람을 상대로 소송을 제기할 수 있다"고 주장한다. +프랑스 오페라 작가 카미유 생상의 이 작품에서는 약물과 일본에 대한 사랑에 의해 삶이 지배되는 예술가의 이야기를 담고 있다. +이에 따라, 공연 도중 무대에서 연예인들이 마리화나 질을 피우고 있으며, 극장 자체도 관객들에게 참여하도록 장려하고 있다. +전 하원 의장 뉴트 진그리치, 텍사스 주지사 리크 페리, 그리고 의원 미셀 배커먼은 각각 4등, 5등, 6등을 차지하였다. +결과가 발표된 이후, 징리치는 산토룸을 칭찬하였지만, 로메니에 대해서는 어려운 말을 하였다. 로메니의 대리인들은 아이오와에서 징리치에 대해 부정적인 선거 광고를 방영하였다. +페리는 "오늘 저녁에 진행되었던 카우십의 결과를 평가하기 위해 텍사스로 돌아갈 것"이라고 발표했지만, 이후 그는 "이 선거에서 나에게 앞으로 가는 길이 있는지 여부를 확인하기 위해 선거에 참여할 것"이라고 발표했다. +8월에 있었던 Ames Straw Poll에서 승리한 Bachmann는 캠페인을 종료할 것을 결심했다. +사진작가는 로널드 레이건 UCLA 의학센터로 이송되었으며, 이후 사망하였다. +그의 나이는 20대였다고 알려졌다. 베이버는 성명에서 다음과 같이 말했: "나는 이 참사에 직접 관여하지 않았으며 현장에서도 없었지만, 나의 생각과 기도는 희생자의 가족에게 있다." +엔터테인먼트 뉴스 웹사이트 TMZ는 사진작가가 Sepulveda Boulevard의 반대편에 차량을 정지하고 도로를 통과하기 전에 경찰의 정찰을 찍으려고 시도했으며, 캘리포니아 고속도로 파트로의 경찰관이 도로를 통과하기 전에 두 번 차량으로 되돌아 갈 명령을 내렸다고 이해했다. +경찰에 따르면, 사진작가를 추락한 차량의 운전자는 범죄 혐의를 받지 않을 가능성이 높다. +하루에 18개의 메달만 있으므로, 몇몇 나라는 메달 포디엄에 오르지 못했다. +네덜란드와 핀란드가 포함되어 있으며, 네덜란드의 안나 조크멘센이 슈퍼 G 여자 스텝 클래스에서 9 위를 차지했고, 핀란드의 카타 사리네네는 동일 이벤트에서 10 위를 차지했다. +오스트레일리아의 미치엘 고어리 선수는 남자 슈퍼 대기 경주에서 11위를 기록하였으며, 체코 선수 올드리치 젤리네크는 남자 슈퍼 대기 경주에서 16위를 기록하였다. +멕시코의 아르리 벨라스크루스 선수는 남자 슈퍼 대기 경주에서 15위에 올랐다. 뉴질랜드의 아님 할 선수는 남자 슈퍼 대기 경주에서 9위에 올랐다. +폴란드의 남자 시각 장애 스키 선수 마치 크레젤과 안나 오가르지브스카 선수는 슈퍼 글로벌 경주에서 13위를 기록했다. 대한민국의 정서르크 박은 남자 시각 장애 스키 선수 슈퍼 글로벌 경주에서 24위를 기록했다. +2010년 지진 이후 하이티에 도착한 유엔 평화유지군들이 병의 확산을 책임지고 있다는 비난을 받고 있다. +언론 보도에 따르면, 유엔 캠프에서 발생한 쓰레기는 적절한 방법으로 처리되지 않았으며, 하이티에서 가장 큰 강 중 하나인 아르티보니트 강의 지류에 바이러스가 침입되었다. +하이티는 1800년대 이전에는 질병과 관련된 문제가 발생하지 않았다. +헤이티의 정의와 민주 연구소는 네팔의 유엔 평화유지병력이 무의식적으로 질병을 헤이티로 가져왔다는 독립적인 연구를 인용했다. +유엔의 질병 전문가인 다니엘 란타냥은 유엔 평화유지군이 발병의 원인으로 추측된다고 발표했다. +해밀턴은 하워드 대학병원이 확실한 상태에서 환자를 수용했다고 확인했다. +환자는 에볼라 바이러스가 발생한 나이지리아에 방문했다. +병원은 감염 예방을 위해 환자와 다른 사람들을 분리하고 감염 예방 절차를 따르고 있습니다. +심슨 이전에 시몬은 여러 프로그램에서 다양한 직책을 수행했습니다. +1980년대에 그는 택시, 치어스, 트래시 얼먼 쇼 등의 프로그램에 참여했다. +그는 1989년에 브루크스와 그노이닝과 함께 심플즈를 창작하였으며, 심플즈의 첫 작가 팀을 고용하는 책임을 맡았다. +1993년 프로그램에서 물러난 그는 집행 프로듀서의 칭호를 유지했으며, 각 시즌에 수천만 달러의 로얄티 수익을 계속 받았다. +이전에 중국의 뉴스 저널리스트 신화는 항공기가 납치되었다고 보도했다. +이후 보도에 따르면, 항공기는 폭탄 위협을 받고 아프가니스탄으로 되돌려졌으며, 칸다하르에 착륙했다. +초기 보도에 따르면, 우룬치에서 비상 착륙을 거부받은 후, 항공기는 다시 아프가니스탄으로 돌아갔다. +이란에서 항공 사고는 많이 발생하고 있습니다. 이란의 항공기 함대는 민간 운영과 군사 운영에 모두 잘못 관리되고 있습니다. +국제적인 제재로 새로운 항공기를 구매할 수 없다. +이번 주 초반, 경찰 헬리콕판 추락으로 3 명이 사망하고 3 명이 부상을 입었다. +지난 달, 아르메니아로 향하던 항공기가 추락하여 168 명의 승객이 사망하는 이래, 이란에서 가장 심각한 항공 사고가 발생했다. +같은 달에, 다른 항공기는 마샬에서 활주로를 벗어나 벽에 충분한 속도로 충분한 속도로 충분한 속도로 충분한 속도로 충분한 속도로 충분한 속도로 충분한 속도로 충분한 속도로 충분한 속도로 충분한 속도로 충분한 속도로 충분한 속도로 충분한 속도로 충분한 속도로 충분한 속도로 충분한 속도로 충분한 속도로 충분한 속도로 충분한 속도로 충분한 속도로 충분한 속도로 충분한 속도로 충분한 속도로 충분한 속도로 충분한 속도로 충분한 속도로 충분한 속도로 충분한 속도로 충분한 속도로 충분한 속도로 충분한 속도로 충분한 속도로 충분한 속도로 �� +에어로스미스는 투어 중 남은 콘서트를 취소했다. +록 밴드는 9월 16일까지 미국과 캐나다에서 투어를 진행할 예정이었다. +8월 5일 콘서트 도중 무대에서 추락하여 부상을 당한 리드 보컬 스티븐 타일러의 부상으로 투어가 취소되었다. +메리 선수는 첫 세트에서 타이브레이크에서 승리하지 못했으며, 두 선수 모두 세트에서 서브 서비스를 거두고 있었다. +델 포토로는 두 번째 세트에서 초반에 우위를 점했지만, 6-6에 도달려서도 타이 브레이크를 필요로 했다. +포트로는 이 순간에 어깨에 치료를 받았지만 경기에 다시 돌아왔다. +이 프로그램은 오후 8시 30분에 시작되었습니다 (UTC 15:00). +전국에서 유명한 가수들은 슈리 샤이엄의 발목에 베자르나, 즉 숭배의 노래를 선택하였다. +가수 산주 샤르마는 저녁을 시작하였으며, 자이 샤노르 차우다리는 저녁을 이어 진행하였으며, 치판 봉 반지를 함께 선보였다. 가수 라주 한덜왈은 함께 공연을 진행하였다. +그 다음에, 라크하 싱은 반지를 부르기 시작했다. +바바 시암에 108개의 차판 भो그 (힌두교에서는 56개의 다른 식품, 예를 들어 과자, 열매, 낙지, 반찬 등을 신에게 바치는데 사용되는 것들)이 제공되었습니다. +Lakkha 싱 또한 챠파르 봉 반자를 선보였으며, 가수 라주 핸델웰이 함께하고 있었다. +목요일 도쿄 게임 쇼에서 닌텐도 회장 이와타 사토루는 회사의 새로운 닌텐도 레볼루션 콘솔 컨트롤러의 디자인을 공개하였다. +텔레비전 리모콘과 유사한 컨트롤러는 사용자의 텔레비전 근처에 두 개의 센서를 사용하여 3차원 공간에서 위치를 삼각적으로 추적합니다. +이 기술은 플레이어들이 장치를 공중을 통해 움직이면서 비디오 게임에서 행동과 움직임을 컨트롤 할 수 있도록 허용한다. +지안칼로 피시엘라는 자신의 차량을 잡지 못하고 경주를 얼마 지나지 않아 종료하였다. +그의 팀 동료인 페르난도 알론소는 경주 대부분을 선두에 있었지만, 그의 피트 스톱 직후에 경주를 끝냈을 것으로 추측되며, 오른쪽 프론트 바퀴가 잘못 잡혀 있었던 것으로 추측된다. +마이클 슈마허는 알론소 이후 오래지 않아 경주를 종료하였으며, 경주 중 많은 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충분의 충 +그노트 컨퍼런스 기록에 따르면, 그는 다음과 같이 말했: "그노트는 매우 친절하고 노래도 잘 하는 것 같습니다." +“이 곡을 연습할 때마다 내 마음 속에서 감동을 받았습니다.” +발사 초반 약 3 분 후, 승무원 카메라에 의해 연료 탱크에서 분리된 많은 점토 폭포가 나왔다. +그러나 그들은 우주선에 심각한 손상을 입히지는 않았다. +NASA의 셔틀 프로그램 책임자인 N. 웨이넌 헤일 주니어는 "우리 걱정하고 있는 시간 이후에" 폭포가 떨어졌다고 말했다. +디스플레이 시작 5 분 만에 바람이 시작되고, 약 1 분 후 바람은 70km/h에 이릅니다... 그 다음 비가 온다, 그러나 너무 심할 뿐만 아니라 너무 크기 때문에 피부를 치는 것 같습니다, 다음으로 하늘에서 비구름이 내려오고 사람들은 추운 바람에 추운 비에 추운 눈에 추운 바람에 추운 눈에 추운 눈에 추운 눈에 추운 눈에 추운 눈에 추운 눈에 추운 눈에 추운 눈에 추운 눈에 추운 눈에 추운 눈에 추운 눈에 추운 눈에 추운 눈에 추운 눈에 추운 눈에 추운 눈에 추운 눈에 추운 눈에 추운 눈에 추운 눈에 추운 눈에 추운 +나는 자매와 그녀의 친구를 잃었습니다, 그리고 그곳으로 가는 길목에는 두 명의 장애인이 익사로에 앉아 있었습니다, 그들을 넘어 뛰어 넘어 밀고 있었습니다," 아르만드 버새치는 말했다. +NHK 또한 니가타현의 가시와자키 가리와 원자력 발전소가 정상적으로 운영되고 있다고 보도했다. +호쿠리큐 전기 회사는 지진의 영향은 없으며, 그 회사의 시카 원자력 발전소의 1번과 2번 레이터가 정지되었다고 보도했다. +이 지역의 약 9,400채의 집에서 물이 부족하고, 약 100채의 집에서 전기가 중단되었다고 보도되었다. +일부 도로가 파손되었고, 영향 지역의 철도 서비스가 중단되었으며, 이시카와현의 노토 공항은 여전히 폐쇄되어 있다. +한 폭탄이 총독청 앞에 폭발했다. +두 시간 내에 정부 건물 근처에서 3 개의 폭탄이 폭발했다. +일부 보도에 따르면 공식적인 사망자 수는 8명으로 추정되고, 공식 보고서에 따르면 최대 30명이 부상을 입었으나, 최종 수치는 아직 확인되지 않았다. +애완동물들이 오염된 애완동물 식품을 먹은 후 사망한 동물들의 혈액 샘플에서 두 가지 화학물질이 발견되었다. +대학의 연구원들은, 이 두 가지 화학물질이 서로 반응하여 혈액 순환을 차단할 수 있는 결정을 형성한다고 말했다. +연구자들은 애완동물의 배변에서 멜라민과 시아누르산의 첨가에 의해 생성된 결정을 관찰하였다. +이 결정의 구성 성분은 인프라레드 스펙트로스코피 (FTIR)를 통해 감염된 애완동물의 소변에서 발견된 결정의 구성 성분과 일치한다. +당신이 알지 않았겠지만, 중앙아메리카에서 수입된 상품의 대부분은 무관세로 수입되었습니다. +그러나 80%의 상품은 중앙아메리카 국가에서 관세를 거쳤습니다. +그것은 나에게 맞지 않았습니다; 확실히 공정하지 않았습니다. +내가 모든 사람에게 말하는 것은 당신들과 같은 방법으로 우리를 대할 수 있으면 좋겠습니다. +캘리포니아 주지사 아론 슈바르체네거는 어린이들에게 폭력적인 비디오 게임의 판매 또는 대여를 금지하는 법안을 법률로 채택했다. +이 법은 캘리포니아 주에서 판매되는 폭력적인 비디오 게임을 "18"라고 적힌 스티커를 표시하도록 요구하며, 1,000 달러의 벌금으로 청소년에게 판매하는 것을 처벌한다. +검찰총감 키어 스타머 변호사는 오늘 발표에서 휘네와 프라이의 기소를 발표했다. +휴네는 사임했으며, 그의 직무는 에드 데이비 의원이 대신 수행할 것으로 예정되었다. 노러맛 의원은 데이비 의원이 버티고 있던 상업부 장관직을 수행할 것으로 예정되었다. +휴네와 프라이스는 2월 16일 웨스트민스터 지방재판소에 출석할 예정이다. +죽은 사람들은 25살의 니콜라스 알덴과 21살의 자치어 커디백이었다. 커디백은 운전자였다. +에드가 베구일라는 팔과 입술에 상처를 입고, 크리스토퍼 슈나이더는 얼굴을 위한 재생술 수술이 필요했다. +울카의 무기는 다섯번째 남자의 머리를 향해 작동하지 않았다. 슈나이더는 계속되는 통증, 한쪽 눈의 시력 상실, 두개골의 부분 없음, 티타늄으로 재건된 얼굴을 가지고 있다. +슈나이더는 미국 공군 기지에서 비디오 링크를 통해 증언하였다. +수요일의 이벤트 이외에 Carpanedo는 챔피언십에서 두 개의 개인 경주에 참여했다. +그녀의 첫 번째 경주는 슬라론 경주였으며, 그녀는 첫 번째 레이스에서 DNF를 기록했다. 116명의 선수 중 36명이 동일한 결과를 냈다. +그녀의 다른 경주인 슬라론 경주에서 그녀는 총 시간 4:41.30, 2:11.60 분 뒤로 10위에 올랐으며, 오스트리아의 클라우디아 로이슬 선수가 달성한 총 시간보다 2분 41.30 총 시간보다 2분 11.60 총 시간보다 1분 09.02 총 시간보다 1분 09.02 총 시간보다 1분 09.02 총 시간보다 1분 09.02 총 시간보다 1분 09.02 총 시간보다 1분 09.02 총 시간보다 1분 09.02 총 시간보다 1분 09.02 총 시간보다 1분 09.02 총 시간보다 1분 09.02 총 시간보다 1분 09.02 총 시간보다 1분 09.02 총 시간보다 1분 09.02 총 시간보다 1분 09.02 총 시간보다 1분 09.02 총 시간보다 1분 0 +여자 직권 그룹의 4명 스키 선수가 자신의 레이스를 완료하지 못했으며, 117명의 총 스키 선수 중 45명이 레이스에서 참여하지 못했다. +마디아 프라데시 경찰은 도난당한 노트북과 모바일 폰을 되찾았다. +부장관 D K Arya는 다음과 같이 말했다: "스위스 여성을 강간한 5 명을 체포했으며, 모바일 폰과 노트북을 되찾았다." +피의자는 바바 칸자르, 부타 칸자르, 람프로 칸자르, 가자 칸자르와 비슈누 칸자르로 불리고 있다. +경찰총감 찬드라 셰카르 솔랑키는 범죄자들이 얼굴을 가리고 법원에 나타났다고 말했다. +차가 집에 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 충분히 ���� +하지만 운전자는 큰 부상을 입었다. +사고가 발생한 도로는 긴급 서비스에 의해 잠시 폐쇄되었다. +그는 처음에는 그레이트 야머스트의 제임스 페이지 병원에 입원했다. +그 후 그는 케임브리지의 Addenbrooke 병원으로 이송되었다. +이후 에딘버러 지방재판소에서 아데코야는 자신의 아들을 살해한 혐의로 기소되었다. +그녀는 기소 및 재판 기각 동안 구금되어 있지만, 그녀의 모습이 널리 알려져 있기 때문에 증언자의 증언이 심각한 문제가 될 수 있습니다. +이것은 영국에서 일반적인 절차입니다. 그러나 스코틀랜드의 재판 체계는 다르며, 법원은 사진의 발표가 가능한 선택적인 영향을 미칠 수 있다고 생각하고 있습니다. +던디 대학의 패밀라 퍼거슨 교수는 "언론인들이 용의자의 사진 등을 발표하는 것으로 위험한 선을 걷고 있는 것으로 보인다." +검찰청은 전체적으로 검찰을 관장하고 있으며, 기자들에게는 최소한 기소 이전에는 더 이상의 발언을 하지 않을 것이라고 알렸다. +이 문서는 1967년 중동 전쟁 이전의 국경을 기준으로 팔레스티나가 요구하는 국경 분쟁에 대해 언급될 것으로 알려졌다. +그 외에 언급되었던 다른 주제로는, 두 나라에서 모두 숭배되고 있는 예루살렘의 미래 상황과 요르단 계곡 문제가 포함되었다. +이스라엘은 10년 동안 계속되는 군사 존재를 요구하고 있으며, 팔레스티나 자치 정부는 5년만 존재하는 것을 동의하고 있다. +추가적인 해충 제거 실험에 참여한 사냥꾼들은 실험을 감시하고 실험의 효과를 평가하기 위해 직접 감시되었다. +NPWS와 오스트레일리아 스포팅 슈터 협회(NSW) Inc.의 협력으로 슈터 협회의 사냥 프로그램에 따라 적절한 자원봉사자를 채용했다. +Mick O'Flynn, NPWS의 Park Conservation and Heritage의 임시 소장은, 첫 번째 촬영 작업에서 선택된 4명의 촬영 작업자들은 전체적인 안전과 훈련 지도를 받았다고 밝혔다. +마르텔리는 어제 9명으로 구성된 새로운 임시 선거위원회(CEP)를 취임시켰다. +이는 마르텔리 대통령의 4년 동안 5번째 CEP이다. +지난 달, 대통령 특별위원회는 새로운 선거를 위해 국가를 움직일 수 있는 여러 조치 중 하나로 CEP의 사퇴를 추천했다. +이 위원회는 10월부터 시작된 반정부 시위에 대한 마테리 대통령의 대응으로 설치되었다. +때때로 폭력적인 시위는 선거를 진행하지 못하고 2011년 이후 지속되고 있는 선거를 진행하지 못하고 발생한 것으로 알려졌다. +약 60 건의 iPod 오류로 인해 총 6 건의 불이 발생하였으며, 4 명의 심각한 화상을 입은 사람들이 있었다. +일본 경제, 무역 및 산업성(METI)은 디바이스와 관련된 27 건의 사고를 알고 있었다고 밝혔다. +지난 주, METI는 애플이 34 개의 추가적인 과열 사고를 알렸으며, 이를 "심각하지 않은" 사고라고 불렀다. +정부는 애플의 보고서 출품 연기에 대해 "실질적으로 슬퍼운" 것으로 대응했다. +지진은 현지 시간 오전 7시 19분에 발생했으며,금요일 오후 9시 19분에 그리니치 표준시에 도달했다. +마리아나 북부 지역의 재난 관리 처에 따르면, 나라에서는 피해가 보고되지 않았다. +태평양 쓰나미 경보센터도 쓰나미 경보가 없다고 발표했다. +필리핀의 옛 경찰관은 필리핀의 수도인 마닐라에서 그들의 버스를 점거하여 홍콩의 관광객들을 인질로 잡고 있다. +롤란도 멘도사는 관광객들에게 M16 소총을 쏘았다. +여러 인질들이 구출되었으며, 최소 6 명의 인질이 사망했습니다. +어린이와 노인들을 포함한 6명의 인질들이 일찍 석방되었으며, 필리핀의 사진작가들도 일찍 석방되었다. +사진작가들은 나중에 노인 여자가 화장실에서 필요했을 때 그녀의 자리를 맡았습니다. 멘도사는 총격을 받고 죽었습니다. +리진스는 아버지의 발자국을 따라 의학에 진출하였다. +그는 산부인과 의사로 훈련되었으며, 1959년부터 오클랜드 국립 여성 병원에서 일을 시작하였다. +그때 병원에서 일하던 리진스는 쉬운 작업 시간에 점핑 출산을 조사하기 시작했다. +그의 연구 결과에 따르면, 호르몬의 투입으로 아기의 태반 폐의 성숙이 가속된다. +신화 뉴스에 따르면, 정부 수사관들은 수요일 두 대의 '블랙 박스' 항공기 기록기를 발견했다. +동료 레슬러들도 루나를 추도했다. +톰 드리머는 "루나는 첫 번째 익스트림 퀸이었습니다. 첫 번째 매니저였습니다. 루나는 두 개의 달 밤에 사망했습니다. 그녀와 같은 특별한 존재였습니다. 강력한 여성이었습니다." +더스틴 "골더스트" 러넬스는 "루나는 나와 같은 정도로 이상한 존재였습니다...더 이상한 존재였을 수도 있습니다...그녀를 사랑하고 그녀를 잃어버려서 슬퍼하고 있습니다...그녀가 좋은 장소에 있을 것을 희망합니다." +2010년 연방선거 직전에 실시된 1,400명의 국민을 대상으로 조사한 결과에 따르면, 오스트레일리아가 공화국으로 변경되는 것에 반대하는 국민의 수는 2008년 이후 8% 증가했다. +직무대리 총리 줄리아 질라드는 2010년 연방 선거 캠페인 기간 동안, 오스트레일리아는 여왕 엘리자베스 2세의 집권 말기에 공화국으로 발전해야 한다고 생각한다고 주장했다. +설문조사에 참여한 34%의 사람들은 여왕 엘리자베스 2세가 오스트레일리아의 마지막 군주가 되어야 한다고 생각하고 있다. +설문조사 결과에 따르면, 29%의 응답자들은 오스트레일리아가 가능한 최대한 빠르게 공화국이 되어야 한다고 생각하고, 31%의 응답자들은 오스트레일리아가 공화국이 되지 않아야 한다고 생각한다. +올림픽 금메달리스트는 코먼웨일 게임에서 100m와 200m 자유형 경주와 3개의 레이스에 참여할 예정이었지만, 그의 불만심으로 그의 체력에 의문이 제기되었다. +그는 그의 통증을 치료하기 위해 필요한 약물을 복용할 수 없었으며, 이 약물은 올림픽 경기에서 금지되었다. +센트럴 미시시피 대학의 수학자와 컴퓨터 과학 교수인 커티스 쿠퍼는 1월 25일 최대 알려진 소수 수를 발견했다. +여러 사람들은 2월 초에 다양한 하드웨어와 소프트웨어를 이용하여 발견을 확인했으며, 화요일에 발표되었다. +콘이드는 생명을 지속하는데 도움을 줄 수 있는 단백질을 형성할 수 있는 유기물질과 함께 지구에 물을 공급했을 수도 있다. +과학자들은 태양계 행성들이 어떻게 탄생되었는지 특히 지구가 어떻게 탄생되었는지를 이해하고 싶다. 지금까지 지구와 소행성들의 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 충분한 ����� +53살의 쿠오모는 이번 해 초에 임기를 시작하였으며, 지난 달에는 동성애 결혼을 합법화하는 법령을 서명하였다. +그는 이야기를 "정치적인 잡다듬이와 흥미로운 이야기"라고 부르며 언급하였다. +그는 2016년 대통령 선거에 출마할 것으로 추측된다. +FAA는 NextGen 시스템을 통해 항공기가 연료를 많이 소비하지 않고 연료를 많이 소비하지 않고 연료를 많이 소비하지 않고 연료를 많이 소비하지 않고 연료를 많이 소비하지 않고 연료를 많이 소비하지 않고 연료를 많이 소비하지 않고 연료를 많이 소비하지 않고 연료를 많이 소비하지 않고 연료를 많이 소비하지 않고 연료를 많이 소비하지 않고 연료를 많이 소비하지 않고 연료를 많이 소비하지 않고 연료를 많이 소비하지 않고 연료를 많이 소비하지 않고 연료를 많이 소비하지 않고 연료를 많이 소비하지 않고 연료를 많이 소비하지 않고 연료를 많이 소비하지 않고 연료를 많이 소비하지 않고 연료를 많이 소비하지 않고 연료를 많이 소비하지 않고 연료를 많이 소비하지 않고 연료 +이 시스템은 지상 레이다 기반의 기술과 달리 위성 기반의 기술을 사용하여, 항공 관제사가 항공기를 더 정확하게 식별하고 항공사에 더 정확한 정보를 제공할 수 있도록 해준다. +추가적인 교통 수단은 설치되지 않고, 지상 철도는 웸블리 역에 정차하지 않고, 주차장과 차량 승하차 시설은 경기장에서 사용할 수 없습니다. +운송 수단의 부족으로 인해 팀의 지지자들이 없는 상황에서 경기를 진행해야 하는 가능성이 증대되었다. +금요일 발표된 과학저널에 따르면, 에콰도르 갈라파고스 섬에서 새로운 새의 발견되었다. +미국의 프린스턴 대학과 스웨덴의 울프사라 대학의 생물학자들은 새로운 종이 단 두 세대만에 진화된 것으로 보고하였다. 이 과정은 더 오래 걸리는 것으로 알려져 있었지만, 이 과정에서는 멸종 위기에 처해 있는 다르윈 까친새(Geospiza fortes)와 이주 까친새(Geospiza conirostris) 사이의 교점에서 진화되었다. +황금은 모든 형태로 가공될 수 있습니다. 작은 형태로 가공될 수도 있습니다. +그것은 얇은 줄로 끊어질 수 있으며, 그것은 묶어질 수 있으며, 그것은 실루엣으로 빚어질 수 있으며, 그것은 매듭으로 만들어질 수 있으며, 그것은 실루엣으로 빚어질 수 있으며, 그것은 실루엣으로 빚어질 수 있으며, 그것은 실루엣으로 빚어질 수 있으며, 그것은 실루엣으로 빚어질 수 있으며, 그것은 실루엣으로 빚어질 수 있으며, 그것은 실루엣으로 빚어질 수 있으며, 그것은 실루엣으로 빚어질 수 있으며, 그것은 실루엣으로 빚어질 수 있으며, 그것은 실루엣으로 빚어질 수 있으며, 그 +이 금속은 매우 얇은 형태로 만들어질 수 있으며, 다른 금속에 부착될 수 있습니다. 이 금속은 때때로 책에 있는 손으로 그려진 그림을 장식하는데 사용되었습니다. +이것을 화학의 pH라고 부르며, 레드 카밥 즙으로 인디케이터를 만들 수 있습니다. +치즈는 화학물질의 pH가 어느 수준인지에 따라 색상이 달라집니다. +pH 수준은 테스트된 화학물질에 포함되어 있는 수소 이온의 양에 의해 표시됩니다. +수소 이온은 수소 원자가 하나의 전자와 하나의 프로토늄으로 구성되어 있기 때문에 전자를 뺀 프로토늄으로 구성되어 있습니다. +두 가지 건조 파우더를 섞고, 깨끗한 손으로 구운 파우더를 구운 파우더를 구운 파우더를 구운 파우더를 구운 파우더를 구운 파우더를 구운 파우더를 구운 파우더를 구운 파우더를 구운 파우더를 구운 파우더를 구운 파우더를 구운 파우더를 구운 파우더를 구운 파우더를 구운 파우더를 구운 파우더를 구운 파우더를 구운 파우더를 구운 파우더를 구운 파우더를 구운 파우더를 구운 파우더를 구운 파우더를 구운 파우더를 구운 파우더를 구운 파우더를 구운 파우더를 구운 파우더를 구운 파우더를 구운 파우더를 구운 파우더를 구운 파우더를 구운 �� +손발에 있는 수분이 외곽 껍질과 반작용을 일으킬 때문에 손발이 불쾌하게 느끌게 되고 외곽 껍질을 형성하게 됩니다. +하라파와 모헨조다로의 도시에서는, 거의 모든 집에 배수시설이 있었고, 이 시설은 발달된 하수도 시스템과 연결되어 있었다. +그리스의 크레타와 산토리니의 미노스 도시의 집에서 하수 시스템의 흔적이 발견되었다. +고대 이집트, 페르시아, 그리고 중국에서도 화장실이 있었습니다. 로마 문화에서 화장실은 때때로 공적 욕실의 일부였습니다, 여성과 남성이 혼재되어 있었습니다. +멀리 떨어져 있는 사람에게 전화를 걸 때, 위성을 이용하고 있습니다. +위성은 우주에서 메시지를 받고, 거의 즉시 메시지를 반환한다. +위성은 로켓으로 우주로 발사되었습니다. 과학자들은 우주에서 망원경을 사용하는 이유는 지구의 대기가 우리의 일부 빛과 시각을 왜곡시켰기 때문입니다. +위성이나 망원경을 우주에 발사하는 데 100 피트 이상 높은 슈퍼 로켓이 필요합니다. +바퀴는 놀라운 방법으로 세계를 바꾸었습니다. 바퀴가 우리에게 가장 큰 도움을 주었던 것은 더 쉬운 및 더 빠른 운송을 가능하게 해준 것입니다. +그것은 철도, 차량, 그리고 많은 다른 운송 기관을 가져왔습니다. +이들 아래에는 더 큰 고양이들이 있으며, 이들은 토끼부터 코뿔소까지 잡아먹는 중간 크기의 먹이를 먹는다. +마지막으로, 많은 작은 애완동물과 같은 작은 동물들을 먹는 작은 포식자들이 있습니다. +그들의 성공의 비밀은, 각 고양이가 가지고 있는 특별한 직업의 개념입니다. 이 직업은 고양이가 다른 고양이와 경쟁하지 않도록 유지하는데 도움을 줍니다. +사자는 가장 사회적인 야생동물로 알려져 있습니다. 그들은 큰 집단을 이루고 있습니다, 이 집단을 프라이드라고 합니다. +프라이드는 최대 3 마리의 관계 있는 어른 수컷과 최대 30 마리의 암컷과 새끼들로 구성되어 있습니다. +암컷은 일반적으로 자매와 딸들로 구성되어 있으며 서로 가까운 관계를 맺고 있습니다. +사자 가족은 늑대나 개의 무리처럼 행동하며, 사자처럼 행동하지만 다른 큰 야생동물과 다르게 행동하는 동물과 같은 동물이다. 또한 사자의 먹이에 대해 매우 위험한 동물이다. +완벽한 운동선수로서, 호랑이는 (잘 하지 않지만) 올라갈 수 있으며, 수영하고, 거대한 거리를 뛰어놓고, 인간의 5배 정도의 힘으로 끌 수 있습니다. +호랑이는 표범과 표범과에 속하고 있습니다. 표범과에 속하는 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 표범과 � +호랑이와 다르게, 호랑이의 목소리는 더 많은 목소리로 구성되어 있으며, 호랑이와 다르게, 호랑이의 목소리는 더 많은 목소리로 구성되어 있으며, 호랑이와 다르게, 호랑이의 목소리는 더 많은 목소리로 구성되어 있으며, 호랑이와 다르게, 호랑이의 목소리는 더 많은 목소리로 구성되어 있으며, 호랑이와 다르게, 호랑이의 목소리는 더 많은 목소리로 구성되어 있으며, 호랑이와 다르게, 호랑이의 목소리는 더 많은 목소리로 구성되어 있으며, 호랑이와 다르게, 호랑이의 목소리는 더 많은 목소리로 구성되어 있으며, 호랑이와 다르게, 호랑이의 목소리는 더 많은 목소리로 구성 +표범들은 작은 동물들을 좋아하는데, 그들은 원숭이, 파충류, 절지류와 새들을 잡아먹을 수 있습니다. 표범들이 잡아먹는 동물들 중 대부분은 표범보다 훨씬 작은 동물들입니다. +과학자들은 야생 고양이들이 냄새를 통해 동료를 추적하고 먹이를 찾는다고 생각하고 있습니다. +야간 시설을 이용하여 어두운 곳에서도 잘 볼 수 있으며, 또한 야생에서 숨어 있는 모습으로 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 움찔 ����� +생물들의 작은 집단 (작은 인구)이 원래에서 온 주요 인구와 분리되었을 때 (예를 들어, 산맥을 넘어 이동하거나 강을 넘어 이동하거나 새로운 섬으로 이동하여 다시 돌아오는 것이 어렵게 되었을 때), 그들은 종종 이전에 있던 환경과 다른 환경에 놓이게 됩니다. +이 새로운 환경에는 다른 자원과 다른 경쟁자가 있으므로, 새로운 인구는 이전보다 강력한 경쟁자가 되기 위해서는 다른 특징이나 적응을 필요로 하게 됩니다. +원래의 인구는 전혀 변화하지 않았습니다. 그들은 이전과 동일한 적응을 필요로 합니다. +시간이 지나감에 따라, 새로운 인구는 새로운 환경에 적응하기 시작하여, 다른 인구와 더 이상 같은 모습을 보이지 않게 됩니다. +최종적으로, 수천 년 혹은 수천만 년 후, 두 개의 인구는 매우 다른 모습을 보이게 되어, 같은 종으로 부르지 않을 수 없습니다. +이 과정을 특이화라고 부르는데, 이것은 새로운 종의 형성을 의미합니다. 특이화는 진화의 불가항력적인 결과입니다 그리고 진화의 매우 중요한 부분입니다. +식물들은 인간들이 호흡하는 산소를 생성하고, 인간들이 호흡하는 때 배출되는 이산화탄소를 받아들이고 있습니다. +식물들은 태양으로부터 얻어오는 빛을 통해 광합성을 통해 먹이를 만듭니다. 또한 그들은 그림자를 제공합니다. +집을 식물로부터 만들고, 옷을 식물로부터 만들고, 먹는 것의 대부분은 식물입니다. 식물이 없다면 동물들은 죽을 수 없습니다. +모사우루스는 그 시대의 최상위 포식자였기 때문에, 다른 모사우루스를 제외하고 무엇도 두려지지 않았다. +그것의 긴 입술에는 70개 이상의 완전히 달려 있었으며, 그 입술의 지붕에도 추가적인 치아가 있었습니다, 즉 그것의 길목을 통과하는 모든 것은 도피할 수 없었습니다. +확실히 알 수 없지만, 그것은 두 개의 입을 가지고 있었을 수도 있습니다. 그의 먹이는 거대한 물고기와 다른 모사우루스 동물, 그리고 거대한 물고기로 구성되어 있었을 수도 있습니다. 그것은 잡아먹는 동물이었을 수도 있습니다. +또한 물에 들어오는 모든 것을 공격하였으며, 티라노사우루스와 같은 거대한 공룡도 이겨내지 못했다. +그들의 대부분의 음식은 우리에게 익숙한 것들이지만, 로마인들은 완전히 다른 식품을 포함하고 있었습니다, 예를 들어 야생돼지, 황금새, 달팽이, 그리고 쥐과 같은 야생동물을 포함하고 있었습니다. +또 다른 차이점은 가난한 사람들과 여성들이 앉아서 먹고 있었지만, 부유한 남성들은 함께 잔치를 열고 먹고 있었고, 그들은 먹고 있는 동안 옆으로 누워 있었다. +고대 로마인들의 식사는 후세에 유럽에서 아메리카 또는 아시아에서 유입된 음식들을 포함할 수 없었다. +예를 들어, 고대 로마인들은 콩, 토마토, 양파, 코카, 또는 새우를 먹지 않았습니다. +바빌로니아인들은 각각의 신들에게 주 사원을 건립하였으며, 이 사원은 신의 집으로 여겨졌다. +사람들은 신들에게 제물을 바치고, 사제들은 제사 및 축제를 통해 신들의 필요를 충족시키려 노력했다. +각 사원에는 앞으로 열려 있는 사원 원당이 있었고, 이 원당 안으로는 사제들만 들어갈 수 있는 내부 성당이 있었다. +옛날에는 때때로 특별한 피라미드 모양의 탑, 즉 지그라트 탑이 사원의 일부로 건립되었습니다. +탑의 윗부분은 신의 특별한 성당으로 사용되었습니다. +중동의 온난한 기후 속에서, 집은 그리 중요하지 않았다. +히브리 가족의 생활은 대부분 야외에서 진행되었다. +여성들이 집 앞에서 요리를 하였으며, 가게는 거리를 바라보는 단순한 카운터였습니다. 집을 짓는데 돌을 사용했습니다. +카나안 땅에는 큰 숲이 없었기 때문에 목재가 엄청난 가치를 가지고 있었다. +그림슬란드는 적극적으로 정착되었다. 노르웨이 사가에 따르면, 에리크 레드는 살인죄로 아이슬란드에서 추방되었고, 더 서쪽으로 여행할 때 그림슬란드를 발견하고 그림슬란드라고 이름붙였다. +그러나 그의 발견에도 불구하고, 이미 에스키모 부족들이 그곳에서 살고 있었다. +북유럽의 각 나라는 모두 '스칸디나비아'라고 불리지만, 덴마크, 스웨덴, 노르웨이, 아이슬란드의 인민, 왕, 습관과 역사에는 많은 차이가 있었다. +국가보물 영화를 보았다면 독립선언서의 뒷면에 보물지도가 새겨져 있다고 생각해도 좋습니다. +그런데 그렇지 않습니다. 문서의 뒷면에 적혀 있는 내용은 지도가 아닙니다. +독립선언서의 뒷면에는 "1776년 7월 4일 독립선언서의 원본"이라고 적혀 있었습니다. 문서의 밑으로 뒤바뀌어 나와 있었습니다. +누구도 확실히 알지 못하지만, 이 문서의 초창기 생애에 대해 알려진 바에 따르면, 이 큰 페르가멘 문서(29¾ 인치 x 24½ 인치)는 저장을 위해 봉통되었다. +그러므로, 이 문자는 단순한 레이블로 추가된 것으로 추측됩니다. +D-Day의 상륙과 이어진 전쟁으로 프랑스의 북쪽이 해방되었지만 남쪽은 아직 해방되지 않았다. +이 지역은 "비시" 프랑스에 의해 통치되었습니다. 이 프랑스인들은 1940년에 독일에 항복하고 침략자들과 협력하는 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 싸울 대신 ���� +1940년 8월 15일, 연합군은 남부 프랑스를 침략하였으며, 침략 작전을 "Dragoon"이라고 불렀다. +두 주 만에 미국과 자유 프랑스군은 남부 프랑스를 해방시켰으며 독일을 향하고 있었다. +문화는 협력적으로 생활하고 일하는 큰 집단의 사람들에게 공유되는 특별한 문화입니다. +문명이라는 단어는 라틴어의 civis와 civitas에서 유래되었습니다. civis는 시민을 의미하며 civitas는 도시나 도시국가를 의미하는 단어입니다. 이 단어는 어느 정도 사회의 크기를 정의하는 데 도움을 줍니다. +도시국가는 국가의 선구자입니다. 문화적 문화는 여러 세대에 걸쳐 지식의 전달, 지속적인 문화적 영향과 공정한 분배를 의미합니다. +작은 문화는 관련 역사적 증거를 남기지 않고 사라짐으로써 정당한 문명으로 인정받지 못하고 있습니다. +혁명 전쟁 동안, 13개 주는 혁명 전쟁 동안 처음으로 약한 중앙 정부를 구성했습니다. 이 중앙 정부의 유일한 구성 요소는 연맹 헌법이었습니다. +의회는 세금을 부과하는 어떤 권력도 없었으며, 국가 집행 기관이나 법원이 없었기 때문에 주 정부 기관에 의존하여 모든 법령을 집행하고 있었다. 그러나 주 정부 기관들은 종종 협조적이지 않았다. +또한 국가 간 세금법과 관세법을 무렵하는 권한도 없었다. +이 조항은 모든 주의 동의를 받아야 수정될 수 있었으며, 주들은 중앙 정부를 너무 가볍게 취급했기 때문에 대표가 자주 없었다. +이탈리아 축구 국가대표팀은 독일 축구 국가대표팀과 함께 세계에서 두 번째로 성공한 팀으로, 2006년 FIFA 월드컵 챔피언이 되었다. +인기 있는 스포츠로는 축구, 농구, 배구, 수영 풋볼, 페이지, 럭비, 자전거 경주, 아이스 하키, 롤러 하키 및 F1 모터 스포츠가 있습니다. +겨울 스포츠는 북부 지역에서 가장 인기가 많습니다. 이탈리아인들은 국제 경기와 올림픽 이벤트에 참여하고 있습니다. +일본은 약 7,000개의 섬으로 구성되어 있으며, 일본은 세계에서 7번째로 큰 섬이 되었습니다! +일본의 섬들이 집결되어 있기 때문에, 일본은 지리적으로는 "제도"로 불리고 있습니다. +타이완은 15세기부터 시작되었습니다. 유럽의 선원들이 통과하며 섬의 이름을 Ilha Formosa, 즉 아름답게 생긴 섬으로 기록하였습니다. +1624년, 네덜란드 동인도 회사는 타이완 남서부에 기지를 설치하였으며, 원주민들의 농작물 생산 방법을 변화시켰으며, 당시 농작물 생산에 중국인 노동자를 고용하였다. +1683년, 청 제국 (1644-1912)의 군대가 타이완의 서부와 북부 해안 지역을 점령하였으며, 1885년에 타이완을 청 제국의 주로 선포하였다. +1895년, 청나라 정부는 첫 일본-중국 전쟁 (1894-1895)에서 패배한 후, 시모노세키 조약을 체결하여, 타이완의 주권을 일본에 양도하고, 섬을 1945년까지 지배한다. +마추 피추는 3개의 주요 구조물로 구성되어 있습니다, 즉 Intihuatana, 태양신의 성당, 그리고 3개의 창문이 있는 방. +대부분의 커플렉스의 주위에 있는 건물들은 원래의 모습을 관광객들에게 더 잘 알려주기 위해 재건되었습니다. +1976년까지 마추 피추의 30%가 복원되었으며 복원 작업은 지금까지 진행되고 있다. +예를 들어, 세계에서 가장 일반적인 스토크 사진 포맷은 35mm이며, 분석 영화 시대의 말기에 지배적인 영화 크기였습니다. +오늘날에도 여전히 생산되고 있지만, 더 중요한 점은 디지털 카메라의 이미지 센서 포맷에서 유산되었다는 것입니다. +35mm 포맷은 실질적으로 24mm의 높이와 36mm의 넓이를 가지고 있습니다. +따라서 이 포맷의 비율은 12로 나누면 가장 간단한 정수비율이 되고, 따라서 비율은 3:2가 됩니다. +많은 일반적인 포맷(예를 들어 APS 가족의 포맷)은 이 비율과 동등하거나 가까워집니다. +많이 이용되고 많이 조롱되고 있는 세 분의 원칙은 이미지에 어느 정도의 질서를 유지하면서 동적성을 창출하는 간단한 지침입니다. +그리고 가장 효과적인 메인 주제의 위치는 물리적으로 이미지를 세 부분으로 분할하는 수직선과 수평선의 교점에 위치하는 것입니다 (예시 참조). +이 기간 동안 유럽의 역사에서 가톨릭 교회는 부유해졌고 권력을 얻었다. +약 1000년 동안 기독교 종교는 언어와 습관의 차이에도 불구하고 유럽 국가를 연결하였습니다. +그 절대적인 권력은 왕부터 평민까지 모든 사람에게 영향을 미치고 있었다. +기독교의 주요 교리 중 하나는 부를 고통과 가난을 완화하기 위해 사용해야 한다는 것입니다. 교회의 재정 자금은 이 목적을 위해 설립되었습니다. +교회의 중앙 권력은 1000년 이상 로마에 있었으며, 이로 인해 권력과 돈의 집중으로 많은 사람들이 이 원칙이 충족되고 있는지 의문을 갖게 되었다. +전쟁이 발발한 직후, 영국은 독일에 대해 해상봉쇄를 개시하였다. +이 전략은 효과가 있었으며, 중요한 군사적 및 민간 공급물자를 차단하였으나, 이 봉쇄는 과거 두 세기 동안 수립된 여러 국제 협약의 일반적인 국제법을 위반하였다. +영국은 국제수역에서 채굴을 하였으며, 모든 해운선의 진입을 차단하였으며, 중立 해운선도 위험에 처하게 되었다. +독일은 이 전략에 한정적인 반응이 있었기 때문에, 독일의 무제한 잠수함 전쟁에 대한 유사한 반응을 기대했다. +1920년대에 대부분의 시민과 국가들의 주된 태도는 평화주의와 독립적인 태도였다. +1차 세계 대전 중 전쟁의 악몽과 약탈을 보고 나라들은 이러한 상황을 다시 발생시키지 않아야 한다고 생각하게 되었다. +테슬라는 1884년에 미국으로 이주하여 뉴욕시에 있는 에디슨 컴퍼니에서 일을 수락하기 위해 미국으로 이주했다. +그는 미국에 도착할 때 자신의 이름으로 4센트, 시집, 그리고 채러스 배처(그의 전 직장에서 관리자)가 토마스 에디슨에게 보낸 추천서를 가지고 도착했다. +고대 중국은 다른 시대를 다르게 표시하는 고유한 방법을 가지고 있었습니다. 중국의 각 단계 또는 권력을 잡고 있던 각 가문은 독특한 왕조였습니다. +또한 각 왕조 사이에 있었던 분열된 지방의 불안한 시대도 있었습니다. 가장 잘 알려진 시대는 한과 진 왕조 사이에 60년 동안 진행되었던 삼국시대였습니다. +이 기간 동안 많은 귀족들이 왕위를 놓고 싸운 전쟁이 벌어졌다. +삼국시대는 고대 중국의 역사에서 가장 폭력적인 시대 중의 하나였습니다. 수천 명의 사람들이 서안에 있는 큰 궁전의 가장 높은 자리에 앉기 위해 싸울 때 죽었습니다. +메트릭 체계의 도입, 절대주의에서 공화주의로의 전환, 민족주의와 국가는 국민에게 속해야 하는 것, 하나의 통치자에게 속해야 하는 것이 아니라는 믿음 등 다양한 사회적 및 정치적 영향이 있었다. +또한 혁명 이후 직장은 모든 남성 입점자에게 열려 있었으며, 가장 야심찬 및 성공적인 사람들이 성공할 수 있도록 도와주었다. +그런데 군대에서도 계급이 계급이 아닌 칼라베르로 바뀌었습니다. +프랑스 혁명은 또한 다른 나라의 억압된 노동계 인민들에게 자신들의 혁명을 시작하도록 영감을 주었다. +무함마드는 일상적인 생활 이외의 문제에 깊은 관심을 갖고 있었습니다. 그 때문에, 그는 노르 산 (빛)에 위치한 동굴을 자주 방문했습니다. 이 동굴은 "히라"로 알려졌습니다. +무함마드의 정신적인 경향에 대해 매우 생생한 이미지를 제공하고 있는 동시에, 이 동굴은 시간의 흐름에도 잘 적응하고 있습니다. +메카의 북쪽에 있는 몇 개의 산 중 하나 위에 있는 동굴은 전 세계와 완전히 분리되어 있습니다. +실제로 존재한다는 것을 알고도 쉽게 찾을 수 없습니다. 동굴 안에서는 완벽한 고립각입니다. +외부에서 볼 수 없는 완벽하고 아름답게 보이는 하늘과 많은 주변의 산만 보이고 있습니다. 동굴 안에서는 이 세계의 많은 부분을 보거나 듣지 못합니다. +지자의 대피라미드는 오늘날에도 유일하게 남아 있는 7대 신기물 중의 하나입니다. +이집트인들이 기원전 3세기에 건립한 대피라미드는 죽은 파라오를 추모하기 위해 건립된 많은 피라미드 구조물 중 하나입니다. +기자 평원 또는 이집트의 죽음의 계곡에 있는 기자 평원에는 여러 개의 피라미드(최대 피라미드는 가장 크다)와 여러 개의 작은 무덤, 여러 개의 사원, 그리고 큰 스핑크스가 있습니다. +대피라미드는 파라오 쿠푸를 추모하기 위해 만들어졌으며, 많은 작은 피라미드, 무덤, 사원들은 쿠푸의 아내와 가족들을 추모하기 위해 건립되었다. +업 볼 마크는 V 모양처럼 보이고, 다운 볼 마크는 밑면이 없는 삼각형 모양처럼 보인다. +올랐다는 것은 판의 끝에서 시작하고 판을 끌어올려야 한다는 뜻입니다. 내려간다는 것은 판의 반대쪽에서 시작하고 판을 끌어내려야 한다는 뜻입니다. +보통 올려진 바이올린 소리는 부드러운 소리가 되고, 아래쪽으로 올려진 바이올린 소리는 강하고 강렬한 소리가 됩니다. +자유롭게 자신의 점수를 작성하십시오, 하지만 인쇄된 복음 점수는 음악적인 이유로 작성되었으므로 일반적으로 존중해야 합니다. +1789년 10월 6일, 루이 16세 국왕과 마리 안투아네트 여왕의 두 어린 자녀 (11살의 마리 테레즈와 4살의 루이 샤를)와 국왕의 여동생 엘리자베트 여공작은 시장의 여성들에 의해 베르사유로부터 파리로 쫓겨졌다. +그들은 코치에서 프랑스로 되돌아왔으며, 왕과 여왕에게 대항하는 야유와 위협으로 둘러싸여졌다. +그 집단의 사람들은 왕과 여왕의 코치 창을 넓게 열어야 했습니다. +어느 순간, 폭도들 가운데 한 사람은 베르사이유에서 죽은 왕실 경관의 머리를 앞에 있는 여왕 앞에 휘두르고 있었다. +미국 제국주의의 필리핀을 점령하기 위한 전쟁 지출은 필리핀 인민이 자신이 지불하였다. +그들은 필리핀 정부의 이름으로 발행된 채굴에 대한 이자를 지불하는 데 필요한 주요 비용의 대부분을 지불하는 동안 미국의 식민지 정부에 세금을 지불할 수 밖에 없었다. +물론, 필리핀 인민을 계속적으로 착취한 결과로 얻어진 초이익은 미국 제국주의의 기본적인 이익이 되었습니다. +템플러스를 이해하려면 템플러스를 창설하게 된 배경을 이해하는 것이 필요합니다. +이 사건이 발생한 연대는 일반적으로 고중세 시대로 알려져 있으며, 유럽의 역사에서 11, 12, 13세기(서기 1000-1300년)에 해당한다. +고중세 시대는 초기 중세 시대와 후기 중세 시대로 구분되어 있으며, 전통적으로 1500년 경에 끝난다. +기술 결정론은 실천에서 넓은 범주의 생각들을 포괄하는 용어로, 기술 추진 또는 기술적 법칙에서부터 기술에서 나타나는 법칙과 과학법칙과 관련된 기초 논리에 의해 인간의 운명이 지배되는 엄격한 의미까지 포괄하고 있습니다. +기술 결정론의 대부분의 해석들은 두 가지 일반적인 생각을 공유하고 있다: 기술 자체의 발달은 문화적 또는 정치적인 영향을 크게 넘어서는 경로를 따르고 있으며, 기술은 사회적으로 영향을 받지 않고 "영향"을 미치고 있다. +예를 들어, 자동차가 필연적으로 도로의 발달을 촉진한다고 말할 수 있습니다. +그러나 전국적인 도로 네트워크는 몇 대 차밖에 없는 경우에는 경제적으로 합리적이지 않기 때문에, 차 소유의 비용을 줄이기 위해 새로운 생산 방법이 개발되었습니다. +대량적인 차량 소유도 도로 교통 사고의 빈도가 증가함으로써 체육건강 분야의 새로운 기술의 발명에 이르고 있습니다. +로망티시즘은 고테, 피히테, 슈레겐베르트와 같은 작가들에서 문화 결정론적인 요소를 추출했다. +로망티시즘의 맥락에서 지리학은 개인을 형성했으며, 시간이 지나면서 지리학과 관련된 습관과 문화가 발생했으며, 이 습관과 문화는 사회의 장소에 맞추어진 것이었기 때문에 임의적으로 부과된 법률보다 더 좋았다. +파리는 현대 세계의 패션 수도로 알려져 있지만, 콘스탄티노폴리스는 중세 유럽의 패션 수도로 여겨졌다. +그것의 유명은 400년대에 시작되어 1100년대까지 지속되었다. +12 세기 동안 이 도시의 지위가 점점 떨어졌으며, 그 이유는 크루세이더들이 보다 가치가 높은 것으로 여겨졌던 실크와 향신료를 가지고 돌아왔기 때문이었다. +이 시기에 콘스탄티노폴리스에서 파리로 패션 수도의 이전이 진행되었다. +고딕 양식은 10-11세기와 14세기 사이에 절정을 맞았다. +초기에 옷은 동쪽의 비잔티엄 문화에 크게 영향을 받았습니다. +그러나 통신 채널이 느린 관계로 서양 스타일은 25년에서 30년 정도 지연될 수도 있습니다. +중세 말기에 서유럽에서는 자신들만의 스타일을 발달시켰습니다. 십자군의 결과로 생긴 가장 큰 발전 중의 하나로서, 옷을 당겨는 버튼을 사용하기 시작했습니다. +생존농업은 농민과 그 가족의 생존을 위해 충분한 식량을 생산하기 위해 진행되는 농업이다. +생존농업은 간단하고 종종 유기농업으로 이루어진 시스템입니다. 이 시스템은 생존농업 지역에서 자생하는 작물의 저장된 작물과 농작물 교대 또는 다른 간단한 기술을 사용하여 생산량을 최대화하는데 사용됩니다. +역사적으로 대부분의 농민들은 생존을 위한 농업에 참여했으며, 여러 개 발달 도중 나라에서는 여전히 그러한 경우가 많다. +문화적 하위문화는 사회적 기준에 의해 무시되고 있는 같은 생각을 가지고 있는 개인들을 모으고, 그들에게 정체성을 형성하는 기회를 주고 있습니다. +문화의 하위문화는 회원의 연령, 민족, 계급, 위치, 그리고/또는 성별에 따라 구별될 수 있습니다. +하위문화를 구분하는 특징은 언어적, 미학적, 종교적, 정치적, 성적, 지리적 또는 여러 가지 요소의 조합일 수 있습니다. +문화적 하위 집단의 회원들은 특징적이고 상징적인 스타일의 사용을 통해 그들의 회원으로서의 지위를 표시합니다. 이 스타일에는 패션, 동작, 언어 등이 포함되어 있습니다. +사회화의 중요성을 설명하는 가장 일반적인 방법 중 하나는 성장 과정에서 성인들의 무시, 불행 또는 의도적인 학대를 통해 성인들에 의해 사회화되지 않았던 어린이들의 몇 안 되는 비운 사례를 언급하는 것입니다. +이런 어린이들은 “야생”이라고 불리며, 일부 야생 어린이들은 사람들에게 갇혀 있었으며, 일부 야생 어린이들은 자신의 부모가 자신의 지적 또는 신체적 장애가 심각한 이유로 자신을 버려야 했기 때문에 버려졌다. +야생의 아이들은 버려진 이전에 심각한 아동학대 또는 트라우마를 겪었을 수도 있습니다. +또 다른 사람들은 동물들에게 양육되었다고 주장되고 있으며, 어떤 사람들은 알려지지 않은 곳에서 혼자 살았다고 전해진다. +완전히 동물들에게 양육되었을 때, 야수처럼 자라난 어린이는 물리적인 한계를 넘지 않고 동물들의 특정한 양육동물과 근본적으로 유사한 행동을 보이게 된다, 예를 들어 인간에 대한 두려움 또는 무관심. +프로젝트 중심의 학습은 학습을 쉬운하고 재미있게 하는 것으로 설계되었지만, 스캔들링은 이를 한 단계 더 넘어가는 것으로 설계되었습니다. +스케일링은 배우는 방법이 아니라 새로운 학습 경험을 하는 개인들에게 도움을 줄 수 있는 도구입니다. 새로운 컴퓨터 프로그램을 사용하거나 새로운 프로젝트를 시작하는 개인들에게 도움을 줄 수 있습니다. +스케일드는 실질적인 것과 가상적인 것이 모두 있습니다. 즉, 교사는 스케일드의 한 형태이지만, 마이크로소프트 오피스의 작은 페이지 클립 남자도 스케일드의 한 형태입니다. +가상 스케일드는 소프트웨어에 내부화되어 있으며, 학생이 단독으로 처리하기 어려운 절차를 질문하고, 설명하는 목적으로 설계되었습니다. +아동들은 양양 다양한 이유로 양양 다양한 상황에서 양양 다양한 이유로 양양 다양한 이유로 양양 다양한 이유로 양양 다양한 이유로 양양 다양한 이유로 양양 다양한 이유로 양양 다양한 이유로 양양 다양한 이유로 양양 다양한 이유로 양양 다양한 이유로 양양 다양한 이유로 양양 다양한 이유로 양양 다양한 이유로 양양 다양한 이유로 양양 다양한 이유로 양양 다양한 이유로 양양 다양한 이유로 양양 다양한 이유로 양양 다양한 이유로 양양 다양한 이유로 양양 다양한 이유로 양양 다양한 이유로 양양 다양한 이유로 양양 다양한 이유로 양양 다양한 이유로 양양 다양한 이유로 양양 다양한 이유로 양양 다양 +어린이는 언제나 성장할 수 있어야 한다, 하지만 그렇지 않은 환경에서 성장하는 어린이들은 있다. +이 어린이들에게 안전 지역으로 보이는 양육 체계를 인식하고 있습니다. +우리의 양치기 체계는 안전한 집, 사랑스러운 양치기, 안정적인 교육, 신뢰할 수 있는 건강관리를 제공하는 것으로 설계되었습니다. +양육은 앞으로 양육되었던 집에서 부족했던 모든 필요품을 제공하는 것으로 설계되었습니다. +인터넷은 집단 통신과 개인 통신의 요소를 결합하고 있습니다. +인터넷의 특징적인 특성으로 인해 이용과 만족의 접근에서 추가적인 차원이 생겨난다. +예를 들어, "학습"과 "사회화"는 인터넷 이용의 중요한 동기로 제시되었습니다 (제임스 등, 1995). +1998년 Eighmey와 McCord가 웹사이트에 대한 관객의 반응을 조사할 때, "개인적인 참여"와 "지속적인 관계"도 새로운 동기 요소로 식별되었다. +동영상 기록의 이용으로 마이크로 표정의 해석에서 중요한 발견을 이루었습니다. 마이크로 표정은 몇 밀리초 동안 지속되는 얼굴의 움직입니다. +특히, 마이크로 표정을 올바르게 해석하여 사람이 거짓말을 하고 있는지 확인할 수 있다고 주장한다. +올리버 사크스는 그의 논문 《대통령의 연설》에서 뇌 손상으로 인해 언어를 이해할 수 없는 사람들은 진실을 정확하게 평가할 수 있다는 것을 나타냈다. +그러한 인간의 행동을 해석하는 능력은 애완견과 같은 동물들에게도 공유될 수 있을 수도 있다고 제안한다. +20세기 연구 결과에 따르면, 유전적 다양성은 숨겨진 유전적 다양성과 표현된 유전적 다양성으로 구분됩니다. +변이에 의해 새로운 유전학적 다양성이 추가되고, 선택에 의해 표현되는 다양성의 풀에서 제거됩니다. +분화와 재복합은 각 세대에 따라 두 개의 풀 간에 변이의 위치를 바꾼다. +야생에서, 인간과 같은 배추 체계를 가지고 있는 원생동물들은 식물 자원에서 필요한 아미노산의 필요량을 충족시키는데 어려움을 갖고 있습니다. +또한, 그러지 않으면 심각한 결과가 발생합니다: 성장 약화, 영양 부족, 그리고 최종적으로는 죽음입니다. +가장 빠르게 접근 가능한 식물 자원은 잎과 콩과의 단백질이었을 것으로 추측되지만, 우리와 같은 원반류 동물들에게는 불가능하다. +반면, 동물성 식품(파리, 토료기, 알)은 쉽게 소화되며, 모든 필수 아미노산을 포함하고 있는 고 양의 단백질을 제공합니다. +전체적으로 볼 때, 우리 자신의 조상들이 현재처럼 야생에서 생활하는 침팬과 같은 방법으로 "프로테인 문제"를 해결했을 수도 없습니다. +잠시만 지속되는 잠시만 지속되는 잠시만 지속되는 잠시만 지속되는 잠시만 지속되는 잠시만 지속되는 잠시만 지속되는 잠시만 지속되는 잠시만 지속되는 잠시만 지속되는 잠시만 지속되는 잠시만 지속되는 잠시만 지속되는 잠시만 지속되는 잠시만 지속되는 잠시만 지속되는 잠시만 지속되는 잠시만 지속되는 잠시만 지속되는 잠시만 지속되는 잠시만 지속되는 잠시만 지속되는 잠시만 지속되는 잠시만 지속되는 잠시만 지속되는 잠시만 지속되는 잠시만 지속되는 잠시만 지속되는 잠시만 지속되는 잠시만 지속되는 잠시만 지속되는 잠시만 지속되는 잠시만 지속되는 잠시만 지속되는 �� +이를 쉽게 수행할 수 있는 방법은, 일반적으로 조용한 알람 시계를 사용하여, 완전히 깨어나지 않고 깨어나게 하는 것입니다. +만약 잠에서 시간을 다시 설정하는 것을 발견하게 되었다면, 시간을 다시 설정하기 위해 침실에서 벗어나야 하는 상황이 발생할 수 있습니다. 따라서 시간을 다시 설정하기 위해 침실에서 벗어나야 하는 상황이 발생하지 않도록, 시간을 다시 설정하기 위해 침실에서 벗어나야 하는 상황이 발생하지 않도록, 시간을 다시 설정하기 위해 침실에서 벗어나야 하는 상황이 발생하지 않도록, 시간을 다시 설정하기 위해 침실에서 벗어나야 하는 상황이 발생하지 않도록, 시간을 다시 설정하기 위해 침실에서 벗어나야 하는 상황이 발생하지 않도록, 시간을 다시 설정하기 위해 침실에서 벗어나야 하는 상황이 발생하지 않도록, 시 +또 다른 생리량 기반의 옵션으로는, 잠시 전에 많은 액체를 먹는 것(특히 물과 차, 잘 알려진 배수제)이 있습니다. +한 사람이 가지고 있는 내면의 평안함의 수준은 체적 및 정신적인 긴장의 수준과 반대적으로 관계가 있습니다. +압력이 더 낮으면 생명의 힘이 더 좋아질 것입니다. 모든 사람은 완벽한 평안과 만족을 찾을 수 있는 가능성을 가지고 있습니다. +모든 사람이 깨달을 수 있습니다. 이 목표를 실현하는 유일한 장애물은 우리 자신의 긴장과 부정적인 태도입니다. +티베트 불교는 부처의 가르침에 기초를 두고 있지만, 인도의 요가에서 많은 기술을 도입하여 확장되었습니다. +철학적으로 티베트 불교는 매우 간단합니다. 그것은 쿠날라니 요가, 수행과 전체적인 사랑의 길로 구성되어 있습니다. +쿠란티 요가에서 쿠란티 에너지 (깨달음 에너지)는 요가 포지션, 호흡 운동, 맹트라와 시각화를 통해 깨어나게 됩니다. +티베트 메디테이션의 중심은 여신 요가다. 여러 여신의 시점화를 통해 에너지 채널이 청소되고 차크라가 활성화되며 깨달음의 감각이 생겨난다. +제2차 세계 대전에서 독일은 공통의 적이었으며, 이로 인해 소련과 미국 간의 협력이 이루어졌다. 전쟁의 종료 이후, 체계적, 과정적, 문화적인 충돌으로 국가 간의 관계가 악화되었다. +전쟁이 끝난 두 년 후, 전 동맹국은 적이 되었고 추적 전쟁이 시작되었다. +이 전쟁은 다음 40년 동안 진행되었으며, 아프리카부터 아시아까지 전장에서 실질적으로 벌어진 전쟁이었으며, 아프가니스탄, 쿠바, 그리고 많은 다른 곳에서도 벌어진 전쟁이었다. +1939년 9월 17일까지 폴란드의 방어는 이미 붕괴되었으며, 유일한 희망은 후퇴하여 루마니아의 교두보에서 재조직하는 것이었다. +그러나 이 계획들은 거의 한 밤 만에 무효화되었다. 소련의 붉은 군대 80만 명이 폴란드의 동부 지역을 침략하였으며, 리가 평화 조약, 소련-폴란드 비공격 조약, 그리고 다른 국제 조약에 따르지 않았기 때문에 벨라루시아와 우크라이나 전선을 설치하였다. +선박을 이용하여 물품을 운송하는 것은 바다를 건너 큰 양의 사람과 물품을 이동하는 가장 효율적인 방법입니다. +해군의 일반적인 임무는 국가가 국민과 상품을 이동하는 능력을 유지하는 동시에 적국의 국민과 상품을 이동하는 능력을 방해하는 것입니다. +최근에 가장 중요한 예로서 제2차 세계 대전 북대서양 캠페인을 들 수 있습니다. 미국은 북대서양을 통해 영국에 도움을 줄 목적으로 병력과 물자를 이동하려고 시도했습니다. +동시에, 독일 해군은 주로 잠수함을 이용하여 이 교통을 차단하려고 시도하고 있었다. +연합군이 실패하지 않았다면, 독일은 유럽 전체를 점령한 상태에서 영국을 점령할 수 있었을 것으로 추측됩니다. +염소는 약 1만년 전에 이란의 자그로스 산맥에서 처음으로 양육되었던 것으로 추측된다. +옛날에 문화와 부족들은 그것들을 쉽게 얻을 수 있도록 보관하기 시작했습니다. +국내의 양은 일반적으로 언덕이나 다른 목초지에서 무리를 이루고 있었으며, 자주 어린이나 청소년들이 관리하고 있었다. 이 방법은 오늘날에도 여전히 사용되고 있다. +워간웨이는 16세기부터 영국에서 건설되었다. +와건웨이는 단순한 목재 판으로 구성되어 있었지만, 이 목재 판을 끌고 있는 말들이 더 빠르게 움직일 수 있으며 더 큰 무게를 끌고 있을 수 있었다. +철도를 고정하기 위해 철근이 초기에 도입되었습니다. 그러나 점차적으로 발견되었습니다, 철근이 위에 있으면 철도가 더 효율적일 수 있다는 것입니다. +이 방법은 일반적인 방법이 되었지만, 철제 차륜은 목재 차륜에 더 많은 손상을 입혔다. +결국, 목재 바퀴는 철 바퀴로 대체되었습니다. 1767년, 첫 철제 철도 바퀴가 도입되었습니다. +첫 번째로 알려진 운송 수단은 걷기였습니다. 200만 년 전에 호모 에렉투스 (직류인)가 등장하면서 인간들은 직류로 걷기 시작했습니다. +그들의 선조인 오스트랄로피테크스는 일반적으로 직렬하게 걷지 않았다. +사하라누스푸스는 700만년 전부터 두 발로 걷고 있었을 수도 있지만, 420만년 전부터 390만년 전까지 있었던 오스트로푸스의 화석에서 두 발로 걷는 특징이 발견되었다. +우리는 환경에 친화적인 생활을 시작할 수 있으며, 환경 운동에 참여할 수 있으며, 어느 정도의 미래의 고통을 줄이기 위해 활동가가 될 수도 있습니다. +이것은 많은 경우의 증상적 치료와 같습니다. 그러나 만약 임시적인 해결책을 원하지 않는다면, 문제의 원인을 찾아야 하며, 이를 비활성화해야 합니다. +인간의 과학적 및 기술적 발달으로 세계가 많이 변화되었고, 인구 증가와 인간의 낭비적인 생활양식으로 문제가 더 심해졌다는 것은 당연한 것입니다. +의회가 7월 4일에 채택한 이후, 의회 의장인 존 한코크와 찰스 톰슨이 서명한 손으로 쓴 초안이 몇 블록 떨어진 존 댈래프의 인쇄실로 보내졌다. +밤에 150~200 본을 만들었으며, 지금은 "던래프 브로드사이드"로 알려져 있습니다. +첫 공개 독서는 7월 8일 독립기념탑 앞에서 존 니크슨에 의해 진행되었다. +그 중 하나는 7월 6일에 조지 워싱턴에게 보내졌으며, 7월 9일에 뉴욕에서 그의 부대에게 읽혔다. 복사본은 8월 10일에 런던에 도착했다. +25개의 던래프 포스터가 알려진 존재하고 있으며, 이는 문서의 가장 오래된 존재하고 있는 복사본입니다. 원래 손으로 쓴 복사본은 존재하지 않습니다. +오늘날 많은 고생물학자들은 하나 그룹의 공룡들이 살아남았으며 지금도 살아 있다고 생각하고 있습니다. 그들을 새라고 부르며 있습니다. +많은 사람들은 그들을 공룡으로 생각하지 않는데, 그들은 날개를 가지고 있으며 날개로 날 수 있기 때문이다. +그러나 여러 새들은 아직도 공룡처럼 생긴 것들이 있습니다. +그들은 갑옷과 발톱을 가지고 있으며, 알을 낳으며, 두 개의 뒷발을 이용하여 T-Rex처럼 움직이는 것으로 알려져 있습니다. +오늘날 사용되고 있는 대부분의 컴퓨터는 베이지널 수의 형태로 코딩된 정보를 이용하여 작동하고 있습니다. +이진수는 0 또는 1의 두 가지 값을 가질 수 있으며, 이 두 가지 값을 이진수 또는 비트라고 부르는데, 컴퓨터 용어로는 비트라고 부른다. +내부 중독은 즉시 발견되지 않을 수도 있습니다. 즉시 진단을 할 수 없는 이유로 즉시 발견되지 않을 수도 있습니다. 즉시 진단을 할 수 없는 이유로 즉시 발견되지 않을 수도 있습니다. 즉시 진단을 할 수 없는 이유로 즉시 발견되지 않을 수도 있습니다. 즉시 진단을 할 수 없는 이유로 즉시 발견되지 않을 수도 있습니다. 즉시 진단을 할 수 없는 이유로 즉시 발견되지 않을 수도 있습니다. 즉시 진단을 할 수 없는 이유로 즉시 발견되지 않을 수도 있습니다. 즉시 진단을 할 수 없는 이유로 즉시 발견되지 않을 수도 있습니다. 즉시 진단을 할 수 없는 이유로 즉시 발견되지 않을 수도 있습니다. +내부 중독의 가장 직관적인 증거는 약물 또는 유해 가정 화학 제품의 열려진 컨테이너가 있는 것일 수도 있습니다. +해당 중독물에 대한 구체적인 처치 지침을 레이블에서 확인하십시오. +이 곤충들에 대해 엔토모로지스트들은 형식적인 의미에서 벌레라는 용어를 사용합니다. +이 용어는 옛날부터 사람을 기생하는 벼룩에 대해 잘 알려져 있었기 때문에 유래되었습니다. +암살형 절지동물과 잠자리 절지동물은 모두 절지동물이며, 절지동물은 절지동물의 둥지나 집에서 생활하는데 적응되었습니다. +미국 전체에서, 알려진 멀티플 스크럼 증후군(MS) 환자는 약 40만 명에 이릅니다. 이 증후군은 젊은 성인과 중년 성인에서 가장 흔한 신경학적 질환입니다. +MS는 중추신경계에 영향을 미치는 질환입니다. 뇌, 척수신경과 시각신경으로 구성되어 있습니다. +연구 결과에 따르면, 여성은 남성보다 두 배 더 가능성이 있습니다. +부부는 자신이나 자신의 자녀의 이익에 맞지 않는다고 판단할 수도 있습니다. +이 부부들은 자신의 아이에 대해 입양 계획을 세우는 것을 선택할 수 있습니다. +입양 과정에서 출생 부모는 자신의 양육권을 포기하여 다른 부부가 자신의 자녀를 양육할 수 있도록 한다. +과학의 주요 목적은 과학적 방법을 통해 세계가 작동하는 방법을 파악하는 것입니다. 이 방법은 실질적으로 대부분의 과학적 연구를 지도하고 있습니다. +그러나 실험은 아니라, 실험은 가능한 가설을 제거하기 위해 사용되는 테스트로, 질문과 관측도 과학적 연구에 도움을 준다. +천문학자와 철학자들은 고대의 문헌과 특히 라틴어로 된 성서에 집중했다. +아리스토텔의 모든 과학 분야에 대한 입장이 받아들여졌으며, 그 중에서도 심리학에 대한 입장도 포함되었다. +그리스의 지식이 점점 약화되었을 때, 서부 세계는 그리스 철학과 과학적인 뿌리를 끊어냈다. +많은 사람들은 생물학적 시계를 통해 생성되는 내부 주기의 존재와 그 주기에 따른 생물학적 및 행동적 루틴의 중요한 의존 관계를 관찰했다. +대부분의 생물체, 특히 균계동물, 식물, 동물에서 발견되었으며 단순한 외부 주기적 자극에 대한 반응이 아니라는 것으로 기록되었습니다. +생물학적 시계는 외부 정보가 없는 상황에서도 자발적으로 반복되는 운동을 계속하는 자율적인 운동자로 구성되어 있습니다. +헤어시와 체이스의 실험은 DNA가 유전학적 물질임을 지지하는 가장 큰 제안 중 하나였다. +헤어시와 체이스는 바이러스를 이용하여 자신들의 DNA를 세균에 삽입하였다. +그들은 두 가지 실험을 진행하였습니다. 첫 번째 실험에서는 바이러스의 DNA를 방사성 포도당으로 표시하였고, 두 번째 실험에서는 바이러스의 단백질을 방사성 염소로 표시하였습니다. +변이는 변이의 종류에 따라 다양한 영향을 미칠 수 있으며, 영향을 받은 유전 물질의 중요성과 영향을 받은 세포가 세대 세포인지 아니면 아닌에 따라 영향을 미칠 수 있습니다. +유전적 변화는 유전적인 세포에만 전달될 수 있으며, 그 외의 세포에서 발생한 유전적 변화는 세포의 사멸 또는 암반을 일으킬 수 있습니다. +생태관광은 야생식물과 동물을 포함한 자연 풍경을 즐기기 위해 자연 지역을 방문하는 관광객들을 끌어들이고 있다. +현장 활동의 예시로는 사냥, 어업, 촬영, 새 관찰, 공원 찾기 및 생태계 정보 찾기 등이 있습니다. +예를 들면 보르네오에서 오랑우탕을 찾아보고 찍고 배워는 것이 좋은 예시입니다. +매일 아침, 작은 마을에서 출퇴근하는 사람들은 자동차를 타고 출퇴근하며, 출퇴근하는 곳과 같은 곳으로 출퇴근하는 사람들에게 지나간다. +이 동적인 교통 셔틀버스에서 모든 사람들은 어떤 연결되고 있으며 개인 차량을 기반으로 한 교통 시스템을 지지하고 있습니다. +과학적으로 볼 때, 이 초대형 탄소 경제는 인간의 진화를 지지해 온 두 백만 년 동안 지속되어 온 안정적인 상태 중의 하나를 떨어뜨려 놓았 것으로 밝혀졌다. +모든 사람이 사회에 참여하고 교통 시스템을 이용하고 있습니다. 대부분의 사람들이 교통 시스템에 불만을 가지고 있습니다. +발달된 국가에서는 물 질 또는 다리가 붕괴되는 것에 대한 비슷한 수준의 불만이 드물다. +운송 시스템이 이렇게 많은 항의를 불러일으키고 일상적으로 실패하는 이유는 무엇일까? 운송 공학자들은 단순히 능력이 부족한 것일까? 또는 더 기본적인 문제가 발생하고 있는 것일까? +교통 흐름은 개인 운전자와 차량의 두 지점 사이의 운동을 연구하며, 그들 간의 상호 작용을 연구한다. +불행하게도, 교통 흐름을 연구하는 것은 운전자의 행동을 정확하게 예측할 수 없기 때문에 어렵습니다. +幸运하게 운전자들은 일반적으로 합리적인 범위 내에서 행동하므로, 교통 흐름은 일반적으로 합리적인 일관성을 가지고 있으며, 수학적으로 대략적으로 나타낼 수 있습니다. +교통의 흐름을 더 잘 나타내기 위해, 3개의 주요 특징 간의 관계가 설정되었습니다: (1) 흐름, (2) 밀도, (3) 속도. +이 관계는 도로 시설의 계획, 설계, 운영에 도움을 줍니다. +곤충은 처음으로 공중으로 올랐습니다. 그들의 비행 능력은 적을 더 쉽게 피하고 더 효율적으로 먹이와 동료를 찾는데 도움을 주었습니다. +거의 모든 곤충들은 몸에 맞추어 날개를 닫을 수 있는 장점을 가지고 있습니다. +이것은 잡식동물들에게 더 넓은 범위의 작은 숨겐 장소를 제공한다. +오늘날, 완전히 날개를 닫을 수 없는 곤충은 드래곤파충과 잠깐파충밖에 없습니다. +수천 년 전, 아리스토크는 태양을 중심으로 운동하는 태양계가 있다고 말했습니다. +일부 사람들은 그가 옳다고 생각했지만, 많은 사람들은 반대의 생각을 가지고 있었다; 태양계는 지구를 중심으로 회전하고 있으며, 태양과 다른 별도 포함되어 있다고 생각했다. +지구가 움직이고 있는 것처럼 느끼는 것 같지 않습니까? 이것은 합리적입니다. +아마존강은 지구에서 두 번째로 긴 강과 가장 큰 강으로, 두 번째로 큰 강보다 8배 이상의 물을 수송한다. +아마존 강은 또한 지구에서 가장 넓은 강으로, 때때로 6 마일 이상 넓이를 가지고 있습니다. +지구의 강에서 바다로 흘러나오는 모든 물의 20%가 아마존강에서 나오는 물이었다. +주요 아마존 강은 6,387 킬로미터 (3,980 마일)에 이릅니다. 수천개의 작은 강에서 물을 수집하고 있습니다. +고대왕국의 끝까지 돌로 만든 피라미드의 건축이 계속되었지만, 기자의 피라미드는 크기와 건축의 기술적 수준에서 절대적으로 뛰어난 건축물이었다. +신왕국의 고대 이집트인들은 그들의 선조들이 만든 유적들에 놀랐습니다. 당시 유적들은 1000년 이상이 되었습니다. +바티칸 시국의 인구는 약 800명으로, 세계에서 가장 작은 독립국과 인구가 가장 적은 나라이다. +바티칸 시국은 법령과 공식 통신에서 이탈리아어를 사용한다. +이탈리아어는 국가에서 일하는 대부분의 사람들이 일상적으로 사용하는 언어이며, 라틴어는 종교적인 의식에서 많이 사용됩니다. +바티칸시의 모든 시민은 로마 가톨릭교도이다. +예전부터 금, 은, 동과 같은 기본적인 화학 원소를 알고 있으며, 이 원소들은 모두 자연에서 원래의 형태로 발견될 수 있으며, 원시적인 도구를 이용하여 쉽게 채굴할 수 있다는 것을 알고 있었다. +철학자 아리스토텔은 모든 것은 네 가지 원소 중 하나 이상의 혼합물로 구성되어 있다고 추측했습니다. 그것들은 땅, 물, 공기, 그리고 불이었습니다. +이것은 물질의 네 가지 상태 (순서대로): 고체, 액체, 기체, 플라스마처럼 더 많이 닮았지만, 그는 또한 이 물질들은 새로운 물질로 변화하여 우리가 보고 있는 것들을 형성하고 있다고 추측하였다. +합금은 기본적으로 두 개 이상의 금속으로 이루어진 혼합물입니다. 순위표에는 많은 원소가 있습니다. +칼슘과 나트륨과 같은 원소들은 금속으로 취급됩니다. 물론, 은과 금과 같은 금속도 있습니다. +또한 탄소와 같은 비금속 성분을 포함하고 있는 약간 양의 합금도 있습니다. +우주의 모든 것은 물질로 구성되어 있습니다. 모든 물질은 원자라고 불리는 작은 입자로 구성되어 있습니다. +원자는 매우 작은 크기로, 이 문장의 마지막 기호 안에 천문학적으로 많은 수의 원자가 들어갈 수 있습니다. +이 때문에 펜실은 많은 사람들에게 좋은 친구가 되었습니다. +슬픈 사실로, 새로운 쓰기 방법이 등장하면서, 새로운 쓰기 방법이 등장하면서 새로운 쓰기 방법이 등장하면서 새로운 쓰기 방법이 등장하면서 새로운 쓰기 방법이 등장하면서 새로운 쓰기 방법이 등장하면서 새로운 쓰기 방법이 등장하면서 새로운 쓰기 방법이 등장하면서 새로운 쓰기 방법이 등장하면서 새로운 쓰기 방법이 등장하면서 새로운 쓰기 방법이 등장하면서 새로운 쓰기 방법이 등장하면서 새로운 쓰기 방법이 등장하면서 새로운 쓰기 방법이 등장하면서 새로운 쓰기 방법이 등장하면서 새로운 쓰기 방법이 등장하면서 새로운 쓰기 방법이 등장하면서 새로운 쓰기 방법이 등장하면서 새로운 쓰 +현재 사람들은 컴퓨터 화면에 메시지를 작성하며, 삼각형 편집기에 가까워져야 할 필요도 없습니다. +새로운 것이 나올 때 키보드는 무엇으로 변형될 것일까? +분열 폭탄은 많은 프로토늄과 뉴토늄으로 구성된 원자핵을 만들기 위해서 에너지가 필요하기 때문에 작동하는 원리를 가지고 있습니다. +어느 것처럼 무거운 카트를 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언데드 언 +일부 원자들은 불안정한 원자핵을 가지고 있으며, 이러한 원자들은 약간 또는 전혀 야기하지 않고도 분해될 경향이 있습니다. +달의 표면은 암석과 먼지로 구성되어 있습니다. 달의 외곽 부분은 지각이라고 불립니다. +지구의 근처 면에서는 지각이 약 70 km 두께, 반대 면에서는 약 100 km 두께입니다. +마리아 아래에는 두께가 얇고, 고지대 아래에는 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 두께가 ���� +지긴쪽에 더 많은 마리아가 있을 수도 있습니다. 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 지긴쪽 +컨텐츠 이론은 사람들에게 어떠한 영향을 미치거나 그들에게 어떠한 매력을 미치는 것을 발굴하는 것을 중심으로 진행됩니다. +이러한 이론은 어른으로 성숙하는 과정에서 내적으로 받아들여진 특정한 필요와/또는 욕구를 가지고 있다고 제시한다. +이러한 이론들은 어떤 사람들이 그들이 하는 것을 하고 하지 않는 것을 하는 것에 대해 생각하고 있으며, 그들의 환경에서 어떤 것들이 그들이 하고 하지 않는 것에 대해 생각하고 있습니다. +두 가지 인기 있는 콘텐츠 이론은 마스로의 필요 순위 이론과 헤르츠베그의 두 가지 요인 이론이다. +일반적으로 관리자들이 과거의 동료들을 이끄기 시작하면 두 가지 행동이 발생합니다. 하나는 관리자들이 "그 중의 한 사람" (또는 여성)으로 남아있는 것을 시도하는 것입니다. +이 유형의 매니저들은 인기 없는 결정을 내는 것, 징계 조치를 실시하는 것, 성과 평가를 하는 것, 책임을 분배하는 것, 그리고 책임을 부과하는 것에 어려움을 갖고 있습니다. +또 다른 끝에서는 팀이 하고 있는 모든 것을 바꾸어야 하고 자신의 것으로 만들어야 한다고 느낀다. +그런데, 최종적으로 팀의 성과와 실패는 리더가 책임을 지고 있습니다. +이러한 행동은 리더와 팀의 나머지 멤버들 간의 갈등을 불러일으키는 경우가 많습니다. +가상 팀은 일반적인 팀과 동일한 수준의 우수성을 요구받지만, 작은 차이가 있습니다. +가상 팀 멤버들은 일반적으로 그들의 직접적인 물리적 그룹의 접접점으로 기능합니다. +그들은 일반적인 팀 멤버보다 더 많은 자치권을 가지고 있으며, 그들의 팀은 다양한 시간대에 모집할 수 있기 때문에 지역 관리자에게 이해되지 않을 수도 있습니다. +실질적인 "눈에 보이지 않는 팀" (Larson and LaFasto, 1989, p109)의 존재도 가상 팀의 고유한 구성 요소입니다. +숨겨진 팀은 각 멤버가 보고하는 관리 팀입니다. 숨겨진 팀은 각 멤버의 기준을 설정합니다. +왜 조직이 학습 조직을 설립하는 시간이 오래 걸리는 과정을 거쳐야 하는가? 조직 학습 개념을 실천하는 목적 중 하나는 혁신이다. +모든 사용 가능한 리소스가 기업의 기능 부서에서 효과적으로 사용될 때, 창의적인 아이디어와 독창적인 아이디어가 나타날 수 있습니다. +결과적으로 조직의 협력으로 문제를 해결하는 과정은 고객의 필요에 맞춘 새로운 창의적인 과정으로 이어질 수 있습니다. +조직이 창의적으로 발전할 수 있으려면, 지도자는 공유 지식과 조직 학습 외에도 창의 문화를 창출해야 한다. +앤젤(2006)은 Continuum의 접근법을 기업이 성과를 높이기 위해 사용하는 방법으로 설명합니다. +신경학적 데이터는 인지 연구에 대한 이론적 접근에 대한 물리적 증거를 제공합니다. 때문에 연구 영역을 축소하고 더 정확하게 됩니다. +뇌 질환과 행동의 상관관계는 과학자들의 연구에 도움을 준다. +오랫동안 알려져 왔습니다, 다양한 뇌 손상, 충격, 손상, 그리고 종양은 행동에 영향을 미치고 일부 정신적 기능에 변화를 일으킬 수 있습니다. +새로운 기술의 발달으로 뇌의 구조와 과정을 처음으로 볼 수 있게 되었습니다. +이는 우리에게 많은 정보와 물질을 제공하여 우리의 뇌에서 발생하는 과정을 이해하는데 도움을 줍니다. +AI는 과학 소설에 강한 연관성을 가지고 있지만, AI는 컴퓨터 과학의 매우 중요한 분야로서 기계의 행동, 학습 및 인공 적응을 다루고 있습니다. +AI 연구는 지능적인 행동이 필요한 작업을 자동화하는 기계를 만드는 연구이다. +예시로는 컨트롤, 계획 및 예약, 고객의 진단 및 질문에 대한 답변 능력, 그리고 손으로 쓰기, 목소리 및 얼굴을 인식하는 능력이 포함됩니다. +이런 것들은 현실적인 문제를 해결하기 위한 해결책을 제공하는 독립된 분야로 발전했습니다. +AI 시스템은 현재 경제, 의학, 공학 및 군사 분야에서 많이 이용되고 있으며, 여러 가정용 컴퓨터 및 비디오 게임 소프트웨어 애플리케이션에서 구축되었다. +실습은 모든 교실에서 큰 부분을 차지하고 있습니다. 많은 경우 교사들은 버스를 이용할 수 없는 장소에 자신의 학생들을 데리고 싶어하고 있습니다. +기술은 가상 출장을 통해 해결책을 제공하고 있습니다. 학생들은 박물관의 유물을 보거나 어린이 수영장을 찾을 수 있으며, 친구들과 함께 아름다운 예술품을 보며 시간을 보낼 수 있습니다. +온라인으로 출장 경험을 공유하는 것도 출장 경험을 반영하고 미래의 수업에서 경험을 공유하는 좋은 방법이 될 수 있습니다. +예를 들어, 노스캐롤라이나의 베넷 스쿨의 학생들은 매년 주 수도를 찾는 여행을 기념하는 웹사이트를 설계하고, 웹사이트는 매년 리모델링되지만, 이전 버전은 책상으로 남아 있으며 온라인으로 제공됩니다. +블로그도 학생들의 작문을 개선하는데 도움을 줄 수 있습니다. 학생들은 일반적으로 블로그 체험을 시작하기 위해 문법과 철자 오류가 많은 글을 작성하는 경우가 많습니다, 하지만 관리자의 존재는 이러한 문제를 일반적으로 해결합니다. +학생들이 가장 비판적이기 때문에 블로그 작가들은 비판을 피하기 위해 작문을 개선하기 시작한다. +또한 블로그는 "학생들을 자신 주변의 세계에 대해 더 현명하게 되도록 압출한다." 관객의 관심을 충족시키기 위해 학생들은 현명하고 재미있는 것으로 발달하게 된다 (토토, 2004). +블로그는 콜라보레이션을 장려하고 학생들에게 전통적인 수업 시간 이상으로 학습을 장려하도록 장려하는 도구입니다. +블로그의 적절한 사용은 학생들이 더 분석적이고 비판적으로 발달하는데 도움을 줄 수 있으며, 인터넷 자료에 대해 활동적으로 반응하면 학생들은 다른 사람들의 저작물에서 자신의 위치를 정의하고 특정 문제에 대해 자신의 관점을 설명하는데 도움을 줄 수 있습니다 (Oravec, 2002). +옵타와는 캐나다의 매력적인 이중언어 수도이며, 캐나다의 과거와 현재를 보여주는 다양한 미술갤러리와 박물관이 있습니다. +남쪽으로 더 먼 곳에는 나이아가라 폭포가 있고, 북쪽으로는 무스코가와 그 이상의 천연의 아름다움이 있습니다. +이 모든 것과 더 많은 것들은 외부인들에 의해 캐나다의 본질적인 특징으로 간주되고 있는 온타리오를 강조하고 있습니다. +북쪽으로 더 높은 지역은 상당히 인구가 적으며, 일부 지역은 거의 무인도로 여겨질 수 있습니다. +많은 사람들을 놀라게 하는 인구 비교: 미국에 거주하는 아프리카계 미국인이 캐나다 시민보다 더 많다. +동아프리카 섬은 인도양 동부 해안에 위치해 있습니다. +마다가스카는 확실히 가장 크고, 야생동물에 대해서는 독립된 대륙입니다. +대부분의 작은 섬들은 독립 국가이거나 프랑스와 연계되어 있으며, 고급 해변 리조트로 알려져 있습니다. +아랍인들은 또한 이슬람을 땅으로 가져왔으며, 코모로스와 마요트에서 큰 영향을 미쳤다. +유럽의 영향력과 식민지 시대는 15세기부터 시작되었습니다. 포르투갈의 탐험가 바스코 다 가마는 유럽에서 인도로 이어지는 카페 루트를 발견하였습니다. +북쪽으로는 사하라 사막, 남쪽과 서쪽으로는 대서양으로 경계를 이루고 있습니다. +여성: 실제 결혼 상태와 관계없이 여행하는 모든 여성들에게 결혼 여부를 밝혀주는 것이 추천됩니다. +또한 반지락을 착용하는 것도 도움이 될 수 있습니다 (그냥 지나치게 비싼 반지락은 착용하지 마십시오. +여성들은 문화적인 차이로 인해 자신이 착각으로 생각하는 성희록이 발생할 수 있다는 것을 알아야 한다. 추적당하고, 팔을 잡히고 같은 경우도 드물지 않습니다. +남자들에게 거절을 강하게 해야 한다 (문화적 차이가 있더라도, 그것은 허락되지 않습니다!). +현대의 카사블랑카 도시는 10세기 기원전에 베르베르 어부들에 의해 설립되었으며, 포이니키아인들, 로마인들, 그리고 메렌 왕조에 의해 전략적인 항만으로 이용되었습니다. +포르투갈인들은 이 건물을 파괴하고 재건하였으며 이름을 Casa Branca로 바꾸었으나, 1755년에 발생한 지진으로 이 건물을 버렸다. +모로코의 술탄은 도시를 다루 알 바디아로 재건하였으며, 스페인의 상인들이 그곳에 무역 기지를 설치하였기 때문에 이 도시는 카사블랑카라라는 이름을 받았습니다. +카사블랑카는 모로코에서 가장 적게 재미있는 쇼핑 장소 중 하나입니다. +오래된 메디나 주변에서는 전통적인 모로코 상품을 판매하는 장소가 쉽게 찾아볼 수 있지만, 모두 관광객들을 위해 준비되었습니다. +고마는 콩고 민주 공화국의 동쪽에 있는 관광도시로, 르완다와 가까운 곳에 위치해 있습니다. +2002년, 고마는 니라고고 화산의 분충물에 의해 파괴되었으며, 특히 도시의 중심부를 포함하여 도시의 대부분의 도로가 파괴되었다. +고마는 합리적으로 안전하지만, 고마 이외의 지역을 방문하는 것은 북부 키부 주에서 지속되고 있는 전쟁의 상황을 이해하기 위해 연구해야 한다. +이 도시는 또한 아프리카에서 가장 저렴한 산맥 고릴라 추적을 할 때 니라고노 화산을 등반하는 기점으로 알려져 있습니다. +고마에서 움직일 때 보다보다 (모터사이클 택시)를 이용할 수 있습니다. 일반적인 (지역) 가격은 짧은 거리에서 ~500 콩고 프랑크의 가격입니다. +접근성이 낮은 특징과 결합되어 "Timbuktu"는 멀리 떨어져 있고 특이적인 나라를 상징적으로 사용되고 있습니다. +오늘날, 티무크툴은 가난한 도시로 남아 있지만, 이 도시의 명성으로 관광객들을 끌어들이고 있으며 공항도 있습니다. +1990년에 위기에 처한 세계문화유산 목록에 추가되었으며, 위기에 처한 세계문화유산 목록에 추가되었으며, 위기에 처한 세계문화유산 목록에 추가되었으며, 위기에 처한 세계문화유산 목록에 추가되었으며, 위기에 처한 세계문화유산 목록에 추가되었으며, 위기에 처한 세계문화유산 목록에 추가되었으며, 위기에 처한 세계문화유산 목록에 추가되었으며, 위기에 처한 세계문화유산 목록에 추가되었으며, 위기에 처한 세계문화유산 목록에 추가되었으며, 위기에 처한 세계문화유산 목록에 추가되었으며, 위기에 처한 세계문화유산 목록에 추가되었으며, 위기에 처한 세계문화유산 목 +그것은 헨리 루이스 게이츠의 PBS 특별 프로그램 "아프리카 세계의 기적"의 주요 정렬 중 하나였다. +이 도시는 나머지 나라의 도시와 달리 아랍의 맛이 더 집중되어 있으며, 아프리카의 맛보다 더 집중되어 있습니다. +크루거 국립공원(KNP)은 남아프리카의 북동부에 위치해 있으며, 동쪽으로는 모잠비크의 국경, 북쪽으로는 짐바브웨의 국경, 남쪽으로는 크로코디일 강을 경계로 한다. +이 공원의 면적은 19,500 km²이며,14개의 다른 생태권으로 구분되어 있으며,각 생태권에서는 다양한 야생동물들이 서식하고 있습니다. +이것은 남아프리카의 주요 관광지 중 하나이며, 남아프리카 국립공원 (SANParks)의 플래그십으로 여겨진다. +모든 남아프리카 국립공원과 같이, 공원에는 일반적으로 보존 수수료와 입장 수수료가 있습니다. +Wild Card를 구매하는 것도 유용할 수 있습니다. 이 카드를 구매하면 남아프리카 국립공원의 어느 하나 또는 모든 공원에 입장할 수 있습니다. +홍콩섬은 홍콩의 이름을 따르고 있으며, 많은 관광객들에게 홍콩의 중심지로 여겨지고 있습니다. +홍콩의 도시 풍경을 이루고 있는 건물들의 행진은 빛나는 바 그래프의 모습으로 묘사되었다. 빛나는 바 그래프의 모습은 빛나는 바 그래프의 모습 빛나는 바 그래프의 모습 빛나는 바 그래프의 모습 빛나는 바 그래프의 모습 빛나는 바 그래프의 모습 빛나는 바 그래프의 모습 빛나는 바 그래프의 모습 빛나는 바 그래프의 모습 빛나는 바 그래프의 모습 빛나는 바 그래프의 모습 빛나는 바 그래프의 모습 빛나는 바 그래프의 모습 빛나는 바 그래프의 모습 빛나는 바 그래프의 모습 빛나는 바 그래프의 모습 빛나는 바 그래프의 모습 빛나는 바 그래프의 모습 빛나는 바 그래프의 모습 빛나는 바 그�� +홍콩의 최고의 경관을 볼 수 있는 곳은 섬을 떠나 홍콩 반대편의 코우롱 해안으로 이동하는 곳입니다. +대부분의 홍콩섬의 도시 개발은 북쪽 해안에 있는 재개발 지역에 집중되어 있습니다. +이곳은 영국의 식민지 정착자들이 자신의 영토로 선택한 장소였기 때문에, 영토의 식민지 역사에 대한 증거를 찾고 있다면, 이곳은 좋은 시작점이 될 수 있습니다. +수단밸랑스는 세계에서 가장 큰 연안 열대수원림대가 되었으며, 해안선에서 80 km (50 마일) 떨어진 방글라데시와 인도의 내륙지역까지 확장되어 있습니다. +순다반스는 유네스코 세계문화유산으로 선정되었습니다. 인도의 영토 내에 있는 순다반스 숲의 일부는 순다반스 국립공원으로 불리며, 순다반스 숲의 일부는 순다반스 국립공원으로 지정되었습니다. +이 숲은 단순한 늪으로만 국한되지 않습니다 — 이 숲은 옛날 강가 평야에 둘러싸여 있었던 위대한 숲의 일부를 포함하고 있습니다. +수단밸랑 국립공원은 3,850 km²의 면적을 차지하고 있으며, 이 면적의 약 1/3은 물 또는 습지 지역으로 둘러싸여져 있습니다. +1966년부터 순다반스 지역은 야생동물 보호구역으로 지정되어 있으며, 지금은 약 400 마리의 로얄 벵갈 호랑이와 약 3만 마리의 점박이 코뿔소가 서식하고 있는 것으로 추측되고 있다. +일반적으로 버스는 하루 내내 운행하지만, 특히 동쪽으로 향하는 버스와 자카르/번탕으로 향하는 버스는 06시 30분부터 07시 30분 사이에 출발한다. +지역간 버스가 많은 경우 몇 일 전에 승차권을 구입하는 것이 추천됩니다. +대부분의 지역은 작은 일본 코스터 버스가 운행하고 있습니다. 이 버스는 편안하고 강화된 구조를 가지고 있습니다. +공동 택시는 가까운 곳으로 이동하는 쉬운 및 편안한 수단입니다. 예를 들어, 파로(Nu 150)와 푸나카(Nu 200) 같은 곳입니다. +오야포크 강 다리는 켤레 지지 다리이다. 이 다리는 오야포크 강을 넘어 브라질의 오이아포크 시와 프랑스 기아나의 오야포크 시를 연결한다. +이 두 개의 타워는 83 미터 높이에 도달고 있으며 378 미터 길이를 가지고 있으며 3.50 미터 너비의 두 차선을 가지고 있습니다. +브리지 아래의 높이는 15 미터입니다. 2011년 8월에 완료되었으며, 2017년 3월까지 개통되지 않았습니다. +이 다리는 2017년 9월에 완전히 운영될 예정입니다, 브라질 관세국이 완료될 예정입니다. +과라니족은 현재의 동부 파라과이에서 살고 있었던 가장 중요한 원주민 집단이었습니다. 이 집단은 농업과 생존을 위한 농업을 동시에 실시했으며, 농업과 생존을 위한 농업을 동시에 실시했으며, 농업과 생존을 위한 농업을 동시에 실시했으며, 농업과 생존을 위한 농업을 동시에 실시했으며, 농업과 생존을 위한 농업을 동시에 실시했으며, 농업과 생존을 위한 농업을 동시에 실시했으며, 농업과 생존을 위한 농업을 동시에 실시했으며, 농업과 생존을 위한 농업을 동시에 실시했으며, 농업과 생존을 위한 농업을 동시에 실시했으며, 농업과 생존을 위한 농업 +차코 지역에는 작은 부족들이 살고 있었습니다. 이 부족들은 사냥, 수집, 어업으로 생존하고 있었습니다. 이 부족들 중에는 구아이쿠루 부족과 파이아구아 부족이 포함되어 있었습니다. +16세기 파라과이는 스페인의 정복자들과 원주민 인디언 집단들의 만남으로 탄생하였다. +스페인인들은 300년 이상 지속되었던 식민지 시대를 시작하였다. +1537년 아수니시온의 창설 이후부터, 파라과이는 많은 원주민의 특징과 정체를 유지하고 있습니다. +아르헨티나는 세계 최고의 폴 팀과 선수들을 가지고 있으며 이 점이 잘 알려져 있습니다. +이 해 가장 큰 토너먼트 대회는 12월에 레스 카니타스의 폴로 경마장에서 진행됩니다. +그 외에 다른 시기에도 작은 대회와 경기를 볼 수 있습니다. +토너먼트 뉴스와 폴로 경기 티켓 구매에 대한 정보를 확인하려면, 아르헨티나 폴로 협회를 찾아보세요. +폴란드의 공식 화폐는 폴란드 파운드 (FKP)로, 1 파운드 (GBP)과 동등한 가치를 가지고 있습니다. +화폐를 교환할 수 있는 유일한 은행은 FIC 웨스트 스토어 반대편에 위치한 스탬리에 있습니다. +영국 파운드는 일반적으로 섬내 어느 곳에서나 받아들여질 수 있으며, 스탬블에서는 신용카드와 미국 달러도 많이 받아들여질 수 있습니다. +외부 섬에서는 크레디트 카드가 수락되지 않을 수도 있지만, 영국 파운드 화폐와 미국 달러 화폐는 수락될 수 있습니다. 앞서서 소유자에게 문의하여 수락되는 결제 방법을 확인하십시오. +섬 밖에서 폴란드 파운드 화폐를 교환하는 것은 거의 불가능하므로, 섬에서 떠나기 전에 화폐를 교환해야 합니다. +몬테비데오는 적도 남쪽에 위치해 있기 때문에, 북반구에서는 겨울이지만 몬테비데오에서는 여름이 되고, 반대로 북반구에서는 여름이지만 몬테비데오에서는 겨울이 됩니다. +몬테비덴토는 온도가 +30°C 이상인 온대 기후 지역에 위치해 있습니다. +겨울은 속였게 추울 수도 있습니다: 온도가 얼음으로부터 떨어지지 않습니다, 그러나 바람과 습도가 결합하여 온도가 얼음으로부터 떨어지지 않는 것보다 더 추울게 느끌 수 있습니다. +특별한 추운 계절과 건조한 계절은 없습니다: 계절에 따라 비의 양은 약간 달라지지만 대체적으로 같은 수준입니다. +많은 동물들은 사람들을 보는 것에 적응해 있지만, 야생동물은 여전히 야생적이며, 먹이를 주거나 깜몽시키는 것은 금지되어 있습니다. +공원 관계자에 따르면, 범과 늑대에서 최소 100 야드/미터, 그 외의 모든 야생동물에서 25 야드/미터 이상 떨어져야 한다! +그들이 어떻게 친절하더라도, 비워, 엘크, 멧돼지, 곰, 그리고 대부분의 큰 동물들은 공격할 수 있습니다. +매년 수십 명의 방문객들이 적절한 거리를 지키지 않아 부상을 당하고 있습니다. 이 동물들은 크고, 야생, 그리고 위험한 동물들입니다. 그들에게 공간을 주어야 합니다. +또한, 동물들을 끌어들이는 냄새가 있는 음식을 운반하거나 요리하는 것을 피하고, 숙박지를 청결하게 해야 합니다. +아파이는 사모아의 수도이다. 도시는 우폴루 섬에 위치해 있으며, 인구는 약 4만명이다. +아파이는 1850년대에 설립되었으며, 1959년 이후 사모아의 공식 수도가 되었다. +이 항만은 1889년 독일, 미국, 그리고 영국의 7척 함선이 항만에서 출항을 거부하여 유명한 해상 분쟁이 벌어졌던 장소입니다. +모든 함선이 침몰되었으며, 영국의 한 잠수함만이 살아남았다. 미국과 독일의 약 200명의 승무원이 순직하였다. +마우 운동에 의해 독립 운동이 진행되었을 때, 마을에서 평화적인 모임이 진행되었으며, 최고 지도자인 투푸아 타마세세 리알로피 3세가 죽었다. +오클랜드는 두 개의 항만에 위치해 있기 때문에 많은 해변이 있습니다. 가장 인기 있는 해변은 3개 지역에 위치해 있습니다. +노스 쇼어 비치는 태평양 쪽에 위치해 있으며, 북쪽의 롱 베이에서 남쪽의 데본포트까지 이어진다. +그 대부분은 모래 해변으로, 안전한 수영이 가능하며, 대부분은 포휘투카와 나무로부터 그림자를 제공받고 있습니다. +타마키 드라이브 해변은 와이테마타 만에 위치해 있으며, 중앙 오클랜드의 미션 베이와 샬리어스 지역의 고급 주거 지역에 위치해 있습니다. +이 해변은 가끼 붐비는 가족 해변으로, 해변을 따라 다양한 상점들이 있습니다. 수영은 안전합니다. +지역의 주요 맥주는 1등이라고 불리며, 복잡한 맥주가 아니지만 즐거운 맥주입니다. 다른 지역의 맥주는 "망타"라고 불리며 즐거운 맥주입니다. +프랑스 와인은 많은 종류가 있지만, 뉴질랜드와 오스트레일리아의 와인이 여행에서 더 좋은 선택일 수도 있습니다. +지역 물은 완벽하게 안전한 물입니다, 하지만 두려움을 가지고 있으면 쉽게 볼륨 물을 찾을 수 있습니다. +오스트레일리아인들에게 '플랫 화이트' 커피는 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전히 완전 +초콜릿은 벨기에 기준에 맞추고 있습니다. 과일 주류는 비싼 가운데도 좋습니다. +해운대에서의 여러 가지 원인으로 발생한 부상은 드물게 발생한다. 해운대에서의 여러 가지 여행은 계속해서 이루어지고 있다. +그러나, 관계자의 충고를 받고, 모든 지시를 따라야 하며, 안전 경고에 특별한 주의를 기울여야 한다. +1770 북쪽에서 10월부터 4월까지 해변과 하천의 입구 근처에서 발견되며, 그 이외의 시간에도 드물게 발견될 수 있습니다. +고래는 존재한다, 그러나 인간을 공격하는 경우는 드물다. 대부분의 고래는 인간을 두려하고 있으며 멀어지는 경우가 많다. +염해 악어는 활력적으로 바다에서 생활하지 않습니다. 그들의 주요 서식지는 록햄프턴 북쪽에 위치한 강 하구에 있습니다. +앞서 예약하면 여행자들은 도착한 지점에서 잠을 잘 수 있다는 안심을 누릴 수 있습니다. +여행 업체들은 특정 호텔과 협력 관계를 맺고 있으며, 여행 업체를 통해 캠핑장 등 다른 숙박 수단을 예약할 수도 있습니다. +여행 업체들은 일반적으로 아침 식사를 포함하고 있는 패키지를 제공하고 있습니다. 또한 여행 업체들은 항공기와 호텔 패키지를 동시에 제공하는 경우도 있습니다. +그래도 예약을 예약해 줄 수도 있습니다. 예약을 예약하기 전에 제안을 생각하는 시간이 필요하거나 여행의 다른 문서를 준비하는 데 필요한 시간이 필요하다면 예약을 예약해 줄 수도 있습니다 (예를 들어, 비자). +그러나 어떠한 수정 또는 요청도 처음에는 여행 업체를 통해 진행해야 하며, 직접 호텔에서 진행하지 않아야 한다. +일부 페스티벌에서, 음악 페스티벌에 참석하는 대부분의 참석자들은 현장에서 캠핑을 하기로 결심하고, 대부분의 참석자들은 체험의 중요한 부분으로 취급한다. +만약 액셀러레이션에 가까운 캠핑 장소를 얻고 싶다면, 먼저 도착해야 합니다. +메인 스테이지의 음악이 종료되었을지도 모르지만, 축제에서 음악이 늦은 밤까지 계속 재생될 수도 있습니다. +일부 축제에서는 어린이가 있는 가족들을 위해 특별한 캠핑 지역을 마련하고 있습니다. +겨울에 북방 발탁을 통과하는 경우, 카빈의 위치를 확인하십시오. 얼음을 통과하는 과정에서 생긴 소음은 가장 큰 영향을 받는 사람들에게 매우 실망스러울 수 있습니다. +페테르부르그 크루이즈에는 도시 시간이 포함되어 있습니다. 크루이즈 승객들은 비자 요구 사항에서 면제됩니다 (검토 조건). +카지노는 일반적으로 손님들이 보낸 시간과 돈을 최대화하기 위해 많은 노력을 하고 있습니다. 창문과 시계는 일반적으로 없으며, 출입구를 쉽게 찾을 수 없을 수도 있습니다. +일반적으로 특별한 음식, 음료와 엔터테인먼트를 제공하여 손님들을 좋은 태도로 유지하고 있습니다. +일부 카지노에서는 술이 무료로 제공됩니다. 하지만 술에 취한 상태에서는 판단력이 떨어집니다. 모든 좋은 도박꾼들은 술을 마시지 않아야 한다는 중요성을 알고 있습니다. +높은 위도에서 운전하거나 고개를 통과하는 모든 사람들은 눈, 얼음, 또는 얼어붙는 온도를 고려해야 한다. +얼어붙은 도로와 눈이 많은 도로에서는 접착력이 낮고, 거친 아스팔트처럼 운전할 수 없습니다. +순간에 많은 눈이 내리면 차량이 고립될 수 있는 눈이 충분히 많이 내리고 있을 수 있습니다. +또한 눈이 추락하거나 불어오는 경우, 또는 차량의 창 또는 창에 담근 물 또는 얼음에 의해 시야가 제한될 수도 있습니다. +한편, 많은 나라에서는 얼어붙은 도로와 눈이 쌓인 도로가 일반적인 상황이며, 교통은 대부분 연발적으로 진행됩니다. +사파리는 아프리카에서 가장 인기 있는 관광 명소 중 하나이며, 많은 관광객들에게 주목을 받고 있습니다. +일반적으로 사파리라고 불리는 용어는 아프리카 야생동물을 보기 위해 오버랜드 여행을 의미합니다, 특히 사바나 지역에서. +코뿔소와 지라프 같은 야생동물들은 차량에 가까이 접근하는 경향이 있으며, 표준 장비를 이용하면 좋은 관람을 할 수 있습니다. +사자, 치타와 표범은 때때로 소집하고 있으며, 분석관을 이용하면 더 잘 볼 수 있습니다. +워킹 사파리(또는 "버시 워크", "히키닝 사파리" 또는 "표류")는 일반적으로 몇 시간 혹은 몇 일에 걸쳐 여행을 하는 것으로 구성되어 있습니다. +패럴림픽 대회는 2021년 8월 24일부터 9월 5일까지 진행될 예정입니다. 일부 이벤트는 일본 전역에서 진행될 예정입니다. +도쿄는 1964년 동계 올림픽을 개최한 유일한 아시아 도시로, 2020년 동계 올림픽을 개최한다. +2020년 예약한 항공 및 숙박 예약을 취소하기 전에 예약한 경우, 어렵운 상황이 발생할 수 있습니다. +취소 관련 정책은 다양하지만, 3월 말에 대부분의 코로나바이러스 관련 취소 관련 정책은 2020년 7월 올린 올림페이즈에 대해서는 적용되지 않는다. +대부분의 이벤트 티켓은 2,500엔에서 13만엔 사이에 있으며, 일반적인 티켓은 약 7,000엔에 달려있습니다. +습기가 있는 옷을 쓰고 있는 경우, 습기가 있는 옷을 쓰고 있는 경우, 습기가 있는 옷을 쓰고 있는 경우, 습기가 있는 옷을 쓰고 있는 경우, 습기가 있는 옷을 쓰고 있는 경우, 습기가 있는 옷을 쓰고 있는 경우, 습기가 있는 옷을 쓰고 있는 경우, 습기가 있는 옷을 쓰고 있는 경우, 습기가 있는 옷을 쓰고 있는 경우, 습기가 있는 옷을 쓰고 있는 경우, 습기가 있는 옷을 쓰고 있는 경우, 습기가 있는 옷을 쓰고 있는 경우, 습기가 있는 옷을 쓰고 있는 경우, 습기가 있는 옷을 쓰고 있는 경우, 습기가 있는 옷을 쓰고 있는 경우, 습기가 있는 옷을 쓰고 있는 경우, 습기가 있는 옷을 쓰고 있는 경우, �� +아이러닌이 없거나 아이러닌된 슬럼프를 착용하지 않고 싶다면, 가능한 경우 헤어드라이어를 사용해 보십시오. +직물이 너무 열리지 않도록 주의해야 합니다 (압축 또는 최악의 경우 불타기도 할 수 있습니다). +물을 청소하는 방법은 다양하지만, 특정 위협에 더 효과적인 방법도 있습니다. +어떤 지역에서는 1분 동안 끓여도 충분하지만, 다른 지역에서는 몇 분 동안 끓여야 하는 지역도 있습니다. +필터의 유효성은 다양하며, 걱정이 있으면 신뢰할 수 있는 회사에서 밀폐된 병에서 물을 구입하는 것을 고려해야 합니다. +여행객들은 친숙하지 않은 동물들에게 당황할 수도 있습니다. +해충들은 식품을 손상시킬 수 있고, 또는 알레르기 반응을 일으킬 수도 있습니다. 최악의 경우, 해충들은 독을 분비하거나 감염을 일으킬 수도 있습니다. +일반적으로 전염병 자체 또는 폭력으로 사람을 상해 또는 죽이는 위험한 동물들은 잠재적인 해충으로 분류되지 않습니다. +면세점 쇼핑은 특정 위치에서 세관 및 소득세 면제된 상품을 구매할 수 있는 기회입니다. +세금이 많은 나라로 여행을 계획하는 여행자들은 특히 술과 담배 같은 상품에서 상당한 돈을 절약할 수 있습니다. +포인트 마리온과 페어몬트 사이의 구간은 버파로-피츠버그 고속도로에서 가장 어려운 운송 조건을 보여주고 있습니다. 이 구간은 자주 고립한 산림 지형을 통과하고 있습니다. +만약 농도로에서 운전하는 습관이 없다면, 주의해야 할 점은 다음과 같습니다: 경사가 심한 구간, 좁은 차선, 그리고 급한 돌짐이 많습니다. +표시된 최고 속도 제한은 이전과 다음 구간에 비해 더 낮으며, 일반적으로 35-40 mph (56-64 km/h) 수준으로 설정되어 있습니다. 이 최고 속도 제한을 엄격하게 준수하는 것은 일반적으로 더 중요합니다. +그런데 이 지역의 휴대폰 서비스는 여러 다른 도로 구간에 비해 훨씬 강화되어 있습니다, 예를 들어 펜실베이니아 와일드. +독일의 케이크는 매우 잘 되어 있으며, 바이에르 지역의 케이크는 남쪽 이웃인 오스트리아의 케이크처럼 풍부하고 다양한 맛을 가지고 있습니다. +열매 패스티가 많이 나와 있으며, 계절에 따라 사과와 복숭아가 나와 있으며, 여름에는 복숭아와 플러머가 나와 있습니다. +독일의 빵과 케이크에는 흔히 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 갈림과 ���� +지역에 따라 Berliner, Pfannkuchen 또는 Krapfen으로 불리는 작은 하지만 부유한 빵을 찾으려면 시험해 보십시오. +카리는 초창기에는 허브와 야채를 포함하고 있었으며, 또한 고기나 야채를 포함하고 있었습니다. +카리는 수분의 양에 따라 건조한 카리와 수분이 많은 카리로 나누어질 수 있습니다. +인도 북부 내륙 지역과 파키스탄 내륙 지역에서는 요구르트를 카리 소스에 널리 이용하고 있으며, 인도 남부 지역과 일부 해안 지역에서는 코코닌 물을 카리 소스에 널리 이용하고 있습니다. +인도네시아의 17,000개의 섬에서 선택할 수 있습니다. 인도네시아 요리는 전국에서 발견되는 다양한 지역 요리를 포괄하는 범주입니다. +그러나, 추가적인 정의가 없는 경우, 이 용어는 주섬의 중부와 동부에서 기원한 음식을 의미하는 경향이 있습니다. +이제 인도네시아의 모든 섬에 널리 퍼져 있는 자바 요리는 간단하게 구입될 수 있는 다양한 요리를 특징으로 하고 있으며, 자바인들이 좋아하는 주요 맛으로는 파파야, 고추, 카라멜 및 다양한 향신료가 있습니다. +스탬프는 승마자의 발을 지탱하는 지탱이다. 스탬프는 승마자의 발을 지탱하는 지탱이다. 스탬프는 승마자의 발을 지탱하는 지탱이다. 스탬프는 승마자의 발을 지탱하는 지탱이다. 스탬프는 승마자의 발을 지탱하는 지탱이다. 스탬프는 승마자의 발을 지탱하는 지탱이다. 스탬프는 승마자의 발을 지탱하는 지탱이다. 스탬프는 승마자의 발을 지탱하는 지탱이다. 스탬프는 승마자의 발을 지탱하는 지탱이다. 스탬프는 승마자의 발을 지탱하는 지탱이다. 스탬프는 승마자의 발을 지탱하는 지탱이다. 스탬프는 승마자의 발을 지탱하는 지탱이다. 스탬프는 승마자의 발을 지탱하는 지탱이다. 스탬프는 승마자의 발을 지탱하는 지탱이다. 스탬프는 +그들은 승차자에게 더 큰 안정성을 제공하지만, 승차자의 발이 잡혀 있을 수 있는 가능성이 있기 때문에 안전 문제가 발생할 수 있습니다. +실루엣에 발이 갇혀 추락되었지만 말이 도망간 경우 끌려죽을 수 있습니다. 이 위험을 최소화하기 위해 몇 가지 안전 예방 조치를 취할 수 있습니다. +첫 번째로, 대부분의 운전자들은 발목이 있고 얇은, 상당히 좁은 손바닥을 가지고 있는 운전장갑을 착용하고 있습니다. +다음으로, 특히 잉글랜드 지방에서 생산되는 일부 말발굽에는 안전 장애물이 있습니다. 이 장애물은 말발굽을 뒤로 끌고 있는 추락하는 목마가 말발굽에서 말발굽 줄을 떨어뜨리는 것을 방지하는 역할을 합니다. +코치아모 계곡 - 남아메리카의 요세미티로 알려진 치리 최고의 등반 지점으로, 다양한 화강암벽과 암벽을 가지고 있습니다. +절벽의 무한한 가능성 속에서, 모든 곳에서 온 산악 운동가들이 지속적으로 새로운 도로를 설치하고 있습니다. +다운힐 스포츠는 스키와 스노우보드링을 포함하고 있으며, 스키 또는 스노우보드를 발목에 부착한 채 누려야 하는 슬라이딩을 하는 인기 있는 스포츠입니다. +스키는 많은 열정있는 사람들에 의해 주요 여행 활동으로 여겨지고 있으며, 때때로 "스키번"으로 불리는 사람들은 특정 위치에서 스키를 하기 위해 전적으로 여행을 계획하고 있습니다. +스키를 하는 생각은 매우 오래된 것입니다 - 동굴 그림에서 스키 선수를 그린 그림은 5000년 전부터 있었습니다! +스포츠로서의 다운힐 스키는 17세기 이전부터 있었으며, 1861년에 오스트레일리아에서 노르웨이인들에 의해 처음으로 레크리에이션 스키 클럽이 설립되었다. +스키 백패킹: 이 활동은 또한 백컨트리 스키, 스키 투어링 또는 스키 히킹으로 불리기도 한다. +그것은 알파인 스타일의 스키 투어닝 또는 등산에 관련되지만, 일반적으로는 급한 지형에서 수행되며, 많은 경우 강화된 스키와 보디가 필요합니다. +스키 코스를 산책 코스처럼 생각하자. +좋은 조건 아래, 약간 더 먼 거리를 커버 할 수 있습니다 - 하지만 매우 드물게 무거운 배낭 없이 준비된 코스에서 크로스 컨트리 스키링의 속도를 얻을 수 있습니다. +유럽은 상대적으로 작은 대륙이지만 독립국가가 많은 대륙입니다. 일반적으로 여러 나라를 거쳐서 여행을 하는 경우, 여러 번 비자 신청과 여권 통과를 거치는 경우가 많습니다. +그러나 슐렝겐 지역은 이 점에서 어느 나라처럼 작동한다. +이 지역에서 머물러 있다면, 일반적으로 국경을 다시 통과할 필요가 없습니다. +유사하게, 슐렝겐 비자를 가지고 있으면, 각 슐렝겐 회원국에 따로 비자를 신청하지 않아야 하므로 시간과 돈, 그리고 문서 작업을 절약할 수 있습니다. +어떤 물건이 고급품으로 분류되는지에는 일반적인 정의가 없습니다. 일부 세관은 100년 이상 된 물건을 고급품으로 분류합니다. +이 정의에는 지리적인 차이가 있으며, 북아메리카와 유럽 사이에서 연령 제한이 다르거나 없을 수도 있습니다. +공예품은 대량생산 상품보다 젊은 상품으로 분류될 수도 있으나, 그것들은 예술품으로 분류될 수도 있습니다. +숫님 양육은 사미족의 중요한 생업이며, 무역에 둘러싸여진 문화는 다른 직업을 가진 많은 사람들에게도 중요하다. +그러나 전통적으로, 모든 사미가 큰 규모의 북극곰 사육에 참여하지 않았지만, 어업과 사냥과 같은 것으로 생계를 유지했으며, 북극곰을 주로 발굽동물로 이용했다. +오늘날 많은 사미들이 현대적인 직업에서 일을 하고 있습니다. 사미 지역에서는 관광업이 중요한 수입원으로 작용하고 있습니다. +이 단어는 특히 로마인이 아닌 사람들에게 널리 이용되고 있지만, 이 단어는 로마인들에 대한 부정적인 스테레오타입과 잘못된 인식과 관련되어 있기 때문에 많은 사람들에게 오프닝적인 단어로 여겨질 수 있습니다. +만약 방문하려는 나라에 여행 경고가 발령되면, 여행 보험 또는 여행 취소 보험에 영향을 미칠 수 있습니다. +또한 외국 정부의 충고를 찾을 수도 있습니다, 그러나 외국 정부의 충고는 그 나라의 시민을 위해 설계되었습니다. +예를 들어, 중동에 거주하는 미국인들은 유럽인들과 아랍인들에게 다른 상황을 맞게 될 수도 있습니다. +경고는 단순히 한 나라의 정치 상황을 요약한 것일 뿐입니다. +표시되는 견해는 일반적이고 구체적이지 않은 경우가 많습니다. 다른 곳에서 더 자세한 정보가 있습니다. +심각한 기상 현상은 모든 심각한 기상 현상을 가리키는 일반적인 용어입니다. 심각한 기상 현상은 피해를 초래할 수 있고, 심각한 사회적 불안정을 초래할 수 있고, 사람들의 죽음을 초래할 수 있습니다. +심각한 기상 현상은 어디서나 발생할 수 있으며, 지리, 지형, 기상 조건에 따라 다양한 종류가 있습니다. +강한 바람, 번개, 과도한 비, 산불 등은 심각한 날씨의 형태와 영향을 가지고 있으며, 그 외에도 태풍, 토네이도, 수포, 열대폭풍도 심각한 날씨의 형태와 영향을 가지고 있습니다. +지역 및 계절에 따른 심각한 기상 현상으로는 눈보라, 눈폭풍, 얼음폭풍, 먼지폭풍 등이 있습니다. +여행자들에게 심각한 날씨가 자신의 지역에 영향을 미칠 수 있으며 여행 계획에 영행을 미칠 수 있으므로 주의해야 한다. +전쟁 지역으로 여행을 계획하고 있는 모든 사람들은 전문적인 훈련을 받아야 한다. +인터넷에서 '적대적 환경 코스'를 검색하면 지역 회사의 주소가 나와 있을 수도 있습니다. +코스는 일반적으로 여기에서 논의한 모든 문제를 훨씬 자세하게 다루고, 일반적으로 실무 경험이 있습니다. +코스는 일반적으로 2~5일 동안 진행되며, 역할 플레이, 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 처치 ����� +야생 생존에 관한 책과 잡지는 많지만, 전쟁 지역에 관한 출판물은 적다. +외국에서 성전환 수술을 계획하고 있는 여행자들은 귀국 도중에 사용할 유효한 문서를 확인해야 합니다. +정부가 성별을 기술하지 않는 여권(X) 또는 이름과 성별을 일치하도록 업데이트한 문서를 발행하는 의도가 다양하다. +외국 정부의 이 문서에 대한 동의도는 동일한 정도로 다양하다. +2001년 9월 11일 이후 안보체크점에서의 검색도 더 침입적으로 진행되고 있습니다. +수술 전 트랜스적인 사람들은 자신의 알권리와 존엄성이 완벽하게 보존되는 것을 기대하지 않아야 한다. +파도가 해변에서 끊어진 후에 돌아오는 달려오는 물의 흐름을 리프 토르너라고 부르며, 이 흐름은 주로 리프 또는 유사한 지점에서 발생한다. +해저 지형에 따라 물의 반환 흐름은 몇 개의 깊은 부분에 집중되어 있으며, 깊은 물로의 빠른 흐름이 형성될 수 있습니다. +대부분의 사망 사례는 물의 흐름에 반대하여 돌아오는 과정에서 지쳐서 발생한 것으로 추측됩니다. 이 과정은 불가능할 수도 있습니다. +지금 바다에서 올라온 순간부터, 다시 돌아오는 작업은 일반적으로 어려운 것보다 더 쉬운 것입니다. +잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 잡히지 않고 ����� +재입국 충격은 문화 충격보다 더 빠르게 발생하고(신혼기간이 적다), 더 오래 지속되며, 더 심할 수 있습니다. +새로운 문화에 적응하는 것이 쉬운 여행자들은 특별한 어려움을 겪을 수도 있습니다 원래의 문화에 다시 적응하는 것입니다. +외국에서 살다가 귀국하면, 새로운 문화에 적응하고 집 문화에서 얻은 일부 습관을 잃어버립니다. +처음에 해외여행을 떠났을 때, 사람들은 확실히 친절하고 이해하고 있었을 것입니다. 새로운 나라에서 여행을 하는 여행자들이 적응해야 한다는 것을 알고 있었기 때문입니다. +여행객들이 집으로 돌아오는 과정에서도 친절함과 이해가 필요하다는 것을 예측하지 못할 수도 있습니다. +피라미드 소리와 빛 쇼는 어린이들에게 가장 흥미로운 것 중 하나입니다. +야간에 피라미드를 보거나, 쇼가 시작되기 전에 피라미드를 보는 것도 가능합니다. +일반적으로 관광객과 상인들의 소리를 항상 들어볼 수 있습니다. 소리와 빛의 이야기는 책 속의 이야기와 같습니다. +스핑크스는 장편 이야기의 배경과 내레이터로 설정되었다. +장면들은 피라미드에 나와 있으며, 다른 피라미드들은 밝혀져 있습니다. +1819년에 발견된 남셰틀랜드 섬은 여러 나라가 주장하고 있으며, 2020년에는 16개의 기지가 운영되고 있다. +이 섬들은 반도에서 120 킬로미터 북쪽에 위치해 있으며, 가장 큰 섬은 킹 조지 섬으로, 이 섬에는 비야 라 에스트렐라스라는 정착지가 있습니다. +또 다른 섬으로는 리빙스턴 섬과 데케이션 섬이 있으며, 이 섬들에서는 아직 활발하게 활동하고 있는 화산의 분화구가 물에 잠겨져 있기 때문에, 풍경이 훌륭한 자연 항만을 제공하고 있습니다. +엘스워스 랜드는 반도의 남쪽에 위치한 지역으로, 벨링샤우젠 해에 둘러싸여져 있습니다. +이 반도의 산맥들은 평원으로 통합되고, 다시 돌려서 엘스워스 산맥의 360 km의 체인을 형성하고 있다. 미네소타 빙말에 의해 이 체인이 두 부분으로 나누어져 있다. +센티넬 레인지의 북부 지역에는 남극 최고의 산이 있습니다, 바이슨 마시프입니다. 바이슨 마시프의 최고봉은 4,892 미터에 달하는 몬트 바이슨입니다. +멀리 떨어진 지역에서, 휴대폰 서비스가 제공되지 않는 상황에서, 위성 전화가 유일한 옵션일 수도 있습니다. +위성전화는 일반적으로 휴대폰의 대체품으로 사용되지 않습니다. 휴대폰으로 전화를 거는 것과 마찬가지로, 위성전화를 이용하여 전화를 거는 데 필요한 조건은 외부에 있어야 하며, 외부에서 위성을 직관적으로 볼 수 있어야 합니다. +이 서비스는 여러분이 원하는 원격 데이터와 음성 필요가 있는 여러분의 탐험 작업에서도 자주 이용되고 있습니다. +지역 전화 서비스 공급업체는 이 서비스에 연결하는 정보를 더 많이 알려줄 수 있습니다. +여행하고 배워는 방법이 점점 더 인기를 얻고 있는 것으로, 휴학을 계획하고 있는 사람들에게 점점 더 인기를 얻고 있는 방법입니다. +특히 고등학교를 졸업한 학생들에게 인기가 많습니다. 그들은 대학에 진학하기 전에 1년 동안 휴학을 할 수 있으며, 교육에 영향을 미치지 않습니다. +여러 케이스에서, 해외 대학에 입학하는 것은 실질적으로 본국으로 돌아와서 고등 교육을 받을 수 있는 가능성을 높일 수 있습니다. +일반적으로 이러한 교육 프로그램에 참여하는 수수료가 부과됩니다. +핀란드는 좋은 배 여행 목적지입니다. 수천개의 호수가 있는 "수천개의 호수의 나라"에는 수천개의 섬도 있습니다 - 호수에 있는 섬과 해안 열도에 있는 섬. +섬과 호수에서는 요트가 필요하지 않습니다. +실제로 해안 열도와 가장 큰 호수는 모든 요트에 충분한 크기를 가지고 있지만, 작은 배 또는 카야크는 다른 경험을 제공합니다. +항해는 핀란드에서 국민적인 취미로 여겨지고 있으며, 7명에서 8명 사이에 한 척의 배가 있습니다. +이 수치는 노르웨이, 스웨덴과 뉴질랜드와 같으며, 그 외에 다르다 (예를 들어 네덜란드에서 수치는 1에서 40까지 다양하다). +대부분의 특징적인 발틱 크루즈는 러시아의 성 페테브베르그에서의 긴 체류를 특징으로 하고 있습니다. +이것은 당신이 돌아오는 동안 몇 일 동안 역사적인 도시를 방문할 수 있는 것을 의미합니다. 밤에 선에서 잠을 처럼 잠을 처럼 잠을 처럼 잠을 처럼 잠을 처럼 잠을 처럼 잠을 처럼 잠을 처럼 잠을 처럼 잠을 처럼 잠을 처럼 잠을 처럼 잠을 처럼 잠을 처럼 잠을 처럼 잠을 처럼 잠을 처럼 잠을 처럼 잠을 처럼 잠을 처럼 잠을 처럼 잠을 처럼 잠을 처럼 잠을 처럼 잠을 처럼 잠을 처럼 잠을 처럼 잠을 처럼 잠을 처럼 잠을 처럼 잠을 처럼 잠을 처럼 잠을 처럼 잠을 처럼 잠을 처럼 잠을 처럼 잠을 +만약 선내 출장을 통해서만 육상으로 내려오는 경우, 별도의 비자는 필요없습니다 (2009년 기준). +일부 크루즈 브로셔에는 독일 베를린이 포함되어 있습니다. 위 지도를 보면 베를린은 바다에서 매우 멀리 떨어져 있습니다. 베를린을 방문하는 것은 크루즈 가격에 포함되지 않습니다. +항공기를 이용하여 여행을 하는 경우, 모든 연령과 배경의 사람들에게 공포의 경험이 될 수 있습니다, 특히 처음으로 항공기를 이용하지 않았거나 충격적인 사건을 경험한 사람들에게. +이것은 부끄러운 것이 아니다: 다른 많은 사람들에게도 있는 개인적인 공포와 싫어하는 것과 같은 것입니다. +어떤 사람들에게 항공기가 어떻게 작동하고 비행 중 어떤 일들이 일어나는 것에 대해 이해하는 것이 두려움을 극복하는데 도움이 될 수도 있습니다. 이 두려움은 알려지지 않은 것 또는 통제하지 못하는 것에 기반을 두고 있습니다. +배달 업체들은 빠르게 배달하는 것에 대해 적적적으로 높은 수입을 받고 있습니다. 일반적으로, 업무 문서, 상품 또는 긴급 수리에 필요한 부품을 배달하는 경우 시간이 매우 중요합니다. +일부 노선에서는 큰 회사들이 자신의 항공기를 보유하고 있지만, 다른 노선과 작은 회사에서는 문제가 발생했다. +만약 항공으로 배송하였다면, 일부 노선에서 배송과 수출 과정에서 일일이 거쳐야 할 수도 있습니다. +가장 빠르게 받을 수 있는 방법은 체크인 케이스로 보내는 것입니다. 항공사의 규정으로 승객이 없는 케이스를 보내는 것이 허용되지 않으므로, 여기에서 당신의 역할이 나와 있습니다. +첫 혹은 비즈니스 클래스에서 비행하는 가장 직관적인 방법은 특권을 얻기 위해 많은 돈을 써야 하는 것입니다 (또는 더 좋은 방법은 회사에 의해 수행되도록 하는 것입니다). +그러나, 이는 비싼 가격에 해당합니다: 일반적으로, 비즈니스 클래스에서는 4배, 프리미엄 클래스에서는 11배에 해당하는 가격을 예측할 수 있습니다! +일반적으로, A에서 B로 직항 편으로 비즈니스 혹은 프리미엄 좌석의 할인을 찾는 것도 의미가 없습니다. +항공사들은 잘 알고 있습니다, 어떤 일부 승객들은 빠르고 편안하게 도착하는 권리에 대해 높은 가치를 지배하고 있으며, 이에 따라 적적적으로 요금을 부과하고 있습니다. +몰도바의 수도는 키시너우이다. 지역 언어는 루마니아어이지만, 러시아어가 널리 쓰이고 있다. +몰도바는 여러 민족이 살고 있는 다민족 공화국으로, 민족 분쟁으로 고통을 받고 있다. +1994년, 이 분쟁으로 동부 몰도바에서 자치 선포 트란스니스트리아 공화국이 설립되었습니다. 이 나라는 자치 정부와 통화를 가지고 있지만, 유엔 회원국에 의해 승인되지 않았습니다. +정치적 협상의 실패에도 불구하고, 몰도바의 두 부분 간의 경제적 관계가 다시 회복되었다. +몰도바의 주요 종교는 정교회이다. +이즈미르는 터키에서 3번째로 큰 도시로, 인구가 약 370만명에 이릅니다. 이즈미르는 이스탄불 다음으로 두 번째로 큰 항만으로, 또한 매우 좋은 교통 허브로 알려져 있습니다. +옛날에는 스미르나로 알려진 도시였지만, 지금은 현대적이고 발전된 상업 중심지로 변해 있습니다. 이 도시는 큰 만을 중심으로 둘러싸여 있으며 산둘럼으로 둘러싸여 있습니다. +넓은 대로, 유리 창 앞 건물과 현대적인 쇼핑 센터가 전형적인 빨간 처럼 되돌려진 테두리로 둘러싸여있고, 18세기 시장과 오래된 모스크와 교회가 있지만, 도시는 전형적인 터키보다 지중해 유럽적인 분위기를 가지고 있습니다. +할다르스비크 마을에서는 가까운 섬인 에이스투로이를 보았을 수 있으며, 이 마을에는 특이한 오각형 교회가 있습니다. +교회 묘지에는 몇몇 무덤 위에 둥근둥근한 돌로 만든 당나감 조각이 있습니다. +흥미로운 마을을 약 30분 거쳐보는 것도 가치가 있습니다. +북쪽으로 가까운 곳에는 로마티즘과 흥미로운 도시인 신트라가 있으며, 로드 바이론이 도시의 멋진 모습을 기록한 이후 외국인들에게 유명해졌습니다. +스코터버 403번 버스는 정기적으로 시트라로 출발하며, 카보 다 로카에 정류한다. +또한 북쪽으로 세계적으로 유명한 마리아 출현 장소인 파티마 성당을 찾아보세요. +또한, 당신은 실질적으로 대량 무덤 지역을 방문하고 있습니다, 그리고 세계 인구의 상당 부분에 실질적인 의미를 가지고 있는 지역을 방문하고 있습니다. +여기에서 살아남았던 여성과 남성들은 아직 많이 있습니다, 그리고 여기에서 죽임을 당하거나 죽어졌던 친척들을 있었던 여성과 남성들도 많이 있습니다, 유대인과 유대인이 아닌 사람들 모두 포함되어 있습니다. +이 웹사이트를 절대적으로 존중해야 한다. 히틀러와 나치에 대한 농담을 하지 마십시오. +구조물에 그려진 그래피티를 지워서 사이트를 훼손하지 마십시오. +바르셀로나의 공식 언어는 카탈랑어와 스페인어입니다. 약 반 부분은 카탈랑어를 선택하고, 대부분의 사람들은 이를 이해하고 있으며, 대부분의 사람들은 스페인어를 알고 있습니다. +그러나 대부분의 지침은 카탈루냐어로만 지정되어 있습니다. 카탈루냐어는 법률에 의해 첫 번째 공식 언어로 지정되었기 때문입니다. +그러나 스페인어는 공공 교통과 다른 시설에서도 널리 이용되고 있습니다. +지하철에서 정기적으로 발표되는 안내는 카탈루냐어로만 진행됩니다, 하지만 예기치 않은 중단은 스페인어, 영어, 프랑스어, 아랍어, 일본어 등 다양한 언어로 자동화된 시스템을 통해 발표됩니다. +파리의 사람들은 자기 중심적이며, 폭력적이며 지배적이라고 알려져 있습니다. +이 사실은 종종 잘못된 스테레오타입일 뿐만 아니라, 파리에서 잘 지내는 가장 좋은 방법은 언제나 최고의 태도로 행동하는 것입니다. 그렇게 하면 여행이 훨씬 쉬워집니다. +프랑스인들의 급속적인 외견은 일부 기본적인 친절함을 표현하면 급속적으로 사라질 수 있습니다. +플리티체 호수 국립공원은 주로 베치, 크레이지, 키프 등의 나무로 둘러싸여져 있으며, 알프스와 지중해 식물의 혼합물로 구성되어 있습니다. +이 지역의 기후가 다양하기 때문에 식물 커뮤니티의 다양성이 특별히 많은 것으로 알려져 있습니다. 이 지역의 기후가 다양하기 때문에 다양한 토양과 다양한 고도에 의해 식물 커뮤니티의 다양성이 특별히 많은 것으로 알려져 있습니다. +이 지역은 또한 야생동물과 새의 엄청난 다양성을 가지고 있습니다. +유럽 붉은 곰, 늑대, 독수리, 야생 새, 여우, 야생 고양이, 까치 등 희귀한 야생동물들과 많은 일반적인 야생동물들이 있습니다. +여성들은 수도원을 방문하는 동안 무릎 부분을 가려야 하며 어깨도 가려야 한다. +대부분의 사원들은 준비하지 않은 여성들에게 완장을 제공하지만, 특히 밝은 색을 가진 완장을 가지고 온 경우, 입구에 있는 승려 또는 승려님에게 웃는 얼굴을 볼 수 있습니다. +이와 같은 선을 따르면, 남성들은 옆구리를 덮는 양반을 착용해야 한다. +이 또한 입구에 있는 창고에서 임대할 수 있습니다, 하지만 이 옷은 사용자마다 씻어주지 않기 때문에 착용하실 때 편안하지 않을 수도 있습니다. 남성용으로 하나의 크기만 있습니다! +마요르카의 요리는 지중해 지역의 유사 지역의 요리처럼 빵, 야채와 고기(특히 돼지고기)를 기초로 하고 있으며, 올리브 기름을 계속 사용한다. +특히 여름에는 간단하고 인기가 많은 저녁 식사로 파 ��мб 올리가 있습니다: 빵, 올리브 오일, 토마토, 치즈, 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특별히 특 +모든 접속사와 당신에게 대항하는 접속사를 포함한 모든 접속사는 항상 문장의 중간에서도 첫 번째 글자가 대문자로 시작됩니다. +이 방법은 일부 동사와 대상을 구분하는 중요한 방법입니다. +또한, 접속사 또는 형용사가 접속된 형태로 사용되었는지 여부를 확인해야 하기 때문에 쓰기가 약간 어렵게 되지만, 읽기가 더 쉬워졌다는 의견도 있습니다. +이탈리아어의 발음은 일반적으로 단어의 철자와 동일하게 발음되기 때문에 상당히 쉽습니다. +특별히 주의해야 할 글자는 'c'와 'g'입니다. 이 두 글자의 발음은 다음 모음에 따라 다르기 때문입니다. +또한, r와 rr를 다르게 발음해야 합니다: caro는 친절한 뜻으로, carro는 전차를 의미합니다. +페르시아어의 문법은 일반적으로 상당히 쉬운 및 일반적인 문법으로 구성되어 있습니다. +따라서, 이 문법 가이드를 읽으면 페르시아어 문법에 대해 많은 것을 배워서 문장을 더 잘 이해할 수 있습니다. +물록, 만약 로망스어를 알고 있다면, 포르투갈어를 배우는 것이 쉬워질 것입니다. +그러나, 스페인어를 약간 알고 있는 사람들은, 포르투갈어가 충분히 가까워서 별도로 공부할 필요가 없는 것으로 빠르게 결론을 내릴 수 있다. +역사적인 천문대는 일반적으로 오늘날에는 더 이상 유효하지 않으며 박물관으로 남아 있거나 교육의 장소로 남아 있습니다. +그들의 최고의 시대에 발생하던 조명 오염은 오늘날처럼 문제가 되지 않았기 때문에, 일반적으로 도시 또는 캠퍼스에 위치해 있으며, 현대에 건립된 건물보다 접근이 쉬운 곳에 위치해 있습니다. +대부분의 현대 연구용 망원경은 멀리 떨어진 지역에 있으며, 적절한 대기 조건을 가지고 있습니다. +벚꽃 관망은 일본 문화의 일부로서 8 세기부터 존재하고 있습니다. +이 컨셉은 중국에서 발생하였으며, 복숭아는 선택된 꽃으로 여겨졌습니다. +일본에서 첫 번째 벚꽃 파티는 황제가 자신과 황궁 주변의 귀족들에게만 열렸다. +식물들은 자연적인 환경에서 최고의 모습을 보이므로, 최소한 하나도 제거하지 마십시오. +형식적으로 설계된 정원을 방문할 때, 생물학적 샘플을 수집하는 것도 논의 없이 추방될 수 있습니다. +싱가포르는 일반적으로 매우 안전하고 쉽게 이동할 수 있는 장소이며, 도착하면 대부분의 상품을 구매할 수 있습니다. +그러나, 적도에서 북쪽으로 약간 떨어진 지역에 위치한다면, ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� +북쪽으로 헤브론으로 가는 버스도 있습니다. 이곳은 아브라함, 이삭, 이자와 그들의 아내들의 전통적인 묘지입니다. +생각하고 있는 버스가 헤브론으로 출발하는지, 아니면 헤브론 근처의 유대인 정착지인 키리아트 아라바로 출발하는지 확인하십시오. +내륙 운하는 좋은 휴가 주제가 될 수 있습니다. +예를 들어 루아르 계곡, 라인 계곡에 있는 성을 찾아보거나 다뉴브 강 또는 에리 운하를 항해하여 관심을 모으는 도시를 찾아보는 것이 좋은 옵션입니다. +또한 인기 있는 등산 및 자전거 도보 코스의 경로를 정의하고 있습니다. +크리스마스는 기독교의 가장 중요한 휴일 중 하나로, 예수의 생일로 축하된다. +이 축제에 둘러싸여 있는 많은 전통들은 기독교 국가에서 기독교인들 이외의 사람들에게도 채택되었으며, 전 세계에서 기독교인들 이외의 사람들에게도 채택되었다. +예수의 부활절 밤을 깨어서 일출을 보는 전통이 있습니다. +이 전통에 대한 기독교 신학적 설명은 당연한 것으로, 그러나 이 전통은 분명히 기독교 전통 이전에 있었던 봄과 생적의 의식이었을 수도 있습니다. +보다 전통적인 교회들은 크리스트의 부활을 기념하기 위해, 주당의 새벽 시각에 크리스트의 부활을 기념하기 위해 주당의 새벽 시각에 크리스트의 부활을 기념하기 위해 주당의 새벽 시각에 크리스트의 부활을 기념하기 위해 주당의 새벽 시각에 크리스트의 부활을 기념하기 위해 주당의 새벽 시각에 크리스트의 부활을 기념하기 위해 주당의 새벽 시각에 크리스트의 부활을 기념하기 위해 주당의 새벽 시각에 크리스트의 부활을 기념하기 위해 주당의 새벽 시각에 크리스트의 부활을 기념하기 위해 주당의 새벽 시각에 크리스트의 부활을 기념하기 위해 주당의 새벽 시각에 크리스트의 부활을 기념하기 위해 주당의 새벽 시각에 크리스트의 부활을 기념하기 +섬에 처음 도착한 모든 동물들은 모두 수영, 날려서 도착했습니다. +대륙에서 멀리 떨어져 있기 때문에 포유류들은 여행을 수행할 수 없었습니다. 그래서 거대한 거북이가 갈라파고스 섬의 주요 먹이 동물로 되었습니다. +인간이 갈라파고스에 도착한 이후, 양, 말, 소, 쥐, 고양이, 개 등 많은 포유류가 도입되었다. +겨울에 북극 또는 남극 지역을 방문하면, 태양이 지평선 이상으로 떠오르지 않는 북극 밤을 경험할 수 있습니다. +이 기간 동안 하늘은 거의 24시간 동안 어둡게 보이므로, 북극성을 보는 좋은 기회를 얻을 수 있습니다. +이 지역의 인구 밀집도가 낮기 때문에 밤에 발생하는 반도체 오염 문제가 없기 때문에 별을 즐겁게 볼 수 있습니다. +일본의 업무 문화는 서양인들이 익숙하지 않을 수 있습니다. 일본의 업무 문화는 서양인들이 익숙하지 않을 수 있습니다. 일본의 업무 문화는 서양인들이 익숙하지 않을 수 있습니다. 일본의 업무 문화는 서양인들이 익숙하지 않을 수 있습니다. 일본의 업무 문화는 서양인들이 익숙하지 않을 수 있습니다. 일본의 업무 문화는 서양인들이 익숙하지 않을 수 있습니다. 일본의 업무 문화는 서양인들이 익숙하지 않을 수 있습니다. 일본의 업무 문화는 서양인들이 익숙하지 않을 수 있습니다. 일본의 업무 문화는 서양인들이 익숙하지 않을 수 있습니다. 일본의 업무 문화는 서양인들이 익숙하지 않을 수 있습니다. 일본의 업무 문화는 서양인들이 +셔츠는 일반적인 비즈니스 옷이며, 동료들은 가족 이름 또는 직업 명칭으로 서로 불러야 한다. +집단적인 노력을 강조하는 것보다 개인적인 성과를 칭찬하는 것이 작업 환경의 필수적인 요소입니다. +일반적으로 직원들은 어떠한 결정도 상사의 승인을 받아야 하며, 상사의 지시를 따라야 하는 것으로 예약되어 있습니다. diff --git a/test-en-ko.bleu b/test-en-ko.bleu new file mode 100644 index 0000000000000000000000000000000000000000..6d468905ddadd51b4e404190ba5f6a4b7be8f2da --- /dev/null +++ b/test-en-ko.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 6.79 30.2/10.0/4.0/1.8 (BP = 1.000 ratio = 1.121 hyp_len = 20657 ref_len = 18427) diff --git a/test-en-ko.comet b/test-en-ko.comet new file mode 100644 index 0000000000000000000000000000000000000000..ca04d7b900d205c178e5ebda43f87458ad50884b --- /dev/null +++ b/test-en-ko.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 0 score: 0.8037 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 1 score: 0.8955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 2 score: 0.8598 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 3 score: 0.8753 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 4 score: 0.8860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 5 score: 0.7282 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 6 score: 0.9288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 7 score: 0.8856 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 8 score: 0.9076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 9 score: 0.9053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 10 score: 0.9157 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 11 score: 0.7933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 12 score: 0.8758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 13 score: 0.8823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 14 score: 0.8845 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 15 score: 0.2519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 16 score: 0.8626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 17 score: 0.9371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 18 score: 0.8325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 19 score: 0.8873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 20 score: 0.9230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 21 score: 0.8934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 22 score: 0.9278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 23 score: 0.8589 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 24 score: 0.8773 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 25 score: 0.9209 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 26 score: 0.8507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 27 score: 0.8283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 28 score: 0.8405 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 29 score: 0.9091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 30 score: 0.7933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 31 score: 0.8383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 32 score: 0.8900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 33 score: 0.9328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 34 score: 0.9174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 35 score: 0.9126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 36 score: 0.8159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 37 score: 0.8860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 38 score: 0.7763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 39 score: 0.9146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 40 score: 0.8582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 41 score: 0.9666 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 42 score: 0.5230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 43 score: 0.8734 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 44 score: 0.7362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 45 score: 0.8924 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 46 score: 0.8535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 47 score: 0.9267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 48 score: 0.8077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 49 score: 0.8717 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 50 score: 0.8978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 51 score: 0.8753 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 52 score: 0.9151 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 53 score: 0.9357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 54 score: 0.9017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 55 score: 0.8019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 56 score: 0.8785 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 57 score: 0.8566 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 58 score: 0.9065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 59 score: 0.9361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 60 score: 0.9184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 61 score: 0.8653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 62 score: 0.8795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 63 score: 0.9156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 64 score: 0.8474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 65 score: 0.7176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 66 score: 0.7443 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 67 score: 0.7680 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 68 score: 0.9114 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 69 score: 0.9140 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 70 score: 0.8951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 71 score: 0.7553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 72 score: 0.8744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 73 score: 0.8800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 74 score: 0.9010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 75 score: 0.8797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 76 score: 0.9228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 77 score: 0.8039 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 78 score: 0.9717 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 79 score: 0.8496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 80 score: 0.4433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 81 score: 0.9067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 82 score: 0.8704 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 83 score: 0.6399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 84 score: 0.8927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 85 score: 0.7391 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 86 score: 0.8198 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 87 score: 0.8979 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 88 score: 0.8878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 89 score: 0.7105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 90 score: 0.7739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 91 score: 0.7803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 92 score: 0.3861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 93 score: 0.9309 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 94 score: 0.9261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 95 score: 0.9264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 96 score: 0.9205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 97 score: 0.7154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 98 score: 0.8978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 99 score: 0.8542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 100 score: 0.8506 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 101 score: 0.8310 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 102 score: 0.8927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 103 score: 0.9637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 104 score: 0.2592 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 105 score: 0.3412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 106 score: 0.8765 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 107 score: 0.7326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 108 score: 0.7969 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 109 score: 0.8025 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 110 score: 0.8778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 111 score: 0.9419 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 112 score: 0.9407 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 113 score: 0.8630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 114 score: 0.6932 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 115 score: 0.2605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 116 score: 0.8842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 117 score: 0.9231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 118 score: 0.9194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 119 score: 0.7786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 120 score: 0.8739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 121 score: 0.7667 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 122 score: 0.9211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 123 score: 0.9606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 124 score: 0.7645 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 125 score: 0.9114 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 126 score: 0.9057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 127 score: 0.9097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 128 score: 0.9214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 129 score: 0.9152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 130 score: 0.8224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 131 score: 0.6644 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 132 score: 0.9099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 133 score: 0.9428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 134 score: 0.7515 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 135 score: 0.8297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 136 score: 0.9346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 137 score: 0.9073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 138 score: 0.9323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 139 score: 0.8718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 140 score: 0.9057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 141 score: 0.9258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 142 score: 0.8636 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 143 score: 0.9367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 144 score: 0.9064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 145 score: 0.9147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 146 score: 0.9516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 147 score: 0.9374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 148 score: 0.8808 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 149 score: 0.9232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 150 score: 0.8718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 151 score: 0.7301 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 152 score: 0.8496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 153 score: 0.8040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 154 score: 0.7635 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 155 score: 0.9010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 156 score: 0.9131 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 157 score: 0.8356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 158 score: 0.8256 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 159 score: 0.9279 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 160 score: 0.6863 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 161 score: 0.7794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 162 score: 0.8631 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 163 score: 0.9146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 164 score: 0.9322 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 165 score: 0.8066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 166 score: 0.9096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 167 score: 0.9119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 168 score: 0.3007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 169 score: 0.8257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 170 score: 0.8179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 171 score: 0.9367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 172 score: 0.8980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 173 score: 0.9290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 174 score: 0.7205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 175 score: 0.9253 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 176 score: 0.7994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 177 score: 0.8647 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 178 score: 0.9220 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 179 score: 0.9011 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 180 score: 0.9091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 181 score: 0.8872 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 182 score: 0.9488 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 183 score: 0.9388 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 184 score: 0.8979 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 185 score: 0.8985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 186 score: 0.9260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 187 score: 0.8278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 188 score: 0.8588 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 189 score: 0.8225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 190 score: 0.8475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 191 score: 0.8974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 192 score: 0.8986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 193 score: 0.8495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 194 score: 0.8693 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 195 score: 0.9213 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 196 score: 0.9154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 197 score: 0.8010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 198 score: 0.7922 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 199 score: 0.8738 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 200 score: 0.8113 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 201 score: 0.8038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 202 score: 0.8185 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 203 score: 0.7874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 204 score: 0.9043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 205 score: 0.9079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 206 score: 0.8271 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 207 score: 0.8092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 208 score: 0.8781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 209 score: 0.8404 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 210 score: 0.9510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 211 score: 0.8921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 212 score: 0.9017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 213 score: 0.9310 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 214 score: 0.8675 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 215 score: 0.9175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 216 score: 0.8059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 217 score: 0.9243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 218 score: 0.9377 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 219 score: 0.8299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 220 score: 0.9427 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 221 score: 0.8912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 222 score: 0.9322 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 223 score: 0.2915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 224 score: 0.9436 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 225 score: 0.9584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 226 score: 0.8639 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 227 score: 0.7326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 228 score: 0.8428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 229 score: 0.8522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 230 score: 0.9426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 231 score: 0.6101 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 232 score: 0.7245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 233 score: 0.5952 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 234 score: 0.7890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 235 score: 0.8574 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 236 score: 0.9218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 237 score: 0.9117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 238 score: 0.9229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 239 score: 0.8550 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 240 score: 0.8342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 241 score: 0.2805 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 242 score: 0.8394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 243 score: 0.8237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 244 score: 0.7847 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 245 score: 0.9210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 246 score: 0.7604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 247 score: 0.4200 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 248 score: 0.6859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 249 score: 0.9618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 250 score: 0.8939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 251 score: 0.9269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 252 score: 0.9426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 253 score: 0.9212 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 254 score: 0.9422 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 255 score: 0.9495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 256 score: 0.8393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 257 score: 0.9104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 258 score: 0.9230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 259 score: 0.8972 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 260 score: 0.9312 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 261 score: 0.8238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 262 score: 0.8809 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 263 score: 0.7790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 264 score: 0.9287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 265 score: 0.9092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 266 score: 0.8873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 267 score: 0.8801 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 268 score: 0.8991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 269 score: 0.9170 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 270 score: 0.8225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 271 score: 0.8152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 272 score: 0.9078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 273 score: 0.8697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 274 score: 0.8295 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 275 score: 0.4001 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 276 score: 0.8406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 277 score: 0.9507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 278 score: 0.8791 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 279 score: 0.6679 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 280 score: 0.9022 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 281 score: 0.1932 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 282 score: 0.9376 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 283 score: 0.8284 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 284 score: 0.8889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 285 score: 0.9068 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 286 score: 0.9382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 287 score: 0.8544 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 288 score: 0.7830 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 289 score: 0.8540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 290 score: 0.8716 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 291 score: 0.8998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 292 score: 0.9244 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 293 score: 0.8478 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 294 score: 0.8490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 295 score: 0.8940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 296 score: 0.8359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 297 score: 0.9413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 298 score: 0.8246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 299 score: 0.8996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 300 score: 0.9267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 301 score: 0.7647 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 302 score: 0.8883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 303 score: 0.9372 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 304 score: 0.8584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 305 score: 0.8239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 306 score: 0.8624 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 307 score: 0.9207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 308 score: 0.9414 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 309 score: 0.8827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 310 score: 0.9534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 311 score: 0.9340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 312 score: 0.9242 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 313 score: 0.8657 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 314 score: 0.9557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 315 score: 0.9594 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 316 score: 0.7053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 317 score: 0.9033 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 318 score: 0.8598 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 319 score: 0.7950 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 320 score: 0.7793 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 321 score: 0.8544 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 322 score: 0.9157 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 323 score: 0.8941 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 324 score: 0.9307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 325 score: 0.8720 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 326 score: 0.8526 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 327 score: 0.8810 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 328 score: 0.8999 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 329 score: 0.9396 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 330 score: 0.8877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 331 score: 0.3057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 332 score: 0.9501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 333 score: 0.7422 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 334 score: 0.9797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 335 score: 0.3863 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 336 score: 0.9218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 337 score: 0.8753 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 338 score: 0.8445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 339 score: 0.8785 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 340 score: 0.7961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 341 score: 0.8431 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 342 score: 0.4473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 343 score: 0.8208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 344 score: 0.8692 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 345 score: 0.8486 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 346 score: 0.8989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 347 score: 0.8254 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 348 score: 0.3127 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 349 score: 0.6858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 350 score: 0.9184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 351 score: 0.9345 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 352 score: 0.9198 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 353 score: 0.8551 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 354 score: 0.8794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 355 score: 0.9260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 356 score: 0.9291 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 357 score: 0.9197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 358 score: 0.9042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 359 score: 0.7860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 360 score: 0.7225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 361 score: 0.8724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 362 score: 0.8789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 363 score: 0.8403 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 364 score: 0.8838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 365 score: 0.7733 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 366 score: 0.7238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 367 score: 0.2422 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 368 score: 0.4313 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 369 score: 0.8146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 370 score: 0.8334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 371 score: 0.2628 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 372 score: 0.8593 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 373 score: 0.9089 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 374 score: 0.9364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 375 score: 0.9177 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 376 score: 0.8911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 377 score: 0.9148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 378 score: 0.8774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 379 score: 0.8861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 380 score: 0.8980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 381 score: 0.9230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 382 score: 0.7013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 383 score: 0.7283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 384 score: 0.9260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 385 score: 0.8220 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 386 score: 0.8248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 387 score: 0.9042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 388 score: 0.8720 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 389 score: 0.9329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 390 score: 0.9370 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 391 score: 0.8232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 392 score: 0.9177 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 393 score: 0.8810 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 394 score: 0.9540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 395 score: 0.9711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 396 score: 0.8477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 397 score: 0.9435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 398 score: 0.8549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 399 score: 0.9343 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 400 score: 0.9579 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 401 score: 0.8173 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 402 score: 0.8289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 403 score: 0.6956 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 404 score: 0.8070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 405 score: 0.8490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 406 score: 0.9224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 407 score: 0.4117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 408 score: 0.9251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 409 score: 0.9290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 410 score: 0.8930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 411 score: 0.8349 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 412 score: 0.8360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 413 score: 0.9258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 414 score: 0.8687 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 415 score: 0.9199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 416 score: 0.8000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 417 score: 0.8572 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 418 score: 0.9249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 419 score: 0.8856 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 420 score: 0.9441 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 421 score: 0.9239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 422 score: 0.6896 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 423 score: 0.8498 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 424 score: 0.8918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 425 score: 0.9357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 426 score: 0.9196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 427 score: 0.9055 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 428 score: 0.9155 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 429 score: 0.9494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 430 score: 0.7845 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 431 score: 0.8198 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 432 score: 0.8286 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 433 score: 0.8670 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 434 score: 0.7174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 435 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 436 score: 0.8720 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 437 score: 0.8900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 438 score: 0.9465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 439 score: 0.9230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 440 score: 0.9213 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 441 score: 0.9187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 442 score: 0.9592 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 443 score: 0.9213 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 444 score: 0.8015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 445 score: 0.8896 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 446 score: 0.9318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 447 score: 0.8686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 448 score: 0.8709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 449 score: 0.8440 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 450 score: 0.9212 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 451 score: 0.9252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 452 score: 0.9400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 453 score: 0.9249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 454 score: 0.8817 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 455 score: 0.9126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 456 score: 0.6301 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 457 score: 0.9424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 458 score: 0.8877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 459 score: 0.8903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 460 score: 0.9096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 461 score: 0.8892 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 462 score: 0.8147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 463 score: 0.9424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 464 score: 0.9176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 465 score: 0.8556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 466 score: 0.9324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 467 score: 0.7645 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 468 score: 0.6203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 469 score: 0.7615 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 470 score: 0.7080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 471 score: 0.8549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 472 score: 0.7478 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 473 score: 0.6823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 474 score: 0.7851 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 475 score: 0.9343 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 476 score: 0.7876 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 477 score: 0.9206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 478 score: 0.8572 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 479 score: 0.9261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 480 score: 0.8850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 481 score: 0.8503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 482 score: 0.8617 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 483 score: 0.9056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 484 score: 0.9102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 485 score: 0.7774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 486 score: 0.8908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 487 score: 0.8585 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 488 score: 0.9288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 489 score: 0.8311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 490 score: 0.8246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 491 score: 0.9300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 492 score: 0.9630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 493 score: 0.9439 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 494 score: 0.8371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 495 score: 0.9034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 496 score: 0.8982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 497 score: 0.8415 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 498 score: 0.8627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 499 score: 0.8909 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 500 score: 0.9367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 501 score: 0.9505 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 502 score: 0.9122 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 503 score: 0.8977 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 504 score: 0.7709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 505 score: 0.9321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 506 score: 0.8013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 507 score: 0.7540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 508 score: 0.8238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 509 score: 0.7615 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 510 score: 0.7531 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 511 score: 0.8581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 512 score: 0.2668 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 513 score: 0.7963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 514 score: 0.7723 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 515 score: 0.8104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 516 score: 0.7035 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 517 score: 0.9117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 518 score: 0.9112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 519 score: 0.9409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 520 score: 0.9059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 521 score: 0.8907 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 522 score: 0.8940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 523 score: 0.8156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 524 score: 0.9176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 525 score: 0.8508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 526 score: 0.7396 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 527 score: 0.7338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 528 score: 0.8182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 529 score: 0.9088 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 530 score: 0.7691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 531 score: 0.8635 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 532 score: 0.7656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 533 score: 0.2816 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 534 score: 0.8353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 535 score: 0.5194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 536 score: 0.7347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 537 score: 0.8901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 538 score: 0.8541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 539 score: 0.9166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 540 score: 0.9004 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 541 score: 0.9265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 542 score: 0.8949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 543 score: 0.8911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 544 score: 0.9025 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 545 score: 0.8658 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 546 score: 0.8883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 547 score: 0.9154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 548 score: 0.8470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 549 score: 0.9474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 550 score: 0.8774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 551 score: 0.9274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 552 score: 0.9225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 553 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 554 score: 0.9371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 555 score: 0.6780 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 556 score: 0.7216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 557 score: 0.8629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 558 score: 0.5984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 559 score: 0.8700 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 560 score: 0.8438 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 561 score: 0.9135 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 562 score: 0.8660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 563 score: 0.8410 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 564 score: 0.8279 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 565 score: 0.9502 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 566 score: 0.9109 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 567 score: 0.9220 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 568 score: 0.8567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 569 score: 0.7593 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 570 score: 0.9228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 571 score: 0.9350 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 572 score: 0.8419 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 573 score: 0.9090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 574 score: 0.8643 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 575 score: 0.7879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 576 score: 0.8330 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 577 score: 0.8742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 578 score: 0.9176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 579 score: 0.5630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 580 score: 0.8380 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 581 score: 0.8515 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 582 score: 0.8581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 583 score: 0.8144 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 584 score: 0.6554 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 585 score: 0.8824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 586 score: 0.8744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 587 score: 0.7757 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 588 score: 0.8245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 589 score: 0.9109 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 590 score: 0.9188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 591 score: 0.9507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 592 score: 0.7963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 593 score: 0.9204 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 594 score: 0.9141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 595 score: 0.8670 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 596 score: 0.8950 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 597 score: 0.7809 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 598 score: 0.8335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 599 score: 0.9483 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 600 score: 0.8896 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 601 score: 0.7983 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 602 score: 0.8317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 603 score: 0.8175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 604 score: 0.9223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 605 score: 0.9427 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 606 score: 0.8175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 607 score: 0.6474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 608 score: 0.7267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 609 score: 0.8648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 610 score: 0.9541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 611 score: 0.8525 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 612 score: 0.9080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 613 score: 0.8945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 614 score: 0.9417 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 615 score: 0.8992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 616 score: 0.9522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 617 score: 0.9619 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 618 score: 0.9133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 619 score: 0.8656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 620 score: 0.8400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 621 score: 0.8694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 622 score: 0.9304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 623 score: 0.8815 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 624 score: 0.8425 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 625 score: 0.9316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 626 score: 0.9638 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 627 score: 0.9463 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 628 score: 0.8687 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 629 score: 0.8601 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 630 score: 0.8854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 631 score: 0.9513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 632 score: 0.9538 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 633 score: 0.9338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 634 score: 0.9632 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 635 score: 0.9337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 636 score: 0.9072 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 637 score: 0.8699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 638 score: 0.8736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 639 score: 0.9449 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 640 score: 0.9530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 641 score: 0.9697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 642 score: 0.8520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 643 score: 0.6904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 644 score: 0.3734 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 645 score: 0.7712 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 646 score: 0.8906 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 647 score: 0.8535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 648 score: 0.1965 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 649 score: 0.8227 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 650 score: 0.8488 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 651 score: 0.8085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 652 score: 0.3099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 653 score: 0.2674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 654 score: 0.8415 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 655 score: 0.8839 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 656 score: 0.7699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 657 score: 0.8997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 658 score: 0.7646 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 659 score: 0.8673 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 660 score: 0.8421 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 661 score: 0.9407 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 662 score: 0.9193 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 663 score: 0.8511 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 664 score: 0.8795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 665 score: 0.8542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 666 score: 0.8379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 667 score: 0.8121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 668 score: 0.9342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 669 score: 0.9190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 670 score: 0.9199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 671 score: 0.9309 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 672 score: 0.9013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 673 score: 0.8871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 674 score: 0.9511 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 675 score: 0.7943 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 676 score: 0.9020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 677 score: 0.8671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 678 score: 0.9126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 679 score: 0.9482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 680 score: 0.8766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 681 score: 0.9307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 682 score: 0.9403 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 683 score: 0.8930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 684 score: 0.8634 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 685 score: 0.8642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 686 score: 0.9079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 687 score: 0.9095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 688 score: 0.9385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 689 score: 0.8528 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 690 score: 0.9049 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 691 score: 0.8735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 692 score: 0.9178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 693 score: 0.8317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 694 score: 0.8652 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 695 score: 0.8855 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 696 score: 0.9469 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 697 score: 0.9196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 698 score: 0.8504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 699 score: 0.9566 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 700 score: 0.9008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 701 score: 0.8630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 702 score: 0.8912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 703 score: 0.8880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 704 score: 0.8406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 705 score: 0.8463 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 706 score: 0.7914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 707 score: 0.9121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 708 score: 0.9278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 709 score: 0.8985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 710 score: 0.8827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 711 score: 0.8483 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 712 score: 0.9477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 713 score: 0.8808 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 714 score: 0.8794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 715 score: 0.7870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 716 score: 0.7245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 717 score: 0.8602 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 718 score: 0.9120 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 719 score: 0.4351 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 720 score: 0.8737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 721 score: 0.8332 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 722 score: 0.9403 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 723 score: 0.9162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 724 score: 0.9445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 725 score: 0.9499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 726 score: 0.8886 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 727 score: 0.8816 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 728 score: 0.4320 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 729 score: 0.8825 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 730 score: 0.9017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 731 score: 0.9156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 732 score: 0.8747 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 733 score: 0.8595 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 734 score: 0.8364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 735 score: 0.8950 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 736 score: 0.9252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 737 score: 0.8770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 738 score: 0.8839 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 739 score: 0.8909 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 740 score: 0.8790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 741 score: 0.7081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 742 score: 0.8676 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 743 score: 0.8594 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 744 score: 0.8298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 745 score: 0.5304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 746 score: 0.8853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 747 score: 0.8970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 748 score: 0.9493 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 749 score: 0.9231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 750 score: 0.8917 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 751 score: 0.8946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 752 score: 0.8696 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 753 score: 0.9078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 754 score: 0.8901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 755 score: 0.8984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 756 score: 0.9120 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 757 score: 0.8868 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 758 score: 0.9034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 759 score: 0.8644 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 760 score: 0.9322 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 761 score: 0.7534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 762 score: 0.8413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 763 score: 0.8518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 764 score: 0.8560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 765 score: 0.7582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 766 score: 0.9275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 767 score: 0.8792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 768 score: 0.9436 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 769 score: 0.9668 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 770 score: 0.9215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 771 score: 0.9076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 772 score: 0.8318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 773 score: 0.8984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 774 score: 0.9192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 775 score: 0.8607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 776 score: 0.8464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 777 score: 0.8736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 778 score: 0.8436 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 779 score: 0.8675 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 780 score: 0.6862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 781 score: 0.2197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 782 score: 0.8828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 783 score: 0.7427 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 784 score: 0.9151 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 785 score: 0.7551 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 786 score: 0.9055 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 787 score: 0.8609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 788 score: 0.8630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 789 score: 0.8984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 790 score: 0.8452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 791 score: 0.8055 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 792 score: 0.9131 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 793 score: 0.8455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 794 score: 0.7296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 795 score: 0.8674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 796 score: 0.9590 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 797 score: 0.8014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 798 score: 0.9089 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 799 score: 0.9134 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 800 score: 0.8415 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 801 score: 0.9027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 802 score: 0.8644 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 803 score: 0.8564 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 804 score: 0.6326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 805 score: 0.7909 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 806 score: 0.8376 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 807 score: 0.9153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 808 score: 0.8722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 809 score: 0.8859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 810 score: 0.6543 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 811 score: 0.6919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 812 score: 0.9357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 813 score: 0.8748 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 814 score: 0.7975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 815 score: 0.7430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 816 score: 0.9035 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 817 score: 0.3280 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 818 score: 0.4807 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 819 score: 0.8132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 820 score: 0.9243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 821 score: 0.9249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 822 score: 0.8673 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 823 score: 0.8644 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 824 score: 0.9081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 825 score: 0.9118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 826 score: 0.9352 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 827 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 828 score: 0.8965 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 829 score: 0.8030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 830 score: 0.9047 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 831 score: 0.7939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 832 score: 0.8702 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 833 score: 0.6952 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 834 score: 0.1910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 835 score: 0.8057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 836 score: 0.7129 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 837 score: 0.6576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 838 score: 0.8559 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 839 score: 0.8533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 840 score: 0.8770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 841 score: 0.8344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 842 score: 0.3831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 843 score: 0.8951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 844 score: 0.6916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 845 score: 0.6365 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 846 score: 0.6871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 847 score: 0.8496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 848 score: 0.7272 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 849 score: 0.8310 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 850 score: 0.8103 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 851 score: 0.8923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 852 score: 0.9214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 853 score: 0.9335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 854 score: 0.8125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 855 score: 0.8960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 856 score: 0.7898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 857 score: 0.9392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 858 score: 0.7210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 859 score: 0.9076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 860 score: 0.9276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 861 score: 0.9199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 862 score: 0.8040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 863 score: 0.7662 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 864 score: 0.8927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 865 score: 0.8361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 866 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 867 score: 0.8041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 868 score: 0.9435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 869 score: 0.8605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 870 score: 0.9224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 871 score: 0.9332 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 872 score: 0.8715 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 873 score: 0.8799 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 874 score: 0.9253 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 875 score: 0.8307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 876 score: 0.9099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 877 score: 0.6873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 878 score: 0.9196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 879 score: 0.8892 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 880 score: 0.8862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 881 score: 0.2838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 882 score: 0.9396 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 883 score: 0.9202 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 884 score: 0.8275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 885 score: 0.8952 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 886 score: 0.8682 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 887 score: 0.8301 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 888 score: 0.7455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 889 score: 0.8278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 890 score: 0.8111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 891 score: 0.7842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 892 score: 0.2333 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 893 score: 0.9126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 894 score: 0.8062 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 895 score: 0.9001 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 896 score: 0.9249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 897 score: 0.8838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 898 score: 0.9271 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 899 score: 0.8940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 900 score: 0.9203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 901 score: 0.9004 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 902 score: 0.7166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 903 score: 0.8760 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 904 score: 0.9036 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 905 score: 0.8918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 906 score: 0.9219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 907 score: 0.8244 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 908 score: 0.8680 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 909 score: 0.9093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 910 score: 0.8704 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 911 score: 0.7924 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 912 score: 0.9023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 913 score: 0.8471 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 914 score: 0.8721 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 915 score: 0.8668 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 916 score: 0.9008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 917 score: 0.8444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 918 score: 0.9218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 919 score: 0.8299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 920 score: 0.8173 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 921 score: 0.8188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 922 score: 0.9068 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 923 score: 0.3417 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 924 score: 0.9185 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 925 score: 0.8804 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 926 score: 0.8603 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 927 score: 0.8433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 928 score: 0.9099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 929 score: 0.8843 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 930 score: 0.8743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 931 score: 0.7817 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 932 score: 0.7926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 933 score: 0.7723 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 934 score: 0.8119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 935 score: 0.8449 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 936 score: 0.7527 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 937 score: 0.9484 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 938 score: 0.9524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 939 score: 0.8527 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 940 score: 0.9246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 941 score: 0.9485 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 942 score: 0.9454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 943 score: 0.9178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 944 score: 0.7985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 945 score: 0.8990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 946 score: 0.8016 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 947 score: 0.9098 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 948 score: 0.8870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 949 score: 0.9287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 950 score: 0.8834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 951 score: 0.7767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 952 score: 0.8499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 953 score: 0.8464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 954 score: 0.8014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 955 score: 0.9226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 956 score: 0.9094 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 957 score: 0.9654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 958 score: 0.8802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 959 score: 0.8905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 960 score: 0.8121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 961 score: 0.7538 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 962 score: 0.8693 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 963 score: 0.8089 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 964 score: 0.9340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 965 score: 0.7964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 966 score: 0.8874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 967 score: 0.7641 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 968 score: 0.7709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 969 score: 0.7971 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 970 score: 0.9091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 971 score: 0.2698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 972 score: 0.7336 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 973 score: 0.8998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 974 score: 0.8900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 975 score: 0.9134 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 976 score: 0.8878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 977 score: 0.8946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 978 score: 0.9303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 979 score: 0.9126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 980 score: 0.8275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 981 score: 0.9160 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 982 score: 0.9167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 983 score: 0.8546 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 984 score: 0.9067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 985 score: 0.9007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 986 score: 0.8538 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 987 score: 0.8857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 988 score: 0.7932 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 989 score: 0.7692 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 990 score: 0.9499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 991 score: 0.5385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 992 score: 0.8878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 993 score: 0.8714 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 994 score: 0.8870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 995 score: 0.8791 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 996 score: 0.8746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 997 score: 0.9587 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 998 score: 0.8405 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 999 score: 0.7963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 1000 score: 0.9085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 1001 score: 0.4256 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 1002 score: 0.8531 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 1003 score: 0.8822 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 1004 score: 0.9027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 1005 score: 0.9254 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 1006 score: 0.9012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 1007 score: 0.8820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 1008 score: 0.4178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 1009 score: 0.8832 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 1010 score: 0.8981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko Segment 1011 score: 0.8715 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-en-ko score: 0.8444 diff --git a/test-en-zh b/test-en-zh new file mode 100644 index 0000000000000000000000000000000000000000..d1d994487d50588093b854684af87263a4ae88f5 --- /dev/null +++ b/test-en-zh @@ -0,0 +1,1012 @@ +他补充道:“我们现在有 4 个月大的非糖尿病小鼠,以前它们是糖尿病小鼠。” +纽芬兰省哈利法克斯大学医学教授、加拿大糖尿病协会临床和科学委员会主席埃胡德·乌尔博士警告说,这项研究还处于早期阶段。 +与其他一些专家一样,他对糖尿病能否治愈持怀疑态度,并指出这些发现对于已经患有一型糖尿病的人来说没有任何意义。 +周一,瑞典学院诺贝尔文学委员会常务秘书萨拉·丹尼乌斯在瑞典广播公司的一个广播节目中公开宣布,由于诺贝尔文学委员会无法直接与2016年诺贝尔文学奖得主鲍勃·迪伦取得联系,因此委员会放弃了与他取得联系的努力。 +丹尼乌斯说:“现在我们做了什么都没有做。我已经打电话给他最亲密的合作伙伴,并发送了电子邮件,收到了很友善的回复。现在这已经足够了。” +此前,Ring 首席执行官詹姆斯·西米诺夫 (Jamie Siminoff) 曾表示,该公司起源于他在车库里经营的商店的门铃不能听见。 +他说,他建造了一个 WiFi 门铃。 +2013 年,西米诺夫出现在《鲨鱼游戏》节目中,该节目的评审团拒绝为该初创公司提供资金。 +2017 年晚些时候,西米诺夫出现在购物电视频道 QVC 上。 +Ring 还与竞争对手安全公司 ADT 公司达成和解。 +虽然一种实验性疫苗似乎能够降低埃博拉致死率,但到目前为止,还没有药物能够清楚地证明适用于治疗现有感染。 +一种名为ZMapp的抗体混合物最初在实验室中表现出了潜力,但正式的研究表明,它对预防死亡的效果不如预期。 +在 PALM 试验中,ZMapp 担任控制,也就是说科学家们使用它作为基线,并将其他三种治疗方法与之进行比较。 +美国体操协会支持美国奥林匹克委员会的信件,并接受奥林匹克家庭为所有运动员提供安全环境的绝对需求。 +我们同意美国奥委会的声明,即我们运动员和俱乐部的利益,以及他们的运动项目,可能会更好地得到保障,而不是停止认证。 +美国艺术体操协会支持一项独立调查,该调查可能能够让人们了解为什么莱瑞·纳萨尔 (Larry Nassar) 的受害者如此勇敢地描述了这种比例的虐待行为,这种虐待行为能够持续这么长时间而不被发现,美国艺术体操协会欢迎所有必要和适当的变革。 +美国体操协会 (USA Gymnastics) 和美国奥委会 (USOC) 的目标一致——让运动员在安全、积极和充满希望的环境中追逐自己的梦想。 +在 1960 年代,布热津斯基先后为约翰·肯尼迪担任顾问,然后为林登·肯尼迪担任顾问。 +在 1976 年的选举中,他向卡特提供了外交政策建议,然后在 1977 年至 1981 年期间担任国家安全顾问 (NSA),接替海纳·金辛格 (Henry Kissinger)。 +作为国家安全局局长,他协助卡特总统处理世界事务,包括 1978 年达沃斯协议; 1970 年代末美中关系正常化; 1979 年伊朗革命,导致伊朗人质危机; 1979 年苏联入侵阿富汗。 +该片由莱昂纳多·迪卡普里奥执导,莱昂纳多·迪卡普里奥执导,莱昂纳多·迪卡普里奥执导,莱昂纳多·迪卡普里奥执导,莱昂纳多·迪卡普里奥执导,莱昂纳多·迪卡普里奥执导,莱昂纳多·迪卡普里奥执导,莱昂纳多·迪卡普里奥执导,莱昂纳多·迪卡普里奥执导,莱昂纳多·迪卡普里奥执导,莱昂纳多·迪卡普里奥执导,莱昂纳多·迪卡普里奥执导,莱昂纳多·迪卡普里奥执导,莱昂纳多·迪卡普里奥执导,莱昂纳多·迪卡普里奥执导,莱昂纳多·迪卡普里奥执导,莱昂纳多·迪卡普里奥执导,莱昂纳多·����� +戈斯林和斯通分别获得了最佳男主角和最佳女主角的提名。 +其他提名包括最佳影片、最佳导演、最佳摄影、最佳服装设计、最佳剪辑、最佳原创配乐、最佳制作设计、最佳声音编辑、最佳声音混音和最佳原创剧本。 +电影中的两首歌曲《试镜》(The Fools Who Dream)和《城市之星》(City of Stars)获得最佳原创歌曲提名,莱昂纳多·狄卡普里奥(Leonardo DiCaprio)的工作室莱昂纳多·狄卡普里奥工作室(Leonardo DiCaprio Workshop)获得26项提名,这是所有工作室中最多的。 +周日晚间,美国总统唐纳德·特朗普在通过新闻秘书发布的一份声明中宣布,美军将从叙利亚撤出。 +这一声明是在特朗普与土耳其总统埃尔多安通话后发布的。 +土耳其还将接管捕获的“伊斯兰国”武装分子的看守任务,该声明称,欧洲国家拒绝将这些武装分子遣返回国。 +这不仅证实至少有一些恐龙有羽毛,而且提供了化石通常无法提供的细节,例如颜色和三维排列。 +科学家表示,这种动物的羽毛颜色为棕褐色,背部呈浅色或含有胡萝卜素的颜色,腹部呈浅色或含有胡萝卜素的颜色。 +这一发现也为鸟类羽毛的演化提供了线索。 +因为恐龙的羽毛没有发达的轴,叫做“轴”,但它们却具有其他羽毛的特征——羽绒和羽绒毛——因此研究人员推测,轴可能是这些其他特征的后来演化产物。 +这些羽毛的结构表明它们不是用于飞行,而是用于温度调节或展示。研究人员建议,尽管这是一只年轻恐龙的尾巴,但样本显示的是成年羽毛,而不是幼鸟的羽毛。 +研究人员建议,尽管这是一只年轻恐龙的尾巴,但样本显示它的羽毛是成年恐龙的羽毛,而不是幼鸟的羽毛。 +昨天上午,土耳其加济安泰普警察总部发生爆炸,造成 2 名警察死亡,20 多人受伤。 +州长办公室表示,19 名受伤者中有 19 名是警察。 +警方表示,他们怀疑一名叙利亚民兵组织“伊斯兰国”成员对此次袭击负有责任。 +他们发现太阳运行的基本原理与其他恒星一样:系统中所有恒星的活动都受其亮度、自转和其他因素的驱动。 +利用亮度和旋转来确定一颗恒星的罗斯比数,罗斯比数与气体流动有关。 +Rossby 数越小,恒星对磁场反转越不活跃。 +在他的旅途中,岩崎遇到了很多麻烦。 +他被海盗抢劫,在西藏被狂犬袭击,在尼泊尔逃婚,在印度被捕。 +802.11n 标准支持 2.4GHz 和 5.0GHz 两个频率。 +这意味着它可以与 802.11a、802.11b 和 802.11g 兼容,只要基站有双天线。 +802.11n 的速度比其前辈要快得多,理论最大吞吐量为 600Mbit/s。 +杜瓦尔 (Duvall) 是一名已婚人士,有两个成年孩子,但他并没有给米勒 (Miller) 留下深刻的印象。 +当被问及对此事的评论时,米勒表示:“迈克在听证会上说了很多话……我正在准备,所以我没有真正听到他说的话。” +胡锦涛表示,“我们将努力在2020年前将单位GDP的二氧化碳排放量降低到2005年的水平”。 +他没有给出削减的具体数字,但他表示,这些削减将基于中国的经济产出。 +胡锦涛主席鼓励发展中国家“避免先污染后治理的老路”。 +他补充道,“他们不应该被要求承担超出其发展阶段、责任和能力范围的义务。” +伊拉克研究小组今天下午 12 点 GMT 发布了报告。 +它警告说,没有人能够保证,在伊拉克目前的情况下,任何行动都能够阻止宗教战争、增加暴力,或是滑向混乱。 +报告开头呼吁开展公开辩论,形成美国对中东政策的共识。 +报告对现行政府对伊拉克的政策几乎每一个方面都提出了批评,并呼吁立即改变方向。 +其 78 项建议中的第一项建议是,在本年度结束前,应采取新的外交举措,以确保伊拉克的边境免受敌对干涉,重建与邻国的外交关系。 +现任参议员、阿根廷第一夫人克里斯蒂娜·费尔南德斯·德·基肖内 (Cristina Fernandez de Kirchner) 昨晚在布宜诺斯艾利斯以西 50 公里 (31 英里) 的拉普拉塔 (La Plata) 宣布参加总统竞选。 +克里斯汀夫人在阿根廷剧院宣布了她参加总统竞选的意愿,这是她在2005年参加参议院竞选时使用的同一地点。 +这场辩论是由飓风“卡特琳娜”后的救灾和重建费用的争议引发的,有些财政保守派人士戏谑地将其称为“布什的新奥尔良协议”。 +自由派批评重建努力的焦点是将重建合同授予华盛顿内部人士。 +有四百多万人前往罗马参加葬礼。 +在圣彼得广场举行葬礼的人数如此之多,使得没有人能够进入葬礼现场。 +在罗马各处安装了几台大屏幕,让人们能够观看仪式。 +在意大利的许多其他城市,以及世界其他地区,尤其是波兰,类似的设施也建立了起来,这些设施吸引了许多人前来观看。 +历史学家批评过去的联邦调查局政策过于集中资源解决容易解决的案件,特别是汽车被盗案,以提高该机构的成功率。 +2005 年财政年度,国会开始为色情行动提供资金,并规定联邦调查局必须派出 10 名特工负责成人色情。 +罗贝恩·乌塔帕 (Robin Uthappa) 打出本场比赛的最高分 70 分,只用 41 个球就击中了 11 个四分球和 2 个六分球。 +中间位置的击球手萨奇恩·腾德拉卡尔和拉霍尔·德拉维德表现出色,他们的合作伙伴关系达到了百分之百。 +但是,印度队在失去队长的带领下只拿到了 36 分,最终以 7 分的劣势结束了比赛。 +美国总统乔治·W·布什于11月16日上午抵达新加坡,开始了一周的亚洲之行。 +他在新加坡被新加坡副总理黄金盛迎接,与新加坡总理李显龙就贸易和恐怖主义问题进行了讨论。 +在中期选举中连续一周亏损后,布什向观众讲述了亚洲贸易的扩张。 +总理史蒂芬·哈珀同意将政府的“清洁空气法案”提交全党委员会审查,在该法案第二次审议之前,周二在总理办公室与新民主党领袖杰克·劳顿举行了 25 分钟的会议。 +在与首相会面时,莱顿要求保守党修改其环境法案,并要求对保守党环境法案进行“全面重写”。 +自从联邦政府介入并接管了德文波特的默西河医院的资金,州政府和一些联邦议员就批评了这一行为,认为这是联邦选举即将于11月份召开之前的一个噱头。 +但澳大利亚总理约翰·霍华德表示,这项法案只是为了保证澳大利亚塔斯马尼亚州政府不会将该医院的设施降级,因此澳大利亚增加了 4500 万澳元的资金。 +据最新通报显示,海平面测量显示发生了海啸。在Pago Pago和Niue附近记录到了一些海啸活动。 +据报道,汤加没有发生重大破坏或伤亡,但电力短暂中断,这使得汤加当局无法接收由太平洋海啸预警中心发布的海啸预警。 +尽管预警已解除,但位于或靠近海岸线的夏威夷14所学校仍在周三全天关闭。 +美国总统乔治·W·布什欢迎这一宣布。 +布什发言人约翰·约翰罗表示,朝鲜的承诺“是朝鲜半岛无核化目标的重要一步”。 +今天,大西洋飓风赛季的第十个命名风暴——亚热带风暴“杰里”在大西洋形成。 +美国国家飓风中心 (NHC) 表示,截至目前,“杰里”对陆地没有威胁。 +美国水利工程局估计,6 英寸的降雨可能会损坏之前受损的堤坝。 +在飓风“卡特琳娜”期间,九号区的洪水高达 20 英尺。目前,该区域的水位高达腰部,因为附近的堤坝被淹没。 +在100英尺宽的河堤上,水泛滥成灾。 +在上个月与维基新闻讨论时,众议院管理员亚当·库尔登 (Adam Cuerden) 表达了他对删除行为的不满。 +“他(威尔士)从一开始就对我们撒谎。第一,他假装这是因为法律原因。第二,他假装他在听我们,直到他删除了他的艺术作品。” +由于社区的不满,现在正在努力制定一项政策,以规范网站上的性内容,该网站拥有数百万个开放许可证的媒体。 +这项工作主要是理论性的,但这个程序是为了模拟对银河系的观测而编写的。 +该团队正在寻找的效应是由银河系的暗物质和星系暗物质之间的潮汐力引起的。 +就像月亮对地球的引力造成潮汐一样,银河系也对天鹅座星系产生了引力。 +科学家们能够得出结论,暗物质对暗物质的影响与普通物质对普通物质的影响一样。 +这一理论认为,大多数银河系周围的暗物质分布在银河系周围的一种类似于圆环的区域,是由许多小颗粒组成的。 +电视报道显示,厂区有白烟冒出。 +当地政府警告附近居民尽量待在室内,关闭空调,不要喝自来水。 +日本核能机构表示,核电站内发现了放射性铯和碘。 +当局推测,这可能意味着现场存放的铀燃料容器可能已经破裂并泄漏。 +托尼·莫尔博士在南非的凯扎鲁纳尔地区发现了极其耐药性结核病(XDR-TB)。 +他在接受采访时表示,新的变异株“非常令人担忧和恐惧,因为死亡率非常高”。 +莫尔博士认为,有些患者可能在医院感染了这种病毒,至少有两名患者是医院的工作人员。 +在一年的时间里,一个感染者可能会感染 10 到 15 个密切接触者。 +然而,在整个结核病患者群体中,XDR-TB的比例似乎仍然很低;南非某一时刻感染结核病的总人数为 330,000 人,其中有 6,000 人感染了 XDR-TB。 +这两颗卫星均重超过 1000 磅,以每小时 17,500 英里的速度飞行,在地球上空 491 英里处相撞。 +科学家们表示,这次碰撞导致的爆炸非常巨大。 +他们仍在努力确定这次事故的规模以及地球受到的影响。 +美国国防部的战略指挥中心正在跟踪这些碎片。 +分析结果将在公众网站上公布。 +根据俄亥俄州当局的说法,一名曾在匹兹堡儿童医院工作的医生周三被发现其母亲在其汽车后备箱中死亡后,将被指控犯有故意杀人罪。 +马拉·巴拉萨布拉马尼亚医生(Dr. Malar Balasubramanian),29岁,在俄亥俄州蓝阿什(Blue Ash)被发现,这是辛辛那提(Cincinnati)以北大约15英里处的一个郊区,她穿着T恤和内裤躺在路边,似乎已经服用了大量药物。 +她指挥警察前往距离她 500 英尺的黑色奥德赛 Intrigue。 +在那里,他们发现了血迹斑斑的毯子覆盖着 53 岁的萨罗杰·巴拉苏布拉马尼亚尸体。 +警方表示,该尸体似乎已经在那里呆了大约一天。 +该病今年夏季的首例病例于7月末报告。 +这种疾病是由猪传播的,然后通过蚊子传播到人类身上。 +这次疫情迫使印度政府采取了一系列措施,包括在严重受疫情影响的地区部署猪捕手、发放数千条蚊帐和喷洒杀虫剂。 +政府也承诺将提供数百万支脑炎疫苗,以帮助卫生机构做好明年的准备。 +由于缺乏资金和对其他疾病的低优先级,今年计划将疫苗运送到历史上最受影响的地区的计划被推迟。 +1956 年,斯兰尼亚移居瑞典,三年后他开始为瑞典邮政工作,并成为他们的首席雕刻师。 +他为瑞典和28个其他国家制作了1000多枚邮票。 +他的作品质量和细节得到了广泛认可,是邮票收藏家中的“家喻户晓”人物之一。有些人专门收藏他的作品。 +他收藏的第 1,000 枚邮票是 2000 年出版的大卫·克洛克尔·埃伦斯特拉尔的《瑞典国王的伟大事迹》,该邮票列入《吉尼斯世界纪录大全》。 +他还曾为许多国家雕刻钞票,最近的例子包括加拿大新版 5 元和 100 元纸币的总理肖像。 +事故发生后,吉布森被送往医院接受治疗,但很快就去世了。 +64岁的卡车司机没有受伤。 +事故发生后,汽车就被拖走了。 +一位在事故发生地附近的车库工作的人说:“有几个孩子在等着过马路,他们都在尖叫和哭泣。” +他们都跑回了事故发生的地方。 +巴厘岛会议的其他议题包括保护世界上剩余的森林,并分享技术,帮助发展中国家以更少污染的方式发展。 +联合国还希望最终确定一个基金,帮助受到全球变暖影响的国家应对影响。 +这笔钱可以用于建造防洪房屋、改善水资源管理和农作物多样化。 +弗鲁克写道,一些人试图阻止女性谈论女性健康问题的努力失败了。 +她得出这一结论的原因是,她收到了大量男性和女性的积极评论和鼓励,这些评论和鼓励呼吁将避孕药视为医疗必需品。 +在伤员被送往医院后,战斗停止了,约有 40 名其他囚犯留在了院子里,拒绝回到自己的牢房。 +谈判人员试图纠正这种情况,但犯人的要求不清楚。 +当地时间 10 点至 11 点,监狱里的囚犯在院子里点燃了一场大火。 +很快,装备了防暴装备的警察进入院子,用催泪瓦斯围困了囚犯。 +消防队员最终在晚上 11 点 35 分扑灭了火势。 +在 1963 年修建大坝后,河流的季节性洪水停止了,这些洪水会将泥沙带到整个河流。 +这种沉积物对于形成沙滩和海滩至关重要,这些沙滩和海滩为野生动物提供了栖息地。 +因此,两种鱼类已灭绝,另外两种鱼类受威胁,其中包括背鳍鲑鱼。 +虽然洪水过后水位只会上升几英尺,但官员们希望这样的水位足以恢复下游的沉积沙滩。 +没有发布海啸预警,雅加达地震局表示,由于地震没有达到 6.5 级的要求,因此不会发布海啸预警。 +尽管没有海啸威胁,但居民开始恐慌,开始离开他们的商店和家园。 +虽然温弗雷在告别观众时泪流满面,但她向她的粉丝们表示,她会回来的。 +“这不是告别,而是一个篇章的结束,另一个篇章的开始。” +纳米比亚总统和议会选举的最终结果显示,现任总统希菲凯普尼·波哈姆巴(Hifikepunye Pohamba)以巨大优势连任。 +统治党南西非人民组织(SWAPO)在议会选举中也保住了多数席位。 +盟军和阿富汗军队进入该地区,以确保该地区的安全,其他盟军飞机也被派往该地区提供援助。 +这架飞机在山区高处坠毁,据推测是遭到敌方火力的摧毁。 +搜索飞机坠毁现场的努力遭遇了恶劣的天气和崎岖的地形。 +Mangola 医疗慈善机构、Medecines Sans Frontieres 和世界卫生组织表示,这是该国记录的最严重的疫情。 +世界卫生组织发言人理查德·维尔曼表示:“安哥拉正面临其历史上最严重的疫情,安哥拉的情况仍然非常糟糕。” +比赛于上午 10:00 开始,天气晴朗,除了中午短暂的阴雨,其余时间都非常适合进行七人制橄榄球比赛。 +南非队作为本次比赛的头号种子队伍,在与第五名种子赞比亚队的比赛中取得了轻松的 26-00 胜利。 +在与南部姐妹队的比赛中,南非队的表现确实令人失望,但随着比赛的进行,南非队的表现逐渐改善。 +他们的纪律性防守、球掌握技巧和出色的团队合作让他们脱颖而出,显然他们是要击败的球队。 +阿姆斯特丹市政府和安妮·弗朗克纪念馆官员表示,这棵树感染了真菌,对公众健康构成危害,因为他们认为这棵树即将倒塌。 +这棵树原定于周二被砍伐,但在紧急法庭裁决后得以保住。 +所有洞穴入口都被称为“七姐妹”,直径至少在 100 到 250 米(328 到 820 英尺)之间。 +红外照片显示,白天和夜间温度的变化表明它们可能是洞穴。 +“白天它们比周围表面冷,夜间它们比周围表面温暖。 +美国地质调查局(USGS)的阿斯特罗地质团队成员、亚利桑那州立大学(Northern Arizona University)位于亚利桑那州弗拉格斯塔夫(Flagstaff, Arizona)的格伦·卡辛(Glen Cushing)说:“它们的热力学行为不像地球上大型洞穴那样稳定,但它们与这些洞穴是深坑一致。” +在法国,投票一直是一种低科技的体验:投票者在票箱中封闭自己,将自己选择的候选人的印刷好的纸张放入信封中。 +官员确认选民身份后,选民将信封投入选票箱并签名。 +法国的选举法较为严格地规定了选举程序。 +自 1988 年以来,选票箱必须透明,以便选民和观察员能够见证,在投票开始时,选票箱中没有信封,除了经过计票和授权的选民的信封外,选票箱中没有其他信封。 +候选人可派代表见证整个选举过程。晚间,志愿者在严密监督下按照特定程序计票。 +在 2007 年台北 IT 月期间,ASUS Eee PC 由于成本和功能因素在全球发布,成为热门话题。 +但是,在 2007 年台湾可持续发展奖颁奖典礼上,台湾行政院授予 ASUS 奖项后,笔记本电脑的消费市场将发生巨大的变化。 +该电台网站描述这档节目为“老式广播剧,带有新奇独特的技术宅男旋律!” +在早期,该节目仅在长期运营的互联网广播网站 TogiNet Radio 上播出,该网站专注于谈话广播。 +2015 年晚些时候,TogiNet 成立了 AstroNet Radio 作为其子公司。 +该节目最初由东德克萨斯州的业余配音演员主持。 +据报道,当执法人员不在比什凯克街头时,抢劫仍在继续。 +一名观察员描述说,比什凯克陷入了一种“秩序混乱”的状况,黑帮成员四处游荡,抢劫商店,掠夺消费品。 +许多比什凯克居民指责南部的抗议者造成了混乱。 +南非队在罗伯特·巴福肯体育场(Rustenburg,南非)的三国橄榄球比赛中击败了新西兰队(All Blacks)。 +最终比分是 21 比 20,结束了全黑队连续 15 场比赛的胜利。 +对于南非队来说,这场比赛结束了他们连续五场失利的颓势。 +这场比赛是“全黑队”的最后一场比赛,他们已经在两周前赢得了奖杯。 +该系列赛的最后一场比赛将于下周在约翰内斯堡的埃利斯公园举行,当时南非队将与澳大利亚队进行比赛。 +周一晚间 10 点 08 分,蒙大拿州西部发生了一次中等强度地震。 +美国地质调查局 (USGS) 和其国家地震信息中心尚未收到有关损坏情况的报告。 +该地震的震中位于迪伦以北东北约 20 公里 (15 英里)处,而位于布特以南约 65 公里 (40 英里)处。 +法国东部城市里昂附近的沼泽地中发现的一只死亡野鸭确诊感染了对人类致命的H5N1禽流感病毒。 +法国是欧盟第七个感染这种病毒的国家,之后是奥地利、德国、斯洛文尼亚、保加利亚、希腊和意大利。 +克罗地亚和丹麦的 H5N1 疑似病例仍未得到确认。 +钱伯斯将上帝告上法庭,指控上帝“造成了地球上数以百万计人的死亡、破坏和恐惧”。 +Chambers 是一名无神论者,他认为自己的诉讼是“无稽之谈”,“任何人都可以起诉任何人”。 +卡米尔·圣桑的法国歌剧中的故事描述了一位艺术家,“他的生活受到毒品和日本的控制”。 +因此,演员在舞台上吸食大麻,而剧院本身也鼓励观众参与其中。 +前众议院议长纽特·金里奇 (Newt Gingrich)、德克萨斯州州长里克·佩里 (Rick Perry) 和国会议员米歇尔·巴克曼 (Michele Bachmann) 分别获得第四、第五和第六名。 +投票结果出炉后,格林赞扬了圣罗兰,但对罗姆尼的评价却很差,因为罗姆尼在爱荷华州播放了反格林的负面广告。 +佩里表示,他将“返回德克萨斯州评估今晚的初选结果,决定是否继续参加这场竞选”,但随后表示他将继续参加竞选,并在1月21日参加南卡罗来纳州的初选。 +8 月份,巴赫曼赢得了艾姆斯草根投票,她决定结束其竞选活动。 +摄影师被送往罗纳德·里根/加州大学洛杉矶分校医疗中心,随后死亡。 +据报道,他 20 多岁。在一份声明中,贝勒表示:“尽管我并未直接参与这起悲剧事件,但我的思想和祈祷都在受害者的家人身上。” +娱乐新闻网站 TMZ 了解到,摄影师在 Sepulveda Boulevard 的另一侧停了车,试图拍摄警察停车时的照片,然后穿过马路继续行驶,这让加州高速公路巡逻队的一名警察下令他回到马路的另一侧,两次。 +警方表示,撞到摄影师的车辆驾驶员不太可能面临刑事指控。 +由于每天只有 18 枚奖牌,许多国家未能进入奖牌榜。 +它们包括荷兰,安娜·约克姆森在昨天的超级大回转比赛中获得女子站姿级别的第九名,以及芬兰,卡塔·萨里宁在同样的比赛中获得第十名。 +澳大利亚的米切尔·戈尔利 (Mitchell Gourley) 在男子站姿超级大回转比赛中获得第 11 名。捷克选手奥尔德里希·杰利内克 (Oldrich Jelinek) 在男子坐姿超级大回转比赛中获得第 16 名。 +墨西哥的 Arly Velasquez 在男子坐姿超级大回转比赛中获得第 15 名,新西兰的 Adam Hall 在男子站姿超级大回转比赛中获得第 9 名。 +波兰男子视力障碍滑雪运动员马切伊·克雷泽尔和指导员安娜·奥加尔斯卡在超级大回转比赛中获得第十三名。韩国选手郑世浩在男子坐姿超级大回转比赛中获得第二十四名。 +联合国维和部队在 2010 年海地地震后抵达海地,他们被指责是该疾病的传播者,该疾病起源于维和部队的营地附近。 +根据诉讼,联合国营地的垃圾没有得到正确的消毒,导致细菌进入海地最大的一条河流——阿蒂博尼特河的支流。 +在军队到达之前,海地从 19 世纪以来就没有出现过与疾病相关的问题。 +海地司法与民主研究所参考了一些独立研究的结果,认为尼泊尔的联合国维和部队不知不觉将疾病带到了海地。 +联合国疾病专家丹尼尔·兰札尼 (Danielle Lantagne) 表示,该疫情可能是由维和部队引起的。 +汉密尔顿证实,霍华德大学医院收治了一名稳定的患者。 +这名患者曾前往尼日利亚,尼日利亚发生过埃博拉病毒疫情。 +医院遵循传染病控制程序,包括将患者与他人隔离,以防止他人感染。 +在《辛普森一家》之前,西蒙在各种电视节目中担任过不同的职务。 +在 1980 年代,他参与制作了《出租车》、《欢乐合唱团》和《特丽莎·乌尔曼秀》等节目。 +1989 年,他帮助布鲁克斯和格雷宁创造了《辛普森一家》,并负责聘请该节目的第一个写作团队。 +尽管他在 1993 年离开了这个节目,但他仍然保留了执行制片人的头衔,并且每个赛季仍然收到数百万美元的版税。 +此前,中国新闻社报道称,一架飞机被抢劫。 +随后的报道称,该飞机收到了炸弹威胁,被迫返回阿富汗,降落在坎大哈。 +早期报道称,飞机在乌鲁木齐被拒绝紧急降落后,被迫返回阿富汗。 +伊朗的飞机事故很常见,因为该国的飞机舰队老化且维护不善,不仅用于民用航班,也用于军事航班。 +国际制裁意味着新飞机无法购买。 +本周早些时候,一架警察直升机坠毁,造成 3 人死亡,3 人受伤。 +上个月,伊朗发生了多年来最严重的空难,一架飞往亚美尼亚的客机坠毁,机上168人全部遇难。 +同一个月,另一架飞机在马什哈德机场滑出跑道,撞上了墙壁,造成 17 人死亡。 +Aerosmith 取消了其巡回演唱会的剩余演出。 +该摇滚乐队计划在 9 月 16 日之前在美国和加拿大进行巡回演出。 +由于主唱史蒂芬·泰勒 8 月 5 日在台上表演时摔倒受伤,他们取消了巡演。 +在第一盘比赛中,摩雷在抢七大战中输掉了第一盘比赛,因为两名球员在第一盘比赛中都没有出现失误。 +在第二盘比赛中,德尔·波特罗拥有早期优势,但这也需要在6-6后进行加赛才能决出胜负。 +此时,波特罗接受了肩部治疗,但他还是回到了比赛中。 +该节目于当地时间晚上 8:30 开始 (15.00 UTC)。 +来自全国各地的许多著名歌手为圣施耶姆的脚底演唱了巴杰尼,即敬拜歌曲。 +歌手萨尼·沙尔玛 (Sanju Sharma) 开始了晚会,随后 Jai Shankar Choudhary 继续表演。他还演唱了 chhappan bhog bhajan。歌手拉杰·坎德拉瓦尔 (Raju Khandelwal) 陪同他表演。 +然后,拉克哈·辛格带领大家唱起了各种各样的圣歌。 +108 份 Chhappan Bhog (在印度教中,56 种不同的食物,如糖果、水果、坚果、菜肴等,用于供奉神灵) 被供奉给巴巴·夏姆。 +拉克哈·辛格 (Lakkha Singh) 也演唱了“chhappan bhog bhajan”。歌手拉杰·坎德拉瓦尔 (Raju Khandelwal) 陪同他演唱。 +在东京电玩展周四的主题演讲中,任天堂总裁岩田聪介绍了公司新一代 Nintendo Revolution 游戏机的控制器设计。 +这个控制器类似于电视遥控器,它使用两个靠近用户电视的传感器来三角测量它在三维空间中的位置。 +这样,玩家可以通过空中移动设备来控制游戏中的动作和移动。 +吉安卡罗·菲希切拉在比赛开始后不久就失去了控制,比赛很快就结束了。 +他的队友费尔南多·阿隆索 (Fernando Alonso) 在比赛的大部分时间里都处于领先地位,但在他进入维修站后不久就结束了比赛,可能是因为右前轮受损严重。 +迈克尔·舒马赫 (Michael Schumacher) 在比赛结束后不久就退出了比赛,因为在比赛中发生了许多战斗,造成了悬挂的损坏。 +据新闻发布会记录,他说:“她很可爱,唱歌也很好听。” +“每次排练这首歌,我的心都会泪流满面。” +发射约 3 分钟后,发射舱内的摄像头拍摄到燃料箱上的绝缘泡沫脱落。 +然而,它们不会对航天飞机造成任何损坏。 +NASA 航天飞机项目负责人 N. Wayne Hale Jr. 表示,泡沫“在我们担心的时间之后”脱落。 +五分钟后,一阵风开始吹来,一分钟后,风速达到每小时 70 公里,随后下起了雨,但雨很大,很猛烈,像针一样打在你的皮肤上,接着就下起了冰雹,人们惊慌失措,尖叫着跑来跑去。 +我失去了我的妹妹和她的朋友,我在路上遇到了两个坐在轮椅上的残疾人,人们就跳过去推他们,”阿玛尼·维萨奇说。 +NHK 还报道称,日本新泻县的 Kashiwazaki Kariwa 核电站正常运行。 +北陆电力公司报告称,地震没有造成任何影响,其柴油发电厂的1号和2号反应堆已关闭。 +据报道,该地区约有 9400 户家庭没有水,约有 100 户家庭没有电力。 +受灾地区的一些道路受损,铁路服务中断,石川县的諾托机场仍然关闭。 +一枚炸弹爆炸在总督办公室外。 +在接下来的两个小时内,又有三枚炸弹在政府大楼附近爆炸。 +有报道称,官方死亡人数为 8 人,官方报告确认有 30 人受伤,但最终数字还不清楚。 +在吃了受污染的宠物食品后死亡的宠物的尿液样本中,均发现了尿酸和甲醛。 +该大学的研究人员表示,这两种化合物相互作用形成晶体,可能会影响肾脏功能。 +研究人员观察到,当加入氨基甲酸和吡啶酸后,猫的尿液中就会形成晶体。 +通过红外光谱 (FTIR) 比较,这些晶体的成分与受影响的宠物尿液中发现的晶体成分一致。 +我不知道你是否意识到这一点,但大多数来自中美洲的商品免税进入了这个国家。 +然而,我们的 80% 的商品通过关税在中美洲国家征收了关税。 +这似乎不合理,绝对不公平。 +我只是告诉人们,你们对待我们的方式就是我们对待你们的方式。 +加州州长阿诺·施瓦辛格 (Arnold Schwarzenegger) 签署了一项法案,禁止向未成年人出售或租赁暴力游戏。 +该法案规定,在加州销售的暴力游戏必须标有“18”字样的标签,销售给未成年人的行为将被处以每次罚款 1000 美元的罚款。 +检察官凯尔·斯塔默 (Kier Starmer QC) 今天上午发表了一份声明,宣布对霍恩和普赖斯的起诉。 +霍纳已辞职,他的内阁职务将由艾德·戴维 (Ed Davey MP) 接任。诺曼·兰姆 (Norman Lamb MP) 预计将接替戴维担任商务大臣一职。 +霍内和普赖斯将于 2 月 16 日出庭参加西敏宪法法庭的听证会。 +两名遇难者分别是25岁的尼古拉斯·阿尔登和21岁的扎卡里·库德德贝克。库德德贝克曾是车辆的驾驶员。 +埃德加·维古利亚和克里斯托弗·施奈德尔在比赛中受伤,需要进行重建手术。 +乌卡的武器在指向第五名男子头部时失灵。施奈德的疼痛仍在继续,一只眼睛失明,头骨缺损,面部由钛金属重建。 +施奈德尔 (Schneider) 在其祖国的美国空军基地通过视频链接作证。 +在周三的比赛之外,卡普兰迪诺参加了冠军赛中的两场个人比赛。 +她的第一项比赛是滑铁卢,她在第一次比赛中未能完成比赛。116 名参赛选手中有 36 名获得了同样的成绩。 +她的另一项比赛是大回转,她在女子坐姿组的比赛中以 4:41.30 和 2:11.60 的总成绩排名第十,比奥地利选手克劳迪亚·洛什获得的第一名慢了 2:11.60 分钟,比匈牙利选手吉奥吉·丹尼获得的第九名慢了 1:09.02 分钟。 +女子坐姿组的 4 名滑雪运动员未能完成比赛,117 名滑雪运动员中有 45 名未能进入比赛。 +中央邦警方找回了被盗的笔记本电脑和手机。 +Deputy Inspector General D K Arya 说:“我们逮捕了五名强奸瑞士女子的犯罪嫌疑人,并找回了她的手机和笔记本电脑”。 +被告人名叫巴巴·坎杰尔(Baba Kanjar)、布塔·坎杰尔(Bhutha Kanjar)、拉姆普·坎杰尔(Rampro Kanjar)、加兹·坎杰尔(Gaza Kanjar)和维什纳·坎杰尔(Vishnu Kanjar)。 +警察局长查兰谢卡尔·索兰基表示,被告人在法庭出庭时戴着口罩。 +车辆撞上房屋时,房屋内有三人,但没有人受伤。 +然而,司机头部严重受伤。 +事故发生的道路暂时关闭,以便紧急救援人员把驾驶员从红色奥迪TT汽车中解救出来。 +他最初在詹姆斯·佩奇医院(Great Yarmouth)接受治疗。 +他随后被转移到剑桥的亚当布罗克斯医院。 +自此,阿德科亚被指控谋杀自己的儿子,目前正在爱丁堡地方法院接受审判。 +她被拘留,等待起诉和审判,但任何目击证人的证据都可能受到污染,因为她的照片广为流传。 +这种做法在英国其他地区很常见,但苏格兰的司法制度不同,法院认为发布照片可能会带来偏见。 +邓迪大学教授帕梅拉·费格森 (Pamela Ferguson) 指出,“如果记者发布了涉案嫌疑人的照片等信息,他们似乎走在了危险的边缘。” +皇家检察官办公室负责起诉案件的总体工作,已经向记者表示,至少在起诉之前不会再发表任何评论。 +据泄露的文件显示,该文件将涉及边界争端,巴勒斯坦希望以 1967 年中东战争前的边界为基础。 +据报道,此次会谈还讨论了耶路撒冷的未来状况,这座城市对两国都具有圣洁意义,以及约旦河谷问题。 +以色列要求在签署协议后,在约旦河谷继续保持军事存在十年,而巴勒斯坦方面同意只留在约旦河谷五年。 +在补充害虫控制试验中,枪手将被严密监视,因为试验将被监视并评估其效果。 +NPWS 与澳大利亚狩猎射击协会(新南威尔士州)有限公司合作,招募了合格的志愿者,参与澳大利亚狩猎射击协会(新南威尔士州)有限公司的狩猎计划。 +Mick O'Flynn 是国家公园和野生动物保护局 (NPWS) 的暂时负责人帕克保护和遗产,他表示,第一次射杀行动中选择的四名射手接受了全面的安全培训和训练。 +昨天,马丁内利宣誓了一个由九名成员组成的新临时选举委员会(CEP)。 +这是马丁内利在过去四年内的第五次 CEP。 +上个月,总统委员会推荐前 CEP 主席辞职,这是为了推动国家迈向新一轮选举所采取的一系列措施之一。 +这个委员会是马丁内利对反政府抗议活动的回应,这些抗议活动于 10 月份开始。 +这些有时暴力的抗议活动是由于未能举行选举而引发的,有些早在 2011 年就开始了。 +据报道,有约 60 例 iPod 因过热而出现故障,导致 6 起火灾,造成 4 人轻微烧伤。 +日本经济产业省 (METI) 表示,它已经知晓 27 起与设备相关的事故。 +上周,经济产业省宣布,苹果公司向其报告了 34 起额外的过热事件,苹果公司称这些事件“不严重”。 +外交部回应称,苹果公司推迟报告“令人遗憾”。 +该地震发生于当地时间 07:19 (格林威治标准时间周五晚间 09:19)。 +北马里亚纳群岛紧急管理办公室表示,该国没有报告任何损坏。 +太平洋海啸预警中心也表示没有海啸预警。 +一名前菲律宾警察在菲律宾首都马尼拉抢劫了一辆巴士,并把香港游客作为人质。 +罗兰多·门多萨用M16步枪向游客开枪。 +目前已经救出了几名人质,至少有六名人质已经确认死亡。 +包括儿童和老人在内的六名人质早些获释,菲律宾摄影师也早些获释。 +摄影师后来替换了一位年迈的女士,因为她需要上厕所。门多萨被枪杀。 +Liggins 跟随父亲的脚步进入了医学领域。 +他在奥克兰国家妇女医院开始了他的医生职业生涯,并于 1959 年开始接受妇产科培训。 +在医院工作期间,利金斯利用业余时间开始研究剖宫产。 +他的研究表明,如果给孕妇注射激素,可以加速胎儿肺部成熟。 +新华社报道,政府调查人员周三找到了两个“黑盒子”飞机记录仪。 +其他摔跤手也对露娜表示了敬意。 +汤米·梦露 (Tommy Dreamer) 说:“露娜是极限女王的第一位女王。她是我的第一位经纪人。露娜在两个月之夜去世。她就像她一样独特。她是一个坚强的女人。” +达斯汀·“金尘”·鲁内尔斯 (Dustin "Goldust" Runnels) 评论道:“Luna 就像我一样……甚至可能更疯狂……我爱她,也会想念她……希望她去了一个更好的地方。” +在 2010 年联邦大选之前,对澳大利亚成为共和国持反对意见的人数从 2008 年的 1,400 人增加了 8%。 +2010 年联邦选举期间,暂时担任总理的朱莉亚·吉拉德声称,她认为澳大利亚应该在伊丽莎白二世的统治结束时成为共和国。 +有 34% 的受访者认同这一观点,希望伊丽莎白二世成为澳大利亚最后一位君主。 +在这项调查中,有 29% 的受访者认为澳大利亚应该尽快成为共和国,而有 31% 的受访者认为澳大利亚永远不应成为共和国。 +这位奥运会金牌得主原定在英联邦运动会上参加 100 米和 200 米自由泳以及三项接力比赛,但由于他的投诉,他的健康状况受到了质疑。 +他无法服用治疗疼痛的药物,因为这些药物被禁止在比赛中使用。 +密苏里州中央大学的数学家和计算机科学教授库珀在 1 月 25 日发现了目前已知的最大质数。 +2 月初,几个人使用不同的硬件和软件验证了发现,周二宣布了这一发现。 +彗星可能是把水带到地球上的来源之一,它们还可以形成蛋白质,支持生命。 +科学家希望了解行星如何形成,特别是地球如何形成,因为很久以前彗星就撞击过地球。 +库莫53岁,今年早些时候开始担任州长,上个月他签署了一项法案,合法化同性婚姻。 +他将这些传闻称为“政治胡言乱语”。 +有人猜测他将在 2016 年竞选总统。 +FAA 声称 NextGen 系统将使飞机能够飞行更短的航线,每年节省数百万加仑燃料,减少二氧化碳排放。 +它使用卫星技术,而不是以前使用的地面雷达技术,使空中交通管制员能够更精确地确定飞机的位置,并向飞行员提供更准确的信息。 +没有额外的交通工具,地铁不会停靠温布利球场,球场内的停车场和停车换乘设施也无法使用。 +缺乏运输工具的担忧使人们担心,比赛将被迫在关闭的门窗下进行,而球队的支持者将无法参加比赛。 +周四在《科学》杂志上发表的一项研究报告称,在厄瓜多尔的加拉帕戈斯群岛上发现了一种新的鸟类物种。 +美国普林斯顿大学和瑞典乌普萨拉大学的研究人员报告说,这种新物种在仅仅两代之后就已经演化出来了,虽然这个过程被认为需要很长时间,但是这是因为它的繁殖过程涉及了本土的达尔文小鸟(Geospiza fortes)和移民的仙人掌小鸟(Geospiza conirostris)之间的交配。 +黄金可以加工成各种形状。它可以挤压成微小的形状。 +它可以拉成细丝,可以缠绕编织。它可以用锤子或滚轮压成板。 +它可以做得很薄,可以粘在其他金属上。它可以做得很薄,甚至可以用来装饰书籍中的手绘图画,这些图画被称为“照明手稿”。 +这被称为化学物质的 pH。你可以用红萝卜汁制作指示剂。 +芥末汁的颜色取决于化学物质的酸碱性(碱性)。 +pH 值指的是测试化学物质中氢离子(pH 中的 H)的数量。 +氢离子是由于氢原子由一个质子和一个电子组成,因此氢原子的电子被剥夺了,所以氢离子就是质子。 +将两种干粉搅拌均匀,然后用清洁的湿手挤压成球。 +你的手上的湿气会与外层发生反应,会有一种奇怪的感觉,形成一种外壳。 +哈拉帕和莫恩杰-达罗的大部分房屋都配备了卫生间,这些卫生间与先进的排水系统相连。 +在希腊克里特岛和圣托里尼岛的米诺斯文化城市的房屋中发现了排水系统的遗迹。 +古埃及、波斯和中国也有厕所。在罗马文明中,厕所有时候是公共浴室的一部分,男女混浴。 +当你打电话给千里之外的人时,你正在使用卫星。 +卫星在太空接到这个电话,然后几乎立即反射回来。 +卫星是由火箭发射到太空的。科学家们使用太空望远镜,因为地球大气层会扭曲我们的光线和视线。 +要将卫星或望远镜送入太空,需要一枚高达 100 英尺的巨型火箭。 +车轮改变了世界的方方面面。车轮对我们最大的贡献就是让我们的交通变得更加方便快捷。 +它为我们带来了火车、汽车和许多其他的交通工具。 +它们下面还有更多的中型猫科动物,它们的猎物从兔子到驼鹿和麋鹿不等。 +最后,还有许多小型猫科动物(包括宠物猫),它们会吃更多的小型猎物,比如虫子、兔子、蜥蜴和鸟类。 +他们的成功秘诀在于“小众市场”的概念,即每只猫都拥有一份特殊的工作,让它们不会与其他猫竞争。 +狮子是社会性最强的猫科动物,它们生活在大群体中,被称为“狮群”。 +一个狮群由一到三只成年雄狮组成,还有多达三十只母狮和幼狮。 +雄性通常是一个大家庭的兄弟和父亲,而雌性通常是一个大家庭的姐妹和女儿。 +狮群的行为很像狼群或狗群,它们的行为很像狮子(但不像其他大型猫科动物),而且对它们的猎物也很残暴。 +它是一名全面发展的运动员,尽管不是很擅长,但它可以爬树、游泳、跳跃远距离,并且可以拖动五倍于强壮人类的力量。 +虎和狮子、豹和猎豹都属于同一个属(猛虎属)。这四种猫是唯一能发出咆哮声的猫。 +虎的咆哮不像狮子那样充满力量,而是像一句咆哮的叫喊。 +小猎豹喜欢吃小动物。它们会捕捉猴子、蛇、兔子和鸟类。几乎所有小猎豹猎捕的动物都比它们小得多。 +科学家认为,小猎豹通过嗅觉追踪并找到食物(猎物)。 +它们在黑暗中看得很清楚,而且很隐蔽。豹科动物在黑暗中躲在环境中,等待猎物,然后迅速扑向猎物。 +当一小群生物(一个小群体)与它们来自的主要群体分离(如果它们穿过一座山脉或一条河流,或者移居到一个新的岛屿,这样它们很难回到原来的地方),它们通常会发现自己处于与之前不同的环境中。 +这个新环境有不同的资源和不同的竞争对手,因此新的人口需要不同的特征或适应才能成为更强大的竞争对手。 +原来的人口没有变化,他们仍然需要以前那样的适应。 +随着时间的推移,新的人口开始适应他们的新环境,他们开始越来越不像其他人口。 +最终,几千年甚至几百万年后,这两个群体之间的差异会变得如此之大,以至于不能称为同一物种。 +我们称这个过程为“物种形成”,这意味着新物种的形成。物种形成是进化过程中不可避免的结果,也是非常重要的一部分。 +植物通过光合作用产生氧气,人类呼出的二氧化碳则被植物吸收。 +植物通过光合作用从阳光中获取营养。它们还能提供遮荫。 +我们用植物建造房屋,用植物制作衣服。我们吃的大多数食物都是植物。没有植物,动物就无法生存。 +莫萨赛龙是当时的顶级掠食者,所以除了其他莫萨赛龙之外,它不怕任何东西。 +它长长的嘴巴上有超过 70 把锋利的牙齿,还有一套在它口腔顶部的额外牙齿,这意味着任何穿过它身边的东西都无法逃脱。 +我们不知道,但它可能有两根舌头。它的饮食包括鳖、大鱼、其他蜥蜴和食人蜥蜴。 +它还会攻击进入水中的任何东西,即使是像泰坦巨龙这样的巨型恐龙也无法抵挡它的攻击。 +虽然大多数罗马人的食物对我们来说都很熟悉,但他们也有一些奇怪或不常见的食物,包括野猪、天鹅、蜗牛和一种叫做松鼠的啮齿动物 +另一个差异是,贫穷的人和女人坐在椅子上吃饭,而富有的男人则喜欢在一起吃饭,他们吃饭的时候喜欢侧卧。 +古罗马人的餐食不可能包括后来从美洲或亚洲传入欧洲的食物。 +例如,他们没有玉米、没有番茄、没有马铃薯、没有巧克力,古罗马人也从来没有吃过火鸡。 +巴比伦人为每一位神都建造了一座主要的神庙,这些神庙被认为是神的家园。 +人们会把祭品献给神灵,神职人员则通过仪式和节日来满足神灵的需求。 +每座寺庙都有一个开放的寺院院落,然后有一个只有神职人员才能进入的内殿。 +在某些情况下,特殊的尖顶建筑,叫做“阶梯塔”,被用来作为寺庙的一部分。 +塔顶是神的圣殿。 +在中东的温暖气候中,房屋并不那么重要。 +大多数希伯来家庭的生活都发生在户外。 +女人在院子里做饭,商店只是一个摆在街上的柜台。用石头建房子。 +迦南地没有大片森林,因此木材非常稀缺,价格昂贵。 +格陵兰岛很少有人居住。北欧史诗中说,埃里克·红胡子被驱逐到冰岛后,继续向西旅行,发现了格陵兰岛,并将其命名为格陵兰岛。 +不管他发现了什么,埃斯基摩人部落已经在那里生活了。 +尽管每个国家都被称为“斯堪的纳维亚”,但丹麦、瑞典、挪威和冰岛的人民、国王、习俗和历史却有很多不同之处。 +如果您看过电影《国家宝藏》,您可能会认为《独立宣言》的背面写着一张宝藏地图。 +但事实并非如此。虽然这份文件的背面上写着什么,但并不是宝藏地图。 +独立宣言的背面写着“1776 年 7 月 4 日的原始独立宣言”的字样。这段文字出现在文件的底部,颠倒阅读。 +虽然没有人知道这份文件的作者是谁,但人们知道,这份大型羊皮纸文件(长 29¾ 英寸,宽 24½ 英寸)在它的早期生命中曾被折叠起来储存。 +因此,这个注释可能只是一个标签而已。 +诺曼底登陆和随后的战斗解放了法国北部,但南部还没有解放。 +它被“维希”法国人统治。这些法国人在 1940 年与德国人达成了和平协议,而不是与入侵者作战。 +1940 年 8 月 15 日,盟军入侵法国南部,这次入侵被称为“龙骑兵行动”。 +在仅仅两周的时间里,美国和自由法国军队已经解放了南部法国,开始向德国方向转移。 +文明是一种单一的文化,是一个重要的大群体共同生活和工作的社会。 +“文明”一词来源于拉丁语 civilis,意思是“文明”,与拉丁语 civis,意思是“公民”,civitas,意思是“城市”或“城邦”有关,也某种程度上定义了社会的规模。 +城邦是国家的前身。文明的文化意味着跨越几代人的知识传承,留下的文化足迹以及公平的扩散。 +许多次要文明在没有留下相关历史证据的情况下就消亡了,因此很难被认定为真正的文明。 +在革命战争期间,13 个州首先组成了一个脆弱的中央政府——宪法协议的唯一组成部分是国会。 +国会没有任何权力征收税收,因为没有国家行政机构和司法机构,所以它必须依靠州政府来执行其所有法律。但州政府往往不积极配合。 +它也没有权力干预各州之间的税收和关税。 +这些条款必须得到所有州的一致同意才能修改,州政府对中央政府的重视程度不够,他们的代表常常缺席。 +意大利国家足球队与德国国家足球队是世界上最成功的球队之一,他们在 2006 年赢得了国际足联世界杯冠军。 +最受欢迎的运动项目包括足球、篮球、排球、水球、击剑、橄榄球、自行车、冰球、轮滑和一级方程式赛车。 +冬季运动在北部地区最受欢迎,意大利人参加了国际比赛和奥运会。 +日本拥有近 7,000 个岛屿(其中最大的岛屿是本州岛),使日本成为世界上第七大岛屿! +由于日本有很多岛屿,因此日本在地理上经常被称为“群岛”。 +台湾的历史可以追溯到 15 世纪,当时欧洲航海者经过这个岛屿时,将岛屿命名为 Ilha Formosa,意思是“美丽的岛屿”。 +1624 年,荷兰东印度公司在台湾西南部建立了一个基地,这标志着台湾原住民的粮食生产方式发生了变化,荷兰东印度公司雇佣中国劳工在其稻米和甘蔗种植园工作。 +1683 年,清朝(1644-1912)军队占领台湾西部和北部海岸地区,1885 年宣布台湾为清帝国的省份。 +1895 年,清政府在第一次中日甲午战争(1894-1895)中失败后,签署了《马关条约》,将台湾割让给日本,直到 1945 年,日本统治台湾。 +马丘比丘由三座主要建筑组成,分别是“太阳神庙”、“三窗厅”和“太阳神祭坛”。 +为了让游客能够更好地了解这些建筑的原貌,大多数建筑都进行了重建。 +到 1976 年,马丘比丘的三分之一已经得到了修复,修复工作仍在继续。 +例如,世界上最常见的照片拍摄格式是35毫米,这是模拟时代结束时的主流胶片尺寸。 +它仍然在今天生产,但更重要的是,它的屏幕比例被数码相机图像传感器格式所继承。 +实际上,35毫米的尺寸是36毫米宽,24毫米高。 +因此,这种格式的宽高比(除以 12 得到最简单的整数比率)为 3:2。 +许多常见的格式(例如 APS 家族的格式)都等于或接近这种比例。 +经常被人误用和嘲笑的第三分割规则是一个简单的指导方针,它可以赋予照片动感,同时保持一定的秩序。 +它指出,主体的最佳位置是将图像横向和纵向分成三等份的线的交叉点(请参见示例)。 +在这段欧洲历史中,天主教会已经变得富有和强大,因此它受到了质疑。 +尽管语言和习俗有所不同,但基督教宗教在过去一千多年里使欧洲各国联系在一起。 +它的无所不在的力量影响了从皇帝到平民的每一个人。 +基督教的一个主要原则是,财富应该用来缓解痛苦和贫困,教会的货币资金就是为了这个目的而存在的。 +教会的中央权威机构已经在罗马居住了一千多年,这种集中权力和金钱的做法让许多人怀疑这一教条是否得到了满足。 +战争爆发后不久,英国就开始对德国实施海上封锁。 +这种封锁战略证明是有效的,切断了军事和民用供应,尽管这种封锁违反了过去两个世纪签署的一些国际协议所确立的一般国际法。 +英国在国际海域开采矿产,以防止任何船只进入整个海域,对中立船只造成危险。 +由于这种策略的反应有限,德国预期其无限制潜艇战争也会得到类似的反应。 +在 20 世纪 20 年代,大多数公民和国家的主流观念是和平主义和隔离主义。 +在第一次世界大战期间看到了战争的恐怖和暴行后,各国都希望以后不要再发生这样的情况。 +1884 年,特斯拉移居美国纽约市,接受爱迪生公司的雇佣。 +他携带 4 美分、一本诗集和查尔斯·巴赫勒 (他的前任雇主) 写给托马斯·爱迪生的一封推荐信来到美国。 +古代中国有一种独特的方式来区分不同的历史时期;每个时期的中国或每个执政的家族都是一个独特的朝代。 +此外,每个朝代之间还有一个不稳定的省份分裂时期。最为人所熟知的这一时期是汉末三国时期,这一时期持续了 60 年,从汉朝到晋朝。 +在这段时间里,许多贵族为了争夺王位而展开了激烈的战斗。 +三国时期是中国历史上血腥程度最高的时代之一,数千人在西安的大宫中争夺最高的位置而死亡。 +使用公制计量系统、从绝对主义转向共和主义、民族主义以及国家属于人民而不是一个统治者的信念,这些都是社会和政治上的影响。 +此外,革命后的职位对所有男性申请人开放,让最有野心和成功的人有机会成功。 +同样的道理也适用于军队,因为军队的排名不再以阶级为基础,而是以卡利伯为基础。 +法国大革命也激励了其他国家被压迫的工人阶级人民开始自己的革命。 +穆罕默德非常感兴趣于这个平凡的生活之外的事物。他曾经经常去一个叫做“希拉”的洞穴里思考。这个洞穴位于“诺尔”(光)山上。 +这座洞穴本身,在时间的洗礼下,给人一种非常鲜明的穆罕默德精神倾向的印象。 +这座洞穴位于麦加北部的一座山上,与世隔绝。 +事实上,即使知道它存在,也很难找到。一旦进入洞穴,就完全隔离了。 +除了清澈迷人的天空和周围的山峰,洞穴里看不到任何东西,也听不到任何声音。 +埃及吉萨的大金字塔是七大奇迹中唯一仍然存在的建筑。 +公元前 3 世纪由埃及人建造的大金字塔是为了纪念死去的法老而建造的许多大型金字塔之一。 +吉萨平原,又称“吉萨陵墓”,位于埃及死亡之谷,包括几座金字塔(其中大金字塔是最大的)、几座小墓葬、几座神庙以及大狮身像。 +大金字塔是为了纪念法老古菲而建造的,而许多小金字塔、墓葬和神庙都是为了纪念古菲的妻子和家人而建造的。 +“上弓”的标记看起来像一个 V,而“下弓”的标记看起来像一个没有底部的圆形或一个没有底部的正方形。 +向上表示你应该从琴尖开始,推动琴弓,向下表示你应该从琴背(即你手握琴弓的地方)开始,拉动琴弓。 +上弓通常会产生较柔和的声音,而下弓则更强劲、更坚定。 +您可以根据自己的喜好在乐谱上绘制自己的标记,但请记住,印刷的弯曲标记是为了音乐的目的而存在的,因此通常应该尊重它们。 +1789 年 10 月 6 日,恐惧的路易十六国王、玛丽·安托瓦内特王后和他们的两个孩子(11 岁的玛丽·特蕾莎和 4 岁的路易·查尔斯)以及国王的妹妹伊丽莎白被一群市场妇女逼回巴黎。 +在一辆马车中,他们回到了巴黎,周围环绕着一群人尖叫声和对国王和王后的威胁。 +这群人强迫国王和王后的马车窗户打开。 +在一个时刻,一名暴徒挥舞着一名在凡尔赛宫被杀的皇家卫队的头颅,恐吓着惊慌失措的女王。 +美国帝国主义在占领菲律宾的战争费用由菲律宾人民自己支付。 +他们被迫向美国殖民政府缴纳税款,以弥补大部分支出以及通过华尔街银行融资的菲律宾政府债券利息。 +当然,从长期剥削菲律宾人民中获得的超额利润,将构成美帝国主义的基本利益。 +要了解骑士团,就必须了解骑士团诞生的背景。 +这些事件发生的年代通常被称为“高中世纪”,即 11 世纪、12 世纪和 13 世纪(公元 1000 年至 1300 年)的欧洲历史时期。 +高中世纪之前是早期中世纪,之后是晚期中世纪,根据传统,晚期中世纪大约在公元 1500 年结束。 +技术决定论是一个包罗万象的概念,从技术推动或技术命令到严格意义上的认为人类命运受科学定律和其在技术中的表现所支配。 +技术决定论的大多数解释都有两个普遍的想法:技术本身的发展趋势几乎不受文化或政治的影响,而技术又对社会产生了“影响”,这种影响是内在的,而不是社会条件所决定的。 +比如说,汽车的出现必然会导致道路的发展。 +然而,一个全国性的道路网络对于几辆汽车来说并不经济可行,因此开发了新的生产方法来降低汽车所有权的成本。 +大规模的汽车拥有率也导致了道路交通事故的频繁发生,从而推动了医疗健康领域对损伤的身体进行修复的新技术的发明。 +浪漫主义具有很大的文化决定论因素,来自于歌德、费希特和舍勒格尔等作家。 +在浪漫主义的背景下,地理环境塑造了个体,随着时间的推移,与该地理环境相关的习俗和文化逐渐产生,这些习俗和文化与社会的地理环境相协调,比随意制定的法律更好。 +就像巴黎被认为是当代世界的时尚之都一样,君士坦丁堡被认为是中世纪欧洲的时尚之都。 +从大约公元 400 年到大约公元 1100 年,它一直是奢侈品的中心。 +在 12 世纪,它的地位下降了,主要是因为十字军士兵带着珍贵的礼物回来了,比如丝绸和香料,这些礼物比拜占庭市场上的礼物更值钱。 +在这个时候,君士坦丁堡被巴黎取代成为时尚之都。 +哥特式建筑在 10 世纪至 11 世纪和 14 世纪之间达到顶峰。 +在早期,服装受东方拜占庭文化的影响很大。 +然而,由于沟通渠道缓慢,西方的时尚潮流可能会落后 25 到 30 年。 +在中世纪晚期,西欧开始发展自己的风格。由于十字军东征,人们开始使用按钮固定衣服。 +补给农业是为了生产足够的食物来满足农民和他们家庭的需求而进行的农业。 +补给性农业是一种简单的、经常是有机的系统,它使用来自生态区域的本土种子,与作物轮作或其他相对简单的技术相结合,以最大限度地提高产量。 +历史上,大多数农民从事自给自足农业,这在许多发展中国家仍然如此。 +Subcultures 聚集了那些被社会标准忽视的人,并让他们能够发展出自我认同感。 +由于成员的年龄、种族、阶级、地理位置和/或性别不同,文化亚文化可以具有明显的特征。 +可能是语言、美学、宗教、政治、性别、地理或其他因素的组合,决定了一个子文化的特征。 +一个子文化的成员通常通过独特而象征性地使用风格来表明自己的成员身份,这种风格包括时尚、习惯和俚语。 +社会化的重要性可以通过描述少数儿童在成长过程中,由于疏忽、不幸或故意虐待而未被成年人社会化的几个例子来说明。 +这些孩子被称为“野孩子”或“野孩子”。有些野孩子被人关押(通常是他们自己的父母);在某些情况下,这种孩子被抛弃是因为父母拒绝了孩子的严重智力或身体残疾。 +野生儿童可能在被抛弃或逃跑之前曾经遭受过严重的虐待或创伤。 +其他人则被动物抚养长大,有些人则是自己生活在野外。 +在完全被非人类动物养育的情况下,野生儿童的行为(在物理上的限制范围内)几乎完全与特定的照顾动物的行为相似,例如对人类的恐惧或无所谓。 +虽然项目驱动式学习应该让学习变得更容易和更有趣,但框架学习则迈出了一步。 +支架不是学习的方法,而是一种支撑,它支撑着那些正在使用新的计算机程序或开始新项目的个人。 +框架可以是虚拟的,也可以是实际的,也就是说,教师是框架的一种形式,但微软办公软件中的小纸夹人也是框架的一种形式。 +虚拟框架内置于软件中,用于提问、引导和解释学生可能无法单独处理的过程。 +儿童被送往儿童福利机构的原因有很多,从忽视到虐待,甚至敲诈勒索。 +没有一个孩子应该长大在不照顾、不爱护、不教育的环境中,但他们却在这样的环境中长大。 +我们认为儿童福利系统是这些儿童的安全区域。 +我们的儿童收养制度应该为孩子们提供安全的家庭、爱心的照顾者、稳定的教育和可靠的医疗保健。 +儿童福利机构应该提供所有缺乏的必需品,以弥补他们之前被收养的家庭所缺乏的东西。 +互联网结合了大众传播和个人传播的元素。 +因为互联网的特殊性,使用和满足需求的方法增加了一些维度。 +例如,“学习”和“社会化”被认为是互联网使用的重要动机(詹姆斯等,1995 年)。 +Eighmey 和 McCord (1998) 在研究观众对网站的反应时,也将“个人参与”和“持续关系”作为新的动机因素进行了识别。 +使用视频录制技术对微表情进行解读,微表情是指持续几毫秒的面部动作。 +尤其是,它声称可以通过正确解读微表情来判断一个人是否在说谎。 +在《总统的演讲》一文中,奥利弗·萨克斯指出,由于大脑受损,人们无法理解语言,但他们仍然能够准确地评估真诚。 +他甚至建议,这种解读人类行为的能力可能会被宠物狗等动物共享。 +二十世纪的研究表明,存在两种基因变异:隐藏的和表达的。 +突变会增加新的遗传变异,而选择会从表达变异的池中去除它们。 +分离和重组使变异在每一代中来回穿梭于两个池中。 +在草原上,具有人类消化系统的灵长类动物很难从可用植物资源中满足其蛋白质需求。 +此外,如果不采取措施,会有严重的后果:生长缓慢、营养不良,最终导致死亡。 +最容易获取的植物资源是叶子和豆科植物中的蛋白质,但这些蛋白质对我们这样的灵长类动物来说很难消化,除非它们已经煮熟了。 +与此相反,动物食物(蚂蚁、白蚁、蛋)不仅容易消化吸收,而且提供高质量的蛋白质,蛋白质中含有所有必需氨基酸。 +考虑到这一点,我们不应该感到惊讶,如果我们的祖先解决了他们的“蛋白质问题”的方式与今天生活在草原上的猿类相似。 +睡眠中断是指在正常的睡眠时间内有意识地醒来,并在短时间内重新入睡(10-60 分钟)。 +这可以通过使用一个相对安静的闹钟来唤醒你,而不会完全让你醒来。 +如果你发现自己在睡眠中不断重置闹钟,可以把它放在房间的另一边,让你必须从床上爬起来才能关闭它。 +其他基于生物节律的选择包括在睡觉前喝很多液体(特别是水或茶,这两种都是知名的利尿剂),让人不得不起床上厕所。 +一个人内心的平静程度与其身体和精神的紧张程度呈反比。 +随着紧张程度的降低,生命力越来越积极。每个人都有找到绝对的平静和满足的潜力。 +每个人都可以觉醒。阻碍我们实现这一目标的唯一障碍是我们自己的紧张和消极情绪。 +藏传佛教是以佛陀的教诲为基础,但又延伸了大乘佛教的慈悲之路和印度瑜伽的许多技巧。 +在原则上,西藏佛教很简单。它包括库纳利瑜伽、禅修和包罗万象的爱的道路。 +通过瑜伽姿势、呼吸练习、咒语和视觉化来觉醒卡纳利能量(觉醒能量)。 +藏传佛教的禅修的核心是神圣的瑜伽。通过对各种神灵的视觉化,能量通道得以清洁,脉轮得以激活,智慧的意识得以创造。 +第二次世界大战期间,德国是共同的敌人,苏联和美国之间展开了合作。战争结束后,系统、过程和文化的冲突导致这两个国家分道扬镳。 +战争结束两年后,原来的盟友变成了敌人,冷战开始了。 +这场战争将持续 40 年,在非洲到亚洲的战场上,通过代理军进行实战,在阿富汗、古巴和许多其他地方进行了激烈的战斗。 +到 1939 年 9 月 17 日,波兰的防御已经被突破,唯一的希望就是撤退,重新组织在罗马尼亚的桥头堡。 +然而,这些计划几乎在一夜之间就被淘汰了,因为苏联红军的 80 多万士兵入侵波兰东部地区,违反了里加和约、苏联波兰非侵略条约以及其他双边和多边国际条约。 +使用船舶运输货物是远远最有效率的方式来运送大量人员和货物穿越大洋。 +海军的传统职责是确保您的国家能够继续运送人员和货物,同时干扰您的敌人运送人员和货物的能力。 +最近一个值得注意的例子是二战期间北大西洋战役。美国人试图通过大西洋运送人员和物资,帮助英国。 +同时,德国海军主要使用潜艇,试图阻止这种贸易。 +如果盟军失败了,德国可能能够征服英国,因为它已经征服了整个欧洲。 +大约 10,000 年前,在伊朗的扎格罗斯山脉,山羊被人类首次驯化。 +古代文明和部落开始为了方便获取牛奶、毛发、肉类和皮毛而保存它们。 +一般情况下,国内的山羊被饲养在山丘或其他放牧区域的群体中,经常由羊牧人照顾,羊牧人通常是儿童或青少年,类似于更为广为人知的牧羊人。这种饲养方式至今仍在使用。 +从 16 世纪开始,英国就开始修建轨道。 +虽然车道仅由平行的木板组成,但它们允许马匹拖着它们跑得更快,拖着更重的货物,而且比当时略微粗糙的道路上跑得更快。 +为了固定轨道,较早就引入了轨枕。然而,随着时间的推移,人们意识到,如果轨道的顶部有一块铁,那么轨道的效率就会更高。 +这种做法越来越普遍,但铁轨对车辆的木轮造成了更大的磨损。 +最终,木轮被铁轮所取代。1767 年,第一条全铁轨道被引入。 +人类最早的交通方式是行走,两百万年前,人类开始直立行走,这时出现了直立人(Homo erectus)。 +他们的祖先——澳大利亚猿不习惯地行走直立。 +尽管萨赫勒人可能在 700 万年前就已经能够站立行走,但在 420 万至 390 万年前的澳大利亚猿人化石中发现了双足行走的特征。 +我们可以开始更友好地对待环境,我们可以加入环境运动,甚至可以成为某种程度上的环保主义者,以减少未来的痛苦。 +这就像很多情况下的症状治疗一样。但是,如果我们不仅仅想要一个暂时的解决方案,那么我们就应该找到问题的根源,并且关闭它们。 +人类科技和技术的发展让世界发生了巨大的变化,人口过剩和人类奢侈的生活方式让问题变得更加严重。 +7 月 4 日,国会采纳了这份草案后,由国会议长约翰·汉考克 (John Hancock) 和秘书查尔斯·汤姆森 (Charles Thomson) 签名的手写草案被送往约翰·丹勒普 (John Dunlap) 的印刷店。 +当晚制作了 150 至 200 份印刷品,现在被称为“丹勒报纸”。 +约翰·尼克松于 7 月 8 日在独立厅的院子里首次公开阅读了这份文件。 +其中一份于 7 月 6 日寄给乔治·华盛顿,华盛顿于 7 月 9 日在纽约读给他的部队听。另一份于 8 月 10 日送到伦敦。 +现存的25份丹劳普宣传单是这份文件的最古老的副本。原始手写副本已不存在。 +今天,许多古生物学家认为,一群恐龙生存了下来,而且还活着。我们称它们为鸟类。 +许多人不会认为它们是恐龙,因为它们有羽毛,可以飞翔。 +但是有很多关于鸟类的特征,仍然与恐龙有很多相似之处。 +它们有鳞片和爪子,它们会产卵,它们的两条后腿像泰坦巨龙一样行走。 +今天使用的大多数计算机都基于使用二进制数字编码的信息进行操作。 +二进制数字只能有两个值,即 0 或 1,这些数字被称为二进制位 - 或者计算机术语中的位。 +内部中毒的症状不一定立即显现出来。比如呕吐,这种症状足够普遍,不能立即诊断。 +内部中毒的最佳指示可能是药物或有毒家庭化学品的开放容器。 +查看标签上的特定毒药的特定急救指南。 +昆虫学家在正式意义上用“虫”一词来称呼这类昆虫。 +这个词源于古代对床虱子的熟悉,床虱子是高度适应寄生于人类的昆虫。 +刺虫和床虱都是寄生性昆虫,它们都适应在宿主的巢穴或住所中生活。 +在美国,有约 40 万人患有多发性硬化症 (MS),这使得多发性硬化症成为年轻人和中年人中最常见的神经系统疾病。 +多发性硬化症是一种影响中枢神经系统的疾病,中枢神经系统由大脑、脊髓和视神经组成。 +研究发现,女性患有多发性硬化症的可能性是男性的两倍。 +一对夫妇可能认为,养育一个婴儿并不符合他们的利益,也不符合他们的孩子的利益。 +这些夫妇可能会选择为他们的婴儿制定领养计划。 +在领养过程中,生父母放弃监护权,让另一对夫妇监护孩子。 +科学的主要目标是通过科学方法来揭示世界的运作方式。事实上,这种方法实际上指导了大多数科学研究。 +尽管如此,实验并不是孤立存在的,实验是一种试验,试验是一种用于排除可能的假设的测试,问题和观察也指导着科学研究。 +自然科学家和哲学家专注于古典文献,特别是拉丁文圣经。 +所有科学领域,包括心理学,都接受了亚里士多德的观点。 +随着对希腊的了解逐渐减少,西方发现自己与希腊的哲学和科学根源隔绝了。 +许多生理学和行为学观察到的节律常常依赖于内源性周期的存在和生物钟的产生。 +大多数生物,包括细菌、真菌、植物和动物,都具有周期性节律,这些周期性节律不仅是对外部周期性信号的简单反应。 +生物钟是自我维持的振荡器,即使没有外部刺激,也会继续进行自由振荡。 +赫氏和查斯的实验是证明 DNA 是遗传物质的重要实验之一。 +赫斯基和查斯用病毒植入自己的 DNA 到细菌中。 +他们进行了两项实验,用放射性磷元素标记病毒的 DNA,或用放射性硫元素标记病毒的蛋白质。 +基因突变可以产生多种不同的影响,这取决于突变的类型、影响的基因物质的重要性以及影响的细胞是否是精原细胞。 +只有精子和卵子中的突变才能传递给下一代,而其他地方的突变可能导致细胞死亡或癌症。 +自然资源旅游吸引那些想要欣赏自然风光,包括植物和动物野生动物的游客。 +现场活动的例子包括狩猎、钓鱼、摄影、鸟类观察、参观公园并了解生态系统的信息。 +例如,游览、拍摄和了解苏门答腊岛的大猩猩。 +每天早晨,人们开着汽车离开小镇,去上班,途中经过其他人,他们的工作地点就是他们刚刚离开的地方。 +在这种动态的交通车辆中,每个人都与基于私家车的交通系统有着某种联系和支持。 +科学研究表明,这种巨大的碳经济已经把生物圈从过去两百万年来支持人类演化的稳定状态中推翻了出来。 +每个人都参与社会,使用交通系统。几乎每个人都抱怨交通系统。 +在发达国家,你很少听到关于水质或桥梁坍塌的类似级别的投诉。 +为什么交通系统会产生这样的投诉,为什么每天都会出现故障?交通工程师是不是就是笨手笨脚,还是有更深层次的原因? +交通流量是研究个体驾驶员和车辆在两个点之间的移动以及他们之间的相互作用。 +不幸的是,研究交通流量很难,因为驾驶员的行为无法百分之百确定。 +幸运的是,驾驶员的行为往往处于一个相对稳定的范围内;因此,交通流往往具有一定的相对稳定性,可以通过数学来粗略地表示。 +为了更好地反映交通流的特征,三个主要特征之间建立了关系:(1)流量,(2)密度,(3)速度。 +这些关系可以帮助规划、设计和运营道路设施。 +昆虫是第一批飞行的动物。它们的飞行能力帮助它们更容易躲避敌人,更有效地寻找食物和配偶。 +大多数昆虫都具有能够将翅膀向身体内折叠的优势。 +这让它们有更多的地方可以逃避捕食者。 +今天,只有蜻蜓和黑翅虫的翅膀不能折叠。 +数千年前,一位名叫亚里士多德的人说太阳系绕着太阳运行。 +有些人认为他说得对,但很多人相信相反的观点,即太阳系绕着地球运行,包括太阳(甚至其他恒星)。 +这似乎很有道理,因为地球不会感觉到自己在移动吗? +亚马逊河是世界上第二长的河流,也是世界上最大的河流。它比世界上第二长的河流多运送了 8 倍的水量。 +亚马逊河也是世界上最宽的河流,有时宽达 6 英里。 +来自亚马逊河的水占地球河流流入海洋的总量的 20%。 +亚马逊河全长 6,387 公里(3,980 英里)。它从数千条小河中收集水。 +尽管石雕的埃及金字塔建筑一直持续到旧王国结束,但吉萨金字塔的大小和建造技术从未被超越。 +新王国时期的古埃及人对他们的前辈的纪念碑感到惊叹,那时这些纪念碑已经超过了一千年的历史。 +梵蒂冈城的人口约为 800 人。它是世界上最小的独立国家,也是人口最少的国家。 +梵蒂冈城国在其立法和官方通信中使用意大利语。 +拉丁语通常用于宗教仪式,而意大利语则是大多数在国家工作的人日常使用的语言。 +梵蒂冈城的所有公民都是罗马天主教徒。 +从古代开始,人们就知道黄金、银和铜等化学元素,因为这些化学元素在自然界都可以发现,而且可以用原始工具简单地开采。 +亚里士多德是一位哲学家,他理论认为,一切都是由一种或多种四种元素混合而成的。这四种元素分别是土、水、空气和火。 +这更像是物质的四种状态(按顺序):固体、液体、气体和等离子体,尽管他也认为它们可以变成新的物质来形成我们看到的东西。 +合金基本上是两种或两种以上金属的混合物。不要忘记,元素周期表上有很多元素。 +像钙和钾这样的元素被认为是金属。当然,还有像银和金这样的金属。 +您还可以使用含有少量非金属元素,例如碳的合金。 +宇宙中的一切都是由物质组成的。所有物质都是由微小的粒子——原子组成的。 +原子如此微小,以至于它们可以填满这句话的句号后面的空格。 +因此,当它问世时,它就成为了很多人的好朋友。 +遗憾的是,随着新的书写方法出现,铅笔的地位和用途逐渐降低。 +现在,人们在电脑屏幕上写信息,从来不需要靠近锋利的刀片。 +我们只能猜测,当新的东西出现时,键盘会变成什么样子。 +裂变原子弹的工作原理是,需要能量将许多质子和中子组合在一起。 +类似于推着一辆沉重的货车爬上一座山。将核分裂后再次分裂会释放一部分能量。 +有些原子的核不稳定,这意味着它们很容易受到微弱的推动就会分解。 +月球的表面是由岩石和灰尘组成的。月球的外层被称为“地壳”。 +它的近侧边缘厚约 70 公里,而远侧边缘厚约 100 公里。 +它在火山口下更薄,在高地下更厚。 +因为地壳薄,所以近侧可能有更多的玛丽亚。岩浆更容易从地底冒出。 +内容理论围绕着找到让人们兴奋或吸引人的东西展开。 +这些理论认为,人们在成年后会将某些需求和/或欲望内化。 +这些理论探讨了某些人为什么会想要做某些事情,以及他们的环境中有哪些因素会让他们做或不做某些事情。 +两种流行的内容理论是马斯洛的需求层次理论和赫茨伯格的两因素理论。 +一般来说,当管理者开始领导他们的前同事时,会出现两种行为。其中一种行为是试图继续成为“兄弟”(或“姐妹”)。 +这种管理者很难做出不受欢迎的决定,执行纪律处分、绩效评估、分配责任和追究责任。 +在另一端的极端情况下,一个人会变成一个无法辨认的个体,感觉自己必须改变球队所做的一切,让它成为自己的。 +毕竟,领导者最终负责团队的成败。 +这种行为经常会导致领导者与团队其他成员之间产生矛盾。 +虚拟团队被要求达到传统团队的同样标准,但有一些微妙的差异。 +虚拟团队成员通常担任他们的物理团队的联系人。 +他们通常有更多的自主权,因为他们的团队可能会按照不同的时区举行会议,这可能会让本地管理人员感到困惑。 +虚拟团队的另一个独特组成部分是真正的“隐形团队”(Larson和LaFasto,1989,p109)。 +“隐形团队”是每个成员向其汇报的管理团队,“隐形团队”设定了每个成员的标准。 +为什么一个组织要花费大量时间建立一个学习型组织?将组织学习概念付诸实践的一个目标是创新。 +当一个组织的各个功能部门有效地利用所有可用资源时,创意和灵感就会涌现。 +因此,组织合作克服障碍的过程可能会产生一种新的创新过程,以满足客户的需求。 +在组织创新之前,领导者必须创造一种创新文化,以及共享知识和组织学习。 +《天使》(2006)解释了 Continuum 方法是一种帮助组织达到更高水平的表现的方法。 +神经生物学数据提供了认知研究的理论方法的物理证据。因此,它缩小了研究范围,使研究更加准确。 +大脑病理学与行为之间的相关性支持科学家进行研究。 +长期以来,人们知道不同类型的脑损伤、创伤、病变和肿瘤会影响行为并改变一些认知功能。 +新技术的发展让我们能够看到以前从未见过的大脑结构和过程。 +这为我们提供了很多信息和材料,可以建立模拟模型,帮助我们理解我们脑中的过程。 +尽管 AI 有强烈的科幻色彩,但 AI 是计算机科学的一个非常重要的分支,它研究的是机器的行为、学习和智能适应。 +人工智能研究涉及使用机器来自动完成需要智能行为的任务。 +例如控制、规划和计划、能够回答客户的诊断和问题、手写识别、语音和面部识别。 +这些事情已经成为独立的学科,专注于解决实际问题。 +目前,人工智能系统已经广泛应用于经济、医学、工程和军事领域,并且在几个家庭电脑和视频游戏软件应用程序中已建成。 +实地考察是任何课堂教学的重要组成部分。教师往往希望带领学生前往公共汽车无法到达的地方。 +技术提供了解决方案,学生可以通过虚拟实地考察,观看博物馆的文物,参观水族馆,或在课堂上欣赏美丽的艺术作品。 +虚拟分享旅行经历也是一种很好的方式,可以反思旅行,并与未来的班级分享经验。 +例如,北卡罗莱纳州的本内特学校的学生每年都会设计一个网站,介绍他们前往州府的旅程,每年网站都会重新设计,但旧版本也会保留在网上,作为一本旅行日记。 +博客也可以帮助学生提高写作水平。虽然学生经常开始他们的博客经验时,语法和拼写不够熟练,但一般情况下,受众的存在会改变这一点。 +因为学生往往是最挑剔的受众,博主开始努力提高写作水平,避免受到批评。 +此外,博客“迫使学生更加了解他们周围的世界”。为了满足观众的兴趣,学生们被鼓励变得聪明和有趣(Toto,2004)。 +博客是一种激励合作的工具,鼓励学生在传统的学校课程之外延伸学习。 +适当地使用博客“可以让学生变得更加分析性和批判性;通过积极地回应互联网材料,学生可以在别人的写作背景下定位自己,并对特定问题做出自己的观点(Oravec, 2002)。 +渥太华是加拿大的美丽、双语首都,拥有丰富的艺术画廊和博物馆,展示了加拿大的过去和现在。 +南部是尼亚加拉瀑布,北部是莫斯科卡以北的未开发的自然美景。 +这些事情和更多的事情使安大略省成为外国人眼中的典型加拿大。 +北部地区的大部分地区人烟稀少,有些地区甚至几乎没有人居住。 +令许多人感到惊讶的人口比较:美国的非裔美国人口比加拿大的公民人口还要多。 +东非岛屿位于非洲东海岸的印度洋。 +马达加斯加是世界上最大的岛屿,也是野生动物最多的大陆。 +大多数小岛都是独立国家,或与法国有关联,被称为豪华海滩度假胜地。 +阿拉伯人还将伊斯兰教带到了这些地区,并在科摩罗群岛和马约特岛得到了广泛的传播。 +欧洲的影响和殖民主义在 15 世纪开始,葡萄牙探险家瓦斯科·达·亚马 (Vasco da Gama) 发现了从欧洲到印度的海上航线。 +该地区在北部被萨赫勒沙漠所包围,在南部和西部则被大西洋所包围。 +女性旅客:无论实际婚姻状况如何,建议所有女性旅客都说自己已婚。 +此外,还可以戴一枚戒指(但不要戴一枚看起来很贵的戒指。 +女性应该意识到文化差异可能会导致她们认为是骚扰的行为,跟踪、抓住胳膊等行为并不少见。 +坚决拒绝男人,不要害怕坚持自己的立场(不管是文化差异还是什么,都不能允许!) +卡萨布兰卡的现代城市在公元前 10 世纪由柏柏尔人建立,后来被腓尼基人、罗马人和摩洛哥人用作一个战略港口,名为安法。 +葡萄牙人摧毁了这座建筑,并重建了它,取名为“白色房子”,但在 1755 年发生地震后,他们又放弃了这座建筑。 +摩洛哥的苏丹重建了这座城市,并将其命名为“达罗尔巴迪亚”,西班牙商人在那里建立了贸易基地,并将其命名为“卡萨布兰卡”。 +卡萨布兰卡是摩洛哥购物最无趣的地方之一。 +在老城区附近,很容易找到出售传统摩洛哥商品的地方,例如塔吉纳、陶瓷、皮革制品、水烟壶和一系列其他商品,但这些商品都是为游客准备的。 +戈马是刚果民主共和国东部与卢旺达接壤的旅游城市。 +2002 年,尼拉戈恩戈火山喷发的熔岩摧毁了高马,摧毁了该镇大部分街道,特别是镇中心。 +虽然戈马比较安全,但任何离开戈马的旅行都应该进行研究,以了解北基伍省仍在进行的战斗状况。 +该市还是登顶尼拉戈恩戈火山的基地,也是非洲最便宜的山地大猩猩追踪之一。 +您可以使用 boda-boda (摩托车出租车) 在戈马市内穿梭。短途乘车的正常 (本地) 价格约为 500 刚果法郎。 +与其相对难以访问的地理位置相结合,“Timbuktu”已经成为一个象征着神秘、遥远的国度的比喻。 +今天,蒂布鲁克图是一个贫穷的小镇,尽管它的声誉让它成为了旅游胜地,它还有一个机场。 +1990 年,它被列入世界遗产受威胁名录,是因为沙漠的威胁。 +它是亨利·路易斯·盖茨 (Henry Louis Gates) PBS 特别节目《非洲世界的奇迹》的重要站点之一。 +这座城市与其他国家的其他城市形成鲜明对比,因为它有更多的阿拉伯风情,而非非洲风情。 +克鲁格国家公园(KNP)位于南非东北部,与莫桑比克、津巴布韦和南部的克鲁格河接壤。 +该公园面积 19,500 平方公里,分为 14 个不同的生态区,每个生态区都支持不同的野生动物。 +它是南非的主要旅游景点之一,被认为是南非国家公园(SANParks)的旗舰。 +与所有南非国家公园一样,该公园每天都收取保护费和入园费。 +购买野生动物保护卡也可能对您有所帮助,这张卡可以允许您进入南非的所有国家公园,也可以允许您进入南非的某些公园。 +香港岛是香港特别行政区得名的地方,也是许多游客观光的主要目的地。 +香港的天际线上的建筑群被比作一个闪闪发光的柱状图,这是因为维多利亚港水域的存在。 +要获得最佳的香港景观,请离开岛屿,前往对面的九龙码头。 +香港岛的大部分城市发展都集中在北岸的填海地上。 +这是英国殖民者占领的地方,所以如果您正在寻找该地区的殖民历史证据,这是一个不错的起点。 +吴哥窟是世界上最大的滨海红树林带,从海岸线向孟加拉国和印度内陆延伸 80 公里(50 英里)。 +吴哥窟已被联合国教科文组织列为世界遗产。印度境内的部分森林被称为吴哥窟国家公园。 +这些森林不仅仅是芦苇沼泽地,它们还包括一些印度河平原上曾经覆盖着的巨大热带雨林的最后几片树林。 +吴哥窟面积为 3,850 平方公里,其中约三分之一被水和沼泽地覆盖。 +自 1966 年以来,吴哥窟一直是野生动物保护区,目前估计该地区有 400 只皇家孟加拉虎和约 30,000 只斑马。 +公交车从上午 9 点到下午 5 点各有一班,尤其是前往东部和 Jakar/Bumthang 的公交车在 6:30 至 7:30 之间发车。 +由于区间巴士经常座无虚席,建议提前几天购买票。 +大多数区域由小型日本轿车巴士提供服务,这些巴士舒适而坚固。 +共享出租车是前往附近地方的快捷、舒适的交通工具,例如帕罗 (150 卢比) 和普那卡 (200 卢比)。 +奥亚波克河大桥是一座索桥。它跨越奥亚波克河,连接巴西奥亚波克市和法属圭亚那圣乔治德奥亚波克市。 +这两座塔楼高达 83 米,长 378 米,宽 3.50 米。 +桥下的垂直通行空间为 15 米。该桥于 2011 年 8 月建成,直到 2017 年 3 月才开放给车辆通行。 +该桥计划于 2017 年 9 月全面投入使用,此时巴西边境检查站预计已完工。 +古拉尼人是目前巴拉圭东部地区最重要的原住民部落,他们生活方式类似于部分游牧狩猎者,同时也维持着自给自足的农业生产。 +查科地区还是其他原住民部落的家园,如瓜伊库鲁部落和帕雅瓜部落,他们生活的方式是狩猎、采集和捕鱼。 +在 16 世纪,由于西班牙殖民者与当地土著印第安人的相遇,巴拉圭原本被称为“印第安群岛的巨人省份”。 +西班牙人开始了持续三个世纪的殖民时期。 +自 1537 年建立亚松森以来,巴拉圭一直保留了很多原住民的特质和身份。 +阿根廷拥有世界上最好的橄榄球队和球员。 +年度最大的比赛将于 12 月在拉斯·卡尼塔斯的橄榄球场举行。 +其他时间也可以在这里看到其他赛事和比赛。 +关于比赛和购买马球比赛门票的新闻,请查看阿根廷马球协会。 +福克兰群岛的官方货币是福克兰镑(FKP),其价值与英镑(GBP)等值。 +在岛上唯一的银行可以兑换钱,该银行位于斯坦利 (Stanley) 对面的 FIC West 商店旁边。 +英镑通常在岛上任何地方都可以使用,在斯坦利也可以使用信用卡和美元。 +在偏远的岛屿上,信用卡可能不被接受,但英国和美国的货币可能被接受;在前往偏远岛屿旅行之前,请与当地业主联系,以确定可接受的付款方式。 +在福克兰群岛以外兑换福克兰群岛的货币几乎是不可能的,所以在离开福克兰群岛前就要兑换货币。 +由于蒙得维的亚位于赤道以南,因此当北半球处于冬季时,蒙得维的亚处于夏季,而当北半球处于夏季时,蒙得维的亚处于冬季。 +蒙得维的亚位于亚热带地区;在夏季月份,温度通常在 +30°C 以上。 +冬天的气温很容易让人误判:温度很少低于零度,但风和湿度的结合会让人感觉温度比温度计显示的更低。 +没有特别的“雨季”和“旱季”:全年的降雨量大致相同。 +尽管很多公园里的动物已经习惯了人类的存在,但野生动物仍然是野生动物,不应该被饲养或干扰。 +根据公园管理局的说法,至少要远离熊和狼 100 码/米,远离所有其他野生动物 25 码/米! +尽管它们看起来很温顺,但犀牛、麋鹿、驼鹿、熊和大多数大型动物都可以进行攻击。 +每年都有几十名游客因为没有保持足够的距离而受伤。这些动物很大,野性强烈,具有潜在的危险性,所以要给它们足够的空间。 +此外,请注意,气味会吸引熊和其他野生动物,因此请尽量避免携带或烹饪气味浓厚的食物,并保持清洁的营地。 +阿皮亚是萨摩亚的首都。这座城市位于乌波鲁岛上,人口约为 39,000 人。 +阿皮亚于 19 世纪 50 年代建立,自 1959 年以来一直是萨摩亚的官方首都。 +1889 年,七艘来自德国、美国和英国的舰船拒绝离开这个港口,引发了一场闻名遐迩的海军僵局。 +除了一艘英国护卫舰外,所有舰船都沉没了,造成了近 200 名美国和德国人的伤亡。 +在马乌运动组织的独立斗争中,镇上一次和平集会导致最高酋长图普阿·塔马塞斯·利亚洛菲三世被杀。 +由于奥克兰横跨两个海湾,因此有很多海滩。最受欢迎的海滩分布在三个地区。 +北岸海滩(位于北哈佛区)位于太平洋上,从北岸长滩(Long Bay)到南岸德文波特(Devonport)延伸。 +几乎所有的沙滩都适合游泳,而且大多数沙滩都有棕榈树提供的遮荫。 +Tamaki Drive 海滩位于奥克兰市中心的 Mission Bay 和 St Heliers 的高档住宅区。 +这些海滩有时会很拥挤,沿岸有许多商店。游泳安全。 +当地主要的啤酒是“第一”,它不是复杂的啤酒,但口感很好,很清爽。另一种当地啤酒叫“鲸鱼”。 +法国的葡萄酒种类繁多,但新西兰和澳大利亚的葡萄酒可能更适合旅行。 +当地的自来水完全安全可以饮用,但如果您担心,瓶装水很容易买到。 +对于澳大利亚人来说,“浓缩咖啡”这个概念很陌生。短黑咖啡叫做“咖啡浓缩液”,卡布奇诺咖啡叫做“奶油咖啡”,茶不加牛奶。 +热巧克力符合比利时标准。水果汁虽然价格昂贵,但品质却很好。 +许多人一年四季都会前往珊瑚礁游玩,在珊瑚礁上发生的这些原因造成的伤害很少见。 +不过,还是要听从当局的指示,遵守所有指示牌,并且注意安全警告。 +水母在 10 月至 4 月之间在北纬 1770 度以北的海滩附近和河口附近出现。它们在这些时间之外也有可能出现。 +鲨鱼确实存在,但它们很少会攻击人类。大多数鲨鱼都害怕人类,会远离人类。 +淡水鳄鱼不会主动生活在海洋中,它们的主要栖息地在罗克汉普顿以北的河口。 +提前预订住宿可以让旅客放心,他们到达目的地后会有住的地方。 +旅行社经常与特定酒店达成协议,尽管您可以通过旅行社预订其他形式的住宿,比如露营地。 +旅行社通常提供包括早餐在内的旅游套餐,或者包括前往/离开机场的交通安排,甚至包括航班和酒店套餐。 +他们还可以为您保留预订,让您有时间思考报价或为目的地准备其他文件(例如签证)。 +任何修改或要求都必须通过旅行社提交,而不是直接与酒店联系。 +对于一些节日,大多数音乐节观众决定在现场露营,大多数观众认为这是体验的重要组成部分。 +如果你想尽可能靠近演唱会现场,你必须提前预订一个靠近演唱会现场的露营地。 +请记住,尽管主舞台上的音乐可能已经结束了,但有些节目可能会持续到深夜。 +有些节日会为有小孩的家庭提供特殊的露营区域。 +如果在冬季横穿波罗的海北部,请检查船舱位置,因为穿过冰面会产生很大的噪音,对受影响最严重的人来说很糟糕。 +圣彼得堡游轮包括城市时间。游轮旅客可免除签证要求(查看条款)。 +赌场通常会尽可能延长客人的停留时间和花费金钱的时间。窗户和钟表通常会缺席,而出口通常很难找到。 +他们通常会提供特别的食品、饮料和娱乐项目,以保持客人的好心情,让他们留下来。 +有些场所会提供免费的酒水。然而,酒精会影响判断力,所有的好赌客都知道清醒的重要性。 +驾车前往高纬度地区或穿越山口时,应考虑雪、冰或冻结温度的可能性。 +在冰雪覆盖的道路上,摩擦力低,你不能像在沥青路面上那样开车。 +在风雪天气中,足以使汽车陷入困境的足够多的雪可能在很短的时间内落下。 +降雪、吹雪或车窗上的结霜、结冰也会影响可视范围。 +另一方面,在许多国家,冰雪天气是正常现象,交通大部分时间都不受影响。 +可能是非洲最受欢迎的旅游项目之一,也是许多游客的焦点。 +“狩猎之旅”一词在日常使用中指的是前往非洲观赏美丽的野生动物,尤其是在草原上。 +像大象和长颈鹿这样的动物,往往会很靠近汽车,标准装备可以让您看得很清楚。 +狮子、猎豹和豹子有时会害羞,用双筒望远镜观察会更容易看到它们。 +行走的野生动物游览(也称为“野外步行游览”、“步行游览”或“脚踏游览”)包括几个小时或几天的步行游览。 +残奥会将于 2021 年 8 月 24 日至 9 月 5 日举行。一些比赛将在日本其他地方举行。 +东京将是亚洲唯一一个曾经举办过两届夏季奥运会的城市,1964 年就曾举办过夏季奥运会。 +如果您在延期宣布之前预订了 2020 年的航班和住宿,您可能会陷入尴尬的境地。 +取消政策有所不同,但截至 3 月末,大多数新冠病毒基础上的取消政策不会延长到 2020 年 7 月,即奥运会原定举办日期。 +预计大多数活动门票的价格在 2,500 元至 130,000 元之间,典型门票的价格约为 7,000 元。 +把湿衣服熨烫一下,可以帮助它们快速干燥。许多酒店都会提供借用熨斗和熨斗板的服务,即使房间里也没有熨斗。 +如果没有熨斗,或者你不喜欢穿熨烫的袜子,那么你可以试着用吹风机,如果有的话。 +注意不要让织物变得太热(会导致收缩或在极端情况下烧焦)。 +清洁水的方法有很多,有些方法对特定威胁更有效。 +在某些地区,煮一分钟就足够了,在其他地区则需要几分钟。 +过滤器的效果各不相同,如果您有担忧,那么您应该考虑购买一瓶密封的水,从一家可靠的公司购买。 +旅行者可能会在自己的家乡遇到他们不熟悉的动物害虫。 +害虫可以损坏食物,引起皮肤刺激,甚至在最坏的情况下引起过敏反应,分泌毒液,或传播疾病。 +传染病本身,或者可以强行伤害或杀死人类的危险动物,通常不被认为是害虫。 +免税购物是在特定地点购买免税和征税的商品的机会。 +前往税收高的国家旅行时,旅客可以节省一笔可观的费用,尤其是酒精饮料和烟草产品。 +从马里恩角到弗莱蒙特之间的路段是布法罗至匹兹堡高速公路上最具挑战性的路段,经常穿过孤立的原始森林地貌。 +如果您不习惯驾车在乡村道路上行驶,那就要提高警惕:坡度陡峭、道路狭窄、弯道多。 +速度限制标志明显低于之前和之后的路段——通常为 35-40 英里/小时(56-64 公里/小时)——严格遵守速度限制更为重要。 +尽管如此,移动电话服务在这里比在许多其他路段要强得多,比如宾夕法尼亚州的野生动物保护区。 +德国的面包很好吃,在巴伐利亚,它们很丰富多彩,类似于它们南部邻国奥地利的面包。 +蛋糕中常见的水果有苹果、葡萄和樱桃。苹果一年四季都可以用来制作蛋糕,而樱桃和葡萄则在夏季出现在蛋糕中。 +许多德国烘焙食品都含有杏仁、核桃和其他树坚果。受欢迎的蛋糕通常与一杯咖啡相得益彰。 +如果您想吃一些小巧而富有营养的糕点,那么您可以尝试依地区不同被称为“柏林蛋糕”、“披萨”或“克拉普芬”的糕点。 +咖喱是以香料和蔬菜为基础,配以肉类或蔬菜制成的菜肴。 +一碗咖喱可以是干的,也可以是湿的,取决于液体的多少。 +在北印度和巴基斯坦内陆地区,奶酪常用于咖喱;在南印度和印度次大陆的一些海岸地区,椰子奶常用于咖喱。 +印度尼西亚有 17,000 个岛屿可供选择,因此印度尼西亚饮食是一个泛称,涵盖了全国各地的各种地方美食。 +但如果没有进一步补充说明,这个词通常意味着来自苏门答腊岛中部和东部的食物。 +现在,苏门答腊岛的整个岛屿都可以品尝到苏门答腊风味的菜肴,苏门答腊风味菜肴以简单调味的菜肴为主,苏门答腊人最喜欢的调味品是花生、辣椒、糖(特别是苏门答腊的椰子糖)和各种香料。 +缰绳是支撑骑手脚踏的东西,它们悬挂在马鞍两侧。 +它们可以为骑手提供更大的稳定性,但由于骑手的脚可能会被卡住,因此可能存在安全隐患。 +如果骑手从马背上摔下来,但脚被鞍钩卡住,如果马跑掉,骑手可能会被牵着走。为了减少这种风险,可以采取一些安全措施。 +首先,大多数骑手穿着有鞋跟的靴子,鞋底平滑、较窄。 +接下来,一些特别是英式鞍具的安全护栏可以防止骑手倒退时鞍具上的缰绳脱落。 +科查莫谷 - 智利最受欢迎的攀岩目的地,被称为南美的约塞米蒂,拥有丰富的花岗岩大墙和岩壁。 +峰顶的景色令人叹为观止。来自世界各地的登山者不断在其无穷无尽的墙壁中开辟新的路线。 +下山滑雪运动包括滑雪和滑板滑雪,这是一项受欢迎的运动,滑雪者或滑板滑雪者用脚穿着滑雪靴或滑板滑雪者用脚穿着滑雪靴或滑板滑雪者用脚穿着滑雪靴或滑板滑雪者用脚穿着滑雪靴或滑板滑雪者用脚穿着滑雪靴或滑板滑雪者用脚穿着滑雪靴或滑板滑雪者用脚穿着滑雪靴或滑板滑雪者用脚穿着滑雪靴或滑板滑雪者用脚穿着滑雪靴或滑板滑雪者用脚穿着滑雪靴或滑板滑雪者用脚穿着滑雪靴或滑板滑雪者用脚穿着滑雪靴或滑板滑雪者用脚穿着滑雪靴或滑板滑雪者用脚穿着滑雪靴或滑板滑雪者用脚穿着滑雪靴或滑板滑雪者用脚穿着滑雪� +滑雪是一项备受欢迎的旅游活动,有时也被称为“滑雪游民”,他们会计划整个假期在特定地点滑雪。 +滑雪的概念很古老——洞穴壁画中的滑雪者可以追溯到公元前 5000 年! +滑雪运动最早可以追溯到 17 世纪,1861 年,挪威人在澳大利亚开设了第一个休闲滑雪俱乐部。 +滑雪背包旅行:这项活动也被称为背包滑雪、滑雪旅行或滑雪徒步旅行。 +它与滑雪旅行有关,但通常不涉及高山风格的滑雪旅行或登山,后者在陡峭的地形中进行,需要更硬的滑雪板和滑雪靴。 +想象滑雪路线就像是一条类似的步行路线。 +在良好的条件下,您可以比走路跑得更远一些,但只有在很少的情况下,您可以在整洁的轨道上以越野滑雪的速度跑步。 +欧洲是一个相对较小的大陆,但它有很多独立的国家。在正常情况下,穿越多个国家的旅行意味着需要多次申请签证和通过护照检查。 +但是,欧盟申根区却有点像一个国家。 +只要您在这个区域内停留,您通常不需要再次经过边境检查站。 +与此类似,拥有申根签证后,您不需要单独向申根成员国申请签证,因此可以节省时间、金钱和繁琐的手续。 +关于哪些制造品是古董,没有一个统一的定义。有些税务机关将100年以上的商品定义为古董。 +这个定义有地理上的差异,例如北美地区的年龄限制可能比欧洲地区短。 +手工艺品可能被定义为古董,尽管它们比大规模生产的类似商品更年轻。 +驯鹿养殖是萨米人的重要经济来源之一,驯鹿贸易所包围的文化对其他职业的人也很重要。 +即使在传统上,也不是所有的萨米人都参与大规模的驯鹿养殖,而是从事捕鱼、狩猎和类似的活动,以驯鹿为牲畜。 +今天,许多萨米人从事现代职业。旅游业是萨米地区萨米人的重要收入来源。 +尽管这个词广泛使用,特别是在非罗马尼亚人中,但由于与负面刻板印象和不准确的罗马尼亚人印象相关联,这个词往往被认为是侮辱性的。 +如果您计划旅行的国家/地区发布了旅行警告,您的旅行健康保险或旅行取消保险可能受到影响。 +您也可以咨询其他国家政府的意见,但这些意见是为其国民设计的。 +例如,美国在中东的公民可能面临与欧洲人或阿拉伯人不同的情况。 +警告只是对一个国家的政治状况的简要概括。 +这些观点通常比其他地方提供的更详细的信息粗略、泛泛而谈,甚至过于简单化。 +严重天气是指可能造成损坏、严重社会紊乱或人员伤亡的任何危险天气现象。 +严重的天气可以发生在世界任何地方,它有不同的类型,这取决于地理、地貌和大气条件。 +大风、冰雹、暴雨和野火是严重天气的形式和影响,雷暴、龙卷风、水龙卷风和热带气旋也是严重天气的形式和影响。 +区域性和季节性严重气象现象包括风暴、雪暴、冰暴和沙尘暴。 +旅客被强烈建议注意自己所在地区可能受到的严重天气影响,因为严重天气可能会影响旅行计划。 +任何计划前往可能被视为战区的国家的游客都应该接受专业培训。 +在互联网上搜索“恶劣环境课程”,可能会找到当地一家公司的地址。 +一门课程通常会更详细地讨论这里讨论的所有问题,通常还会有实践经验。 +一个课程通常持续 2-5 天,内容包括角色扮演、大量急救知识和武器训练。 +关于野外生存的书籍和杂志很常见,但关于战争区域的出版物却很少见。 +准备前往国外进行性别重置手术的旅行者必须确保携带回程的有效护照。 +各国政府颁发不明确性别(X)的护照或更新护照和文件以符合某个姓名和性别的意愿程度不尽相同。 +外国政府对这些文件的承认程度也有很大的差异。 +在 2001 年 9 月 11 日之后,安全检查站的搜查也变得更加侵犯隐私。 +在手术前,跨性别者不应该期待通过扫描仪保持隐私和尊严。 +漩涡是海浪冲击海岸后形成的回流,通常发生在珊瑚礁或类似的地方。 +由于海底地貌的影响,回流汇集在几个深度较大的部分,这些地方可能会形成快速流向深水的漩涡。 +大多数死亡都是由于疲惫不堪,试图游回汹涌的河流,这可能是不可能完成的任务。 +一旦脱离漩涡,游回来就不会比平时困难。 +你可以试着去一个地方,不会再被抓住,或者,根据你的技能和是否被发现,你可以等待救援。 +重返后的冲击比文化冲击更早出现(蜜月期更短),持续时间更长,且更严重。 +有些旅行者很容易适应新的文化,但有些旅行者却很难重新适应自己的原生文化。 +留学回国后,你已经适应了新的文化,也失去了一些家乡文化的习惯。 +当你第一次出国旅行时,人们可能会很耐心,因为他们知道新国家的旅行者需要适应。 +人们可能没有意识到,回家的旅客也需要耐心和理解。 +孩子们最喜欢的就是埃及金字塔的声光秀。 +在演出开始前,你可以在黑暗中看到金字塔,也可以在安静的环境中看到金字塔。 +总是听到游客和商贩的声音,灯光与声音的故事就像一本故事书。 +斯芬克斯被设置为长篇故事的背景和讲述者。 +这些场景显示在金字塔上,不同的金字塔被照亮。 +南桑威奇群岛于 1819 年被发现,它被多个国家宣称拥有主权,拥有最多的基地,2020 年有 16 个基地处于活跃状态。 +这个群岛位于半岛以北 120 公里处。最大的岛屿是国王乔治岛(King George Island),有一个名为维拉·拉斯·埃斯特雷拉斯(Villa Las Estrellas)的定居点。 +其他包括利文斯顿岛和骗子岛,这两个岛屿的火山口仍在喷发,它们提供了一个令人叹为观止的天然港湾。 +埃尔斯沃思兰地是半岛以南的地区,被贝林赛海包围。 +这里的半岛山脉与板块融为一体,然后重新崛起,形成了长达 360 公里的埃尔斯沃斯山脉,这条山脉被明尼苏达冰川分成两部分。 +南极洲最高的山脉是维尔森山脉(Vinson Massif),最高峰为维尔森山(Mount Vinson),海拔 4,892 米。 +在没有手机信号覆盖的地方,卫星电话可能是唯一的选择。 +通常情况下,卫星电话不能作为手机的替代品,因为你必须在户外,并且要有清晰的视线到卫星才能进行电话通话。 +该服务经常被船只、包括游艇在内的船只以及需要远程数据和语音的探险者使用。 +您的本地电话服务提供商应该能够提供有关连接此服务的更多信息。 +越来越多的人计划在大学毕业后休学一年,然后出国旅行学习。 +特别受高中毕业生欢迎,让他们可以在大学之前休学一年,而不影响他们的学习。 +在许多情况下,留学一年级课程可以提高你回国继续接受高等教育的机会。 +通常情况下,要参加这些教育项目,需要缴纳学费。 +芬兰是一个优秀的游艇目的地。芬兰被称为“千湖之国”,它的湖泊中有数千个岛屿,而芬兰的海岸线上也有许多岛屿。 +在群岛和湖泊中,您不一定需要一艘游艇。 +尽管沿海群岛和最大的湖泊确实足以容纳任何一艘豪华游艇,但更小的船只或皮划艇则会给您带来不同的体验。 +在芬兰,游船是一项国民爱好,每七到八个人就有一艘游船。 +这与挪威、瑞典和新西兰的情况相似,但在其他方面却是独一无二的(比如荷兰的数字是一到四十)。 +大多数波罗的海豪华游轮都会在俄罗斯圣彼得堡停留更长时间。 +这意味着您可以在返程途中花几天时间游览这座历史悠久的城市,晚上在船上睡觉。 +如果您只使用船上的旅游活动登陆岛屿,您不需要单独申请签证(截至 2009 年)。 +一些豪华游轮的宣传册上都有柏林(德国)的介绍。从上面的地图可以看出,柏林距离海岸很远,游轮的价格并不包括游览柏林的费用。 +无论年龄和背景如何,乘飞机旅行都可能是一种令人恐惧的体验,尤其是对于第一次乘飞机或经历过创伤性事件的人。 +这不是什么可以愧疚的事情:它与其他很多人的个人恐惧和厌恶毫无区别。 +对于一些人来说,了解飞机的工作原理以及飞行过程中发生的事情,可能会帮助他们克服基于未知或无法控制的恐惧。 +快递公司会给快递员高额报酬,因为快递员必须尽快送货。在商务文件、商品或急需维修的零配件中,时间往往很重要。 +在某些航线上,大公司有自己的飞机,但在其他航线和小公司则出现了问题。 +如果他们使用航空运输,在某些航线上,可能需要几天才能完成装卸和海关手续。 +唯一的办法是把它作为托运行李寄出。航空公司的规定不允许他们把没有乘客的行李寄出,这就是您出现在这里的原因。 +乘坐头等舱或商务舱最简单的方法就是花大价钱享受特权(或者更好的方法是让公司为你办理)。 +然而,这并不便宜:按照大致的估算,商务舱的价格约为经济舱的四倍,而头等舱的价格约为经济舱的十一倍! +通常情况下,从 A 到 B 的直飞航班的商务舱或头等舱的优惠都没有什么意义。 +航空公司知道,有一些旅客愿意为了快速、舒适地抵达目的地而付出高昂的价格,因此他们就按照这些旅客的需求收取相应的费用。 +摩尔多瓦的首都是基希讷乌。当地的语言是罗马尼亚语,但俄语也广泛使用。 +摩尔多瓦是一个多民族共和国,也是一个受到民族冲突影响的国家。 +1994 年,这场冲突导致莫尔多瓦东部成立了一个自称“特兰斯尼斯特里亚共和国”的组织,该组织拥有自己的政府和货币,但没有任何联合国成员国承认。 +尽管政治谈判失败,但这两部分摩尔多瓦的经济关系已经重新建立。 +摩尔多瓦的主要宗教是东正教。 +伊兹密尔是土耳其第三大城市,人口约为 370 万,是土耳其第二大港口,也是一个很好的交通枢纽。 +这座古城曾是苏美拉尼亚(Smyrna),现在是一座现代化、发达、繁忙的商业中心,环绕着一个巨大的海湾,周围环绕着山脉。 +宽阔的大街、玻璃幕墙的建筑和现代化的购物中心随处可见传统的红瓦屋顶,18 世纪的市场,以及古老的清真寺和教堂,尽管这座城市的气氛更像是地中海欧洲,而不是传统的土耳其。 +哈尔达尔斯维克村坐落在附近的岛屿厄斯图罗岛上,有一座奇特的八角形教堂。 +在教堂的墓地里,有一些墓碑上有一些有趣的石雕鸽子。 +漫步这个神秘的村落,值得花上半个小时的时间。 +距离葡萄牙首都里斯本北部不远处,有一个浪漫而充满诱惑力的小镇圣托里尼(Sintra),圣托里尼因拜伦爵士(Lord Byron)描述其辉煌而被外国人所熟知。 +Scotturb 403 巴士定期前往 Sintra,在 Cabo da Roca 停留。 +也可以向北前往著名的圣母法蒂玛圣殿(圣殿),这是世界著名的玛利亚显灵之地。 +请记住,您实际上正在参观一个大规模墓地,同时也是一个对世界大多数人具有几乎无法计算的意义的地方。 +还有很多男人和女人活着,他们在这里度过了自己的青春,还有更多的人,他们的亲人在那里被杀害或被迫害致死,无论是犹太人还是非犹太人。 +请对这个网站以及它应得的尊严、严肃和尊重一视同仁。不要开玩笑关于纳粹和犹太人大屠杀。 +不要在建筑物上涂鸦或刻字。 +巴塞罗那的官方语言是加泰罗尼亚语和西班牙语。大约一半的人喜欢说加泰罗尼亚语,大多数人都能听懂,大多数人都会说西班牙语。 +然而,大多数指示牌只标明了加泰罗尼亚语,因为它被法律确定为第一官方语言。 +然而,西班牙语也广泛用于公共交通和其他设施。 +地铁的广播只有用加泰罗尼亚语进行,但是突发情况的广播是由一个自动系统进行,广播语言包括西班牙语、英语、法语、阿拉伯语和日语。 +巴黎人有着自私、不礼貌和傲慢的声誉。 +尽管这往往只是一种不准确的刻板印象,但在巴黎,最好的方法仍然是保持良好的行为习惯,表现得像一个“bien élevé”(受过良好教育的人)。这样会让你的生活变得更加轻松。 +如果你表现出一些基本礼貌,巴黎人的冷漠外表就会很快消失不见。 +普利蒂维亚湖国家公园森林覆盖率很高,主要是栎树、松树和落叶松,植被混合了阿尔卑斯山和地中海植物。 +由于它的微气候、土壤和海拔高度的差异,它的植物群落具有显著的多样性。 +该地区也是各种各样的动物和鸟类的家园。 +那里有欧洲灰熊、狼、老鹰、蝙蝠、浣熊、野猫和雉鸡等珍稀动物,还有许多常见物种 +在访问寺庙时,女性必须穿长裙,裙子要覆盖膝盖,肩膀也要盖住。 +大多数寺庙都会为那些没有准备好的女性提供罩衣,但如果您自己带着,尤其是带着鲜艳的颜色的罩衣,那么在入口处的僧人或尼姑就会对您微笑。 +在同一条线上,男性必须穿长裤覆盖膝盖。 +这件衣服也可以从入口处的货架上借用,但是这件衣服不是每个用户都会洗涤,所以你可能不会觉得很舒服穿这件裙子。这件裙子适合所有男性! +马略卡饮食与地中海其他地区的饮食类似,以面包、蔬菜和肉类(特别是猪肉)为基础,使用橄榄油。 +在夏季,最简单、最受欢迎的晚餐是 Pa amb Oli:面包加橄榄油、番茄和可用的调味品,例如奶酪、鱼子酱等。 +所有名词,无论在句子中间还是在句首,都始终以大写字母开头。 +这是区分一些动词和宾语的重要方法。 +它还可能让阅读变得更容易,尽管写作有些复杂,因为需要确定一个动词或形容词是否使用了名词化形式。 +意大利语的发音相对容易,因为大多数单词的发音与书写一致 +要特别注意的字母是“c”和“g”,因为它们的发音取决于后面的元音。 +此外,要注意区分 r 和 rr 的发音:caro 意思是“亲爱的”,而 carro 意思是“战车”。 +波斯语的语法比较简单,基本上是规范的。 +因此,阅读这本语法指南可以帮助您学习许多波斯语语法知识,并更好地理解句子。 +无需说明的是,如果你掌握一门罗曼语言,那么学习葡萄牙语就会更容易。 +然而,对西班牙语有点了解的人可能会迅速得出结论,认为葡萄牙语与西班牙语之间的差异不大,因此不必单独学习葡萄牙语。 +现代之前的天文台通常已经过时,但仍然作为博物馆或教育场所保留下来。 +由于当时的光污染问题与今天不同,它们通常位于城市或校园,比现代建造的更容易访问。 +大多数现代研究望远镜都是位于遥远地区,气候条件良好的巨大设施。 +自 8 世纪以来,樱花观赏一直是日本文化的一部分。 +这个概念来源于中国,在中国,桃花是人们最喜欢的花。 +在日本,第一个樱花派对是由天皇举办,只为自己和皇宫周围的贵族参加。 +植物在自然环境中看起来最美丽,所以不要忍不住把“只有一棵”的植物都挖出来。 +如果你去参观一个正式安排的园林,捡取“标本”也会被驱逐,没有讨论的余地。 +新加坡通常是一个非常安全的地方,很容易熟悉,您可以在抵达后购买几乎所有东西。 +但是,在赤道以北几度的“高热带”地区,你必须同时面对炎热(永远)和强烈的阳光(天气晴朗时,更为罕见)。 +还有几辆公共汽车前往希伯侬,希伯侬是圣经中亚伯拉罕、以撒、雅各和他们的妻子的传统埋葬地。 +确认您想要乘坐的公交车能够进入希伯伦,而不仅仅只是前往附近的犹太定居点基里亚特·阿拉巴。 +内陆水路可以成为度假的主题。 +例如在卢瓦尔河谷、莱茵河谷游览城堡,或者搭乘豪华游轮游览多瑙河上的有趣城市,或者沿着艾略特运河游船。 +它们还定义了徒步旅行和自行车旅行的受欢迎路线。 +圣诞节是基督教最重要的节日之一,被视为耶稣的诞辰。 +许多与节日有关的传统已经在基督教国家的非信徒和世界各地的非基督徒中得到了采纳。 +有一个传统,在复活节夜晚,人们会在某个暴露的地方醒着等待太阳升起。 +当然,这种传统也有基督教神学解释,但它可能是基督教之前的春季和生育仪式。 +许多传统的教堂会在复活节周末的周六晚上举行复活节午夜守夜礼拜,信徒们通常会在午夜十二点之际庆祝耶稣复活。 +所有原本来到岛屿的动物都是游泳、飞翔或漂浮而来的。 +由于大陆与加拉帕戈斯群岛之间的距离较远,哺乳动物无法迁徙,因此巨型海龟成为加拉帕戈斯群岛的主要食草动物。 +自人类到达加拉帕戈斯群岛以来,已经引进了许多哺乳动物,包括山羊、马、牛、老鼠、猫和狗。 +如果你在冬季访问北极或南极地区,你会经历极夜,这意味着太阳不会升到地平线以上。 +这为观赏北极光提供了一个很好的机会,因为天空大部分时间都是黑暗的。 +由于这些地区人口稀少,因此光污染通常不是问题,您也可以享受星空。 +日本的工作文化比西方人熟悉的工作文化更加层级化和正式化。 +西装是标准的商务着装,同事之间称呼彼此的姓名或职务。 +工作环境的和谐至关重要,强调团队合作,而不是赞扬个人成就。 +工人必须经常得到上级的批准才能做出任何决定,并且必须无条件服从上级的指示。 diff --git a/test-en-zh.bleu b/test-en-zh.bleu new file mode 100644 index 0000000000000000000000000000000000000000..cb8ed4d40f1a5105e567527c8458075173c4065e --- /dev/null +++ b/test-en-zh.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:zh|smooth:exp|version:2.4.3 = 40.49 69.8/47.8/34.3/25.4 (BP = 0.980 ratio = 0.980 hyp_len = 39078 ref_len = 39860) diff --git a/test-en-zh.comet b/test-en-zh.comet new file mode 100644 index 0000000000000000000000000000000000000000..f6a0f65615a07f76f9dbe23eda6fe76d643daefe --- /dev/null +++ b/test-en-zh.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 0 score: 0.8653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 1 score: 0.8951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 2 score: 0.9136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 3 score: 0.8818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 4 score: 0.7968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 5 score: 0.7593 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 6 score: 0.9571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 7 score: 0.8347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 8 score: 0.9129 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 9 score: 0.7614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 10 score: 0.9254 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 11 score: 0.8565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 12 score: 0.8848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 13 score: 0.8660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 14 score: 0.8247 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 15 score: 0.7870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 16 score: 0.8698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 17 score: 0.8823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 18 score: 0.8954 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 19 score: 0.8900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 20 score: 0.3769 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 21 score: 0.9622 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 22 score: 0.9415 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 23 score: 0.7119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 24 score: 0.9458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 25 score: 0.8266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 26 score: 0.9167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 27 score: 0.8999 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 28 score: 0.7582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 29 score: 0.9240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 30 score: 0.7726 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 31 score: 0.8829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 32 score: 0.8829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 33 score: 0.8941 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 34 score: 0.9486 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 35 score: 0.9206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 36 score: 0.8902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 37 score: 0.8402 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 38 score: 0.8753 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 39 score: 0.8988 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 40 score: 0.9162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 41 score: 0.9235 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 42 score: 0.9233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 43 score: 0.9419 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 44 score: 0.8534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 45 score: 0.8812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 46 score: 0.8890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 47 score: 0.9120 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 48 score: 0.9435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 49 score: 0.9614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 50 score: 0.8970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 51 score: 0.8985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 52 score: 0.9219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 53 score: 0.9283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 54 score: 0.9054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 55 score: 0.8991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 56 score: 0.8470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 57 score: 0.8907 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 58 score: 0.8678 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 59 score: 0.9547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 60 score: 0.8591 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 61 score: 0.9066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 62 score: 0.9054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 63 score: 0.8873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 64 score: 0.8598 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 65 score: 0.8430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 66 score: 0.7424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 67 score: 0.7413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 68 score: 0.9466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 69 score: 0.8841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 70 score: 0.7786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 71 score: 0.8148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 72 score: 0.8834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 73 score: 0.8923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 74 score: 0.8803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 75 score: 0.8219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 76 score: 0.8798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 77 score: 0.9209 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 78 score: 0.9403 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 79 score: 0.8452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 80 score: 0.8736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 81 score: 0.9596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 82 score: 0.8895 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 83 score: 0.8833 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 84 score: 0.8602 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 85 score: 0.8545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 86 score: 0.8573 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 87 score: 0.8704 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 88 score: 0.8881 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 89 score: 0.9223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 90 score: 0.8563 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 91 score: 0.8775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 92 score: 0.8569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 93 score: 0.9453 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 94 score: 0.9211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 95 score: 0.9450 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 96 score: 0.9428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 97 score: 0.9073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 98 score: 0.9015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 99 score: 0.8935 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 100 score: 0.9423 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 101 score: 0.8192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 102 score: 0.9179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 103 score: 0.9472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 104 score: 0.9267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 105 score: 0.8690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 106 score: 0.8730 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 107 score: 0.8069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 108 score: 0.7495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 109 score: 0.5004 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 110 score: 0.9119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 111 score: 0.9335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 112 score: 0.8955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 113 score: 0.9226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 114 score: 0.9203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 115 score: 0.9399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 116 score: 0.8829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 117 score: 0.9076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 118 score: 0.9315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 119 score: 0.8843 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 120 score: 0.8706 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 121 score: 0.8964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 122 score: 0.9240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 123 score: 0.9140 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 124 score: 0.5351 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 125 score: 0.9226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 126 score: 0.9226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 127 score: 0.9251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 128 score: 0.9226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 129 score: 0.9472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 130 score: 0.8673 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 131 score: 0.8919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 132 score: 0.9302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 133 score: 0.9037 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 134 score: 0.8567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 135 score: 0.8831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 136 score: 0.9618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 137 score: 0.8852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 138 score: 0.9126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 139 score: 0.8814 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 140 score: 0.9170 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 141 score: 0.9040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 142 score: 0.8991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 143 score: 0.9207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 144 score: 0.9522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 145 score: 0.9149 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 146 score: 0.9401 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 147 score: 0.9097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 148 score: 0.8778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 149 score: 0.9212 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 150 score: 0.9245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 151 score: 0.8639 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 152 score: 0.8581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 153 score: 0.8472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 154 score: 0.8629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 155 score: 0.8661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 156 score: 0.8782 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 157 score: 0.8597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 158 score: 0.9329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 159 score: 0.9023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 160 score: 0.8841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 161 score: 0.7398 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 162 score: 0.8404 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 163 score: 0.8956 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 164 score: 0.9204 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 165 score: 0.8383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 166 score: 0.9296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 167 score: 0.8551 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 168 score: 0.8636 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 169 score: 0.7985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 170 score: 0.9123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 171 score: 0.8984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 172 score: 0.8698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 173 score: 0.8772 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 174 score: 0.8717 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 175 score: 0.8795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 176 score: 0.8348 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 177 score: 0.8865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 178 score: 0.7402 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 179 score: 0.8933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 180 score: 0.8313 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 181 score: 0.9211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 182 score: 0.9243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 183 score: 0.8827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 184 score: 0.9066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 185 score: 0.9258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 186 score: 0.9677 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 187 score: 0.8807 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 188 score: 0.8792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 189 score: 0.8119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 190 score: 0.9070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 191 score: 0.8578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 192 score: 0.8398 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 193 score: 0.8520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 194 score: 0.7764 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 195 score: 0.9046 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 196 score: 0.8656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 197 score: 0.7914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 198 score: 0.9344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 199 score: 0.8029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 200 score: 0.8002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 201 score: 0.8330 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 202 score: 0.8652 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 203 score: 0.7952 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 204 score: 0.8694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 205 score: 0.9153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 206 score: 0.9352 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 207 score: 0.8493 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 208 score: 0.9190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 209 score: 0.8087 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 210 score: 0.9225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 211 score: 0.9297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 212 score: 0.9391 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 213 score: 0.8861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 214 score: 0.9132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 215 score: 0.9333 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 216 score: 0.8863 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 217 score: 0.9516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 218 score: 0.8888 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 219 score: 0.8613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 220 score: 0.9179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 221 score: 0.9464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 222 score: 0.9265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 223 score: 0.9169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 224 score: 0.8902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 225 score: 0.9088 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 226 score: 0.9108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 227 score: 0.7491 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 228 score: 0.8595 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 229 score: 0.8769 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 230 score: 0.9695 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 231 score: 0.6289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 232 score: 0.8604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 233 score: 0.8530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 234 score: 0.8559 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 235 score: 0.8600 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 236 score: 0.9219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 237 score: 0.9006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 238 score: 0.9102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 239 score: 0.7877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 240 score: 0.8536 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 241 score: 0.7978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 242 score: 0.9261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 243 score: 0.8534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 244 score: 0.8583 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 245 score: 0.8835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 246 score: 0.8053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 247 score: 0.8777 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 248 score: 0.8476 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 249 score: 0.9010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 250 score: 0.9001 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 251 score: 0.9267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 252 score: 0.8859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 253 score: 0.9691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 254 score: 0.9056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 255 score: 0.9130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 256 score: 0.9101 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 257 score: 0.9405 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 258 score: 0.8642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 259 score: 0.9104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 260 score: 0.8823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 261 score: 0.7780 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 262 score: 0.9021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 263 score: 0.8516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 264 score: 0.9053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 265 score: 0.9101 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 266 score: 0.8720 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 267 score: 0.9117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 268 score: 0.9055 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 269 score: 0.8971 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 270 score: 0.7347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 271 score: 0.8035 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 272 score: 0.8852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 273 score: 0.8433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 274 score: 0.8070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 275 score: 0.8561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 276 score: 0.8041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 277 score: 0.9598 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 278 score: 0.8845 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 279 score: 0.8119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 280 score: 0.9054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 281 score: 0.9027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 282 score: 0.9458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 283 score: 0.9056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 284 score: 0.8260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 285 score: 0.9409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 286 score: 0.9037 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 287 score: 0.8928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 288 score: 0.9166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 289 score: 0.8845 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 290 score: 0.8834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 291 score: 0.9345 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 292 score: 0.9283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 293 score: 0.8687 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 294 score: 0.7973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 295 score: 0.8227 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 296 score: 0.8062 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 297 score: 0.9169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 298 score: 0.6026 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 299 score: 0.8996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 300 score: 0.8907 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 301 score: 0.8918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 302 score: 0.9276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 303 score: 0.9415 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 304 score: 0.8787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 305 score: 0.9317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 306 score: 0.8032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 307 score: 0.8969 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 308 score: 0.8180 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 309 score: 0.9183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 310 score: 0.8831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 311 score: 0.9196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 312 score: 0.8833 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 313 score: 0.7995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 314 score: 0.9083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 315 score: 0.8985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 316 score: 0.8468 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 317 score: 0.9183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 318 score: 0.9222 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 319 score: 0.8233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 320 score: 0.7560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 321 score: 0.8353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 322 score: 0.8676 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 323 score: 0.8768 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 324 score: 0.9209 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 325 score: 0.8879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 326 score: 0.9059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 327 score: 0.8990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 328 score: 0.8339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 329 score: 0.9263 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 330 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 331 score: 0.8912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 332 score: 0.9035 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 333 score: 0.8997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 334 score: 0.9533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 335 score: 0.8833 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 336 score: 0.9329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 337 score: 0.8087 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 338 score: 0.8674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 339 score: 0.9245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 340 score: 0.7756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 341 score: 0.9152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 342 score: 0.8449 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 343 score: 0.8448 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 344 score: 0.9232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 345 score: 0.8385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 346 score: 0.9227 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 347 score: 0.8172 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 348 score: 0.9090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 349 score: 0.8593 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 350 score: 0.7713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 351 score: 0.9128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 352 score: 0.9270 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 353 score: 0.9009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 354 score: 0.9095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 355 score: 0.8878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 356 score: 0.9443 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 357 score: 0.9038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 358 score: 0.8987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 359 score: 0.8056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 360 score: 0.8286 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 361 score: 0.8799 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 362 score: 0.9305 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 363 score: 0.8339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 364 score: 0.7264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 365 score: 0.8658 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 366 score: 0.7898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 367 score: 0.9053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 368 score: 0.8578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 369 score: 0.8806 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 370 score: 0.7961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 371 score: 0.8112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 372 score: 0.8906 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 373 score: 0.8252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 374 score: 0.7969 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 375 score: 0.8363 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 376 score: 0.9126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 377 score: 0.9460 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 378 score: 0.8303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 379 score: 0.9406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 380 score: 0.9574 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 381 score: 0.8351 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 382 score: 0.7914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 383 score: 0.7915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 384 score: 0.8993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 385 score: 0.8618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 386 score: 0.8843 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 387 score: 0.9007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 388 score: 0.9044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 389 score: 0.9146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 390 score: 0.9136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 391 score: 0.8640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 392 score: 0.7812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 393 score: 0.9001 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 394 score: 0.9527 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 395 score: 0.9479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 396 score: 0.8178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 397 score: 0.9481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 398 score: 0.8564 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 399 score: 0.8808 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 400 score: 0.9327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 401 score: 0.9147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 402 score: 0.9069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 403 score: 0.7239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 404 score: 0.8308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 405 score: 0.8656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 406 score: 0.9570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 407 score: 0.9359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 408 score: 0.9451 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 409 score: 0.9052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 410 score: 0.8692 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 411 score: 0.8816 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 412 score: 0.8483 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 413 score: 0.8548 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 414 score: 0.8835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 415 score: 0.9068 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 416 score: 0.9106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 417 score: 0.8942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 418 score: 0.9363 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 419 score: 0.9403 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 420 score: 0.9354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 421 score: 0.9475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 422 score: 0.8963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 423 score: 0.9029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 424 score: 0.9071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 425 score: 0.9334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 426 score: 0.9288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 427 score: 0.8549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 428 score: 0.8967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 429 score: 0.9376 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 430 score: 0.8204 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 431 score: 0.8069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 432 score: 0.8066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 433 score: 0.9386 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 434 score: 0.8161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 435 score: 0.8514 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 436 score: 0.8543 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 437 score: 0.8671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 438 score: 0.9308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 439 score: 0.9090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 440 score: 0.9221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 441 score: 0.8901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 442 score: 0.9563 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 443 score: 0.8667 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 444 score: 0.8179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 445 score: 0.8908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 446 score: 0.9064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 447 score: 0.9034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 448 score: 0.9436 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 449 score: 0.8294 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 450 score: 0.8978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 451 score: 0.8770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 452 score: 0.8928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 453 score: 0.9053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 454 score: 0.8539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 455 score: 0.8510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 456 score: 0.8258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 457 score: 0.9545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 458 score: 0.8793 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 459 score: 0.8136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 460 score: 0.8987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 461 score: 0.9206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 462 score: 0.8909 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 463 score: 0.9234 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 464 score: 0.8752 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 465 score: 0.8918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 466 score: 0.8939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 467 score: 0.7607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 468 score: 0.8021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 469 score: 0.8843 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 470 score: 0.8039 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 471 score: 0.8516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 472 score: 0.7984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 473 score: 0.8897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 474 score: 0.8243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 475 score: 0.9006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 476 score: 0.8958 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 477 score: 0.9334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 478 score: 0.9112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 479 score: 0.9136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 480 score: 0.8750 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 481 score: 0.8367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 482 score: 0.8878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 483 score: 0.8474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 484 score: 0.8464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 485 score: 0.8460 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 486 score: 0.9132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 487 score: 0.8865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 488 score: 0.9358 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 489 score: 0.8820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 490 score: 0.8835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 491 score: 0.8724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 492 score: 0.9455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 493 score: 0.9164 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 494 score: 0.9238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 495 score: 0.8558 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 496 score: 0.8499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 497 score: 0.9186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 498 score: 0.9274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 499 score: 0.7642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 500 score: 0.9173 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 501 score: 0.8877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 502 score: 0.8267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 503 score: 0.8691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 504 score: 0.7924 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 505 score: 0.9334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 506 score: 0.8906 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 507 score: 0.8314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 508 score: 0.8467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 509 score: 0.8003 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 510 score: 0.7787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 511 score: 0.8200 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 512 score: 0.8475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 513 score: 0.8841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 514 score: 0.8405 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 515 score: 0.9187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 516 score: 0.8527 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 517 score: 0.9059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 518 score: 0.8738 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 519 score: 0.9437 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 520 score: 0.9074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 521 score: 0.8729 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 522 score: 0.9054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 523 score: 0.7941 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 524 score: 0.9031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 525 score: 0.8988 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 526 score: 0.8902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 527 score: 0.7139 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 528 score: 0.8027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 529 score: 0.9326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 530 score: 0.9112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 531 score: 0.9172 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 532 score: 0.8785 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 533 score: 0.8737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 534 score: 0.8511 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 535 score: 0.8170 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 536 score: 0.8528 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 537 score: 0.9220 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 538 score: 0.9037 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 539 score: 0.8980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 540 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 541 score: 0.8792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 542 score: 0.8148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 543 score: 0.8550 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 544 score: 0.8852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 545 score: 0.9516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 546 score: 0.8380 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 547 score: 0.8485 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 548 score: 0.8713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 549 score: 0.8718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 550 score: 0.8807 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 551 score: 0.9368 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 552 score: 0.8589 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 553 score: 0.8438 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 554 score: 0.9076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 555 score: 0.8164 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 556 score: 0.8643 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 557 score: 0.8370 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 558 score: 0.7946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 559 score: 0.8424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 560 score: 0.8733 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 561 score: 0.9476 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 562 score: 0.8904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 563 score: 0.8792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 564 score: 0.8669 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 565 score: 0.9160 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 566 score: 0.8635 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 567 score: 0.9126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 568 score: 0.8127 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 569 score: 0.6983 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 570 score: 0.9130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 571 score: 0.9087 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 572 score: 0.8029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 573 score: 0.8875 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 574 score: 0.9298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 575 score: 0.8820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 576 score: 0.8736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 577 score: 0.9021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 578 score: 0.9073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 579 score: 0.9097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 580 score: 0.6612 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 581 score: 0.8878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 582 score: 0.8956 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 583 score: 0.8479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 584 score: 0.8820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 585 score: 0.8800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 586 score: 0.9088 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 587 score: 0.9179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 588 score: 0.8234 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 589 score: 0.9331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 590 score: 0.9058 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 591 score: 0.9430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 592 score: 0.8377 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 593 score: 0.9073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 594 score: 0.8639 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 595 score: 0.8945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 596 score: 0.9049 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 597 score: 0.8898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 598 score: 0.8552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 599 score: 0.8780 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 600 score: 0.8791 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 601 score: 0.8754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 602 score: 0.8859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 603 score: 0.8676 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 604 score: 0.8650 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 605 score: 0.9263 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 606 score: 0.8668 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 607 score: 0.8547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 608 score: 0.8648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 609 score: 0.8249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 610 score: 0.8928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 611 score: 0.9355 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 612 score: 0.8866 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 613 score: 0.9136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 614 score: 0.8790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 615 score: 0.9151 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 616 score: 0.9416 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 617 score: 0.9446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 618 score: 0.9285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 619 score: 0.8880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 620 score: 0.9228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 621 score: 0.7826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 622 score: 0.8988 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 623 score: 0.8879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 624 score: 0.9090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 625 score: 0.9112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 626 score: 0.9369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 627 score: 0.9292 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 628 score: 0.9116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 629 score: 0.8764 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 630 score: 0.9153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 631 score: 0.9651 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 632 score: 0.9283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 633 score: 0.9340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 634 score: 0.9787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 635 score: 0.9235 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 636 score: 0.9150 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 637 score: 0.8982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 638 score: 0.9289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 639 score: 0.9147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 640 score: 0.8911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 641 score: 0.9524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 642 score: 0.8492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 643 score: 0.7329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 644 score: 0.9155 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 645 score: 0.8951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 646 score: 0.8424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 647 score: 0.8654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 648 score: 0.8134 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 649 score: 0.8514 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 650 score: 0.9618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 651 score: 0.8933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 652 score: 0.7478 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 653 score: 0.7614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 654 score: 0.8526 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 655 score: 0.9196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 656 score: 0.9296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 657 score: 0.9320 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 658 score: 0.8056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 659 score: 0.8086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 660 score: 0.7986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 661 score: 0.9497 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 662 score: 0.9540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 663 score: 0.8904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 664 score: 0.8933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 665 score: 0.8887 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 666 score: 0.9050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 667 score: 0.8372 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 668 score: 0.9307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 669 score: 0.8995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 670 score: 0.8914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 671 score: 0.9152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 672 score: 0.8594 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 673 score: 0.9235 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 674 score: 0.8920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 675 score: 0.9104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 676 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 677 score: 0.9108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 678 score: 0.9287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 679 score: 0.9073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 680 score: 0.8686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 681 score: 0.8996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 682 score: 0.8833 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 683 score: 0.9051 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 684 score: 0.8948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 685 score: 0.8973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 686 score: 0.8932 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 687 score: 0.8522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 688 score: 0.9287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 689 score: 0.8639 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 690 score: 0.9111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 691 score: 0.8749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 692 score: 0.8885 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 693 score: 0.8057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 694 score: 0.8456 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 695 score: 0.8246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 696 score: 0.8681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 697 score: 0.9499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 698 score: 0.8724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 699 score: 0.8860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 700 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 701 score: 0.9087 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 702 score: 0.8197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 703 score: 0.9241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 704 score: 0.8592 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 705 score: 0.8872 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 706 score: 0.8336 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 707 score: 0.8582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 708 score: 0.8610 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 709 score: 0.9067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 710 score: 0.9515 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 711 score: 0.8771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 712 score: 0.9260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 713 score: 0.8865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 714 score: 0.8918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 715 score: 0.8329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 716 score: 0.8750 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 717 score: 0.8326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 718 score: 0.9068 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 719 score: 0.9164 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 720 score: 0.9192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 721 score: 0.9268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 722 score: 0.8794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 723 score: 0.9256 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 724 score: 0.9258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 725 score: 0.9561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 726 score: 0.8086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 727 score: 0.8522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 728 score: 0.7793 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 729 score: 0.8549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 730 score: 0.9583 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 731 score: 0.9302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 732 score: 0.8647 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 733 score: 0.8246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 734 score: 0.8480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 735 score: 0.8953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 736 score: 0.9002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 737 score: 0.8014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 738 score: 0.9235 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 739 score: 0.8139 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 740 score: 0.8551 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 741 score: 0.9085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 742 score: 0.8099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 743 score: 0.9130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 744 score: 0.9294 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 745 score: 0.8872 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 746 score: 0.8587 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 747 score: 0.8395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 748 score: 0.9500 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 749 score: 0.8514 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 750 score: 0.8013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 751 score: 0.7989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 752 score: 0.7005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 753 score: 0.8825 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 754 score: 0.9034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 755 score: 0.9043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 756 score: 0.8932 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 757 score: 0.8901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 758 score: 0.9018 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 759 score: 0.8139 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 760 score: 0.9479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 761 score: 0.8968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 762 score: 0.9639 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 763 score: 0.9109 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 764 score: 0.8747 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 765 score: 0.8598 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 766 score: 0.9106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 767 score: 0.9184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 768 score: 0.9092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 769 score: 0.9620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 770 score: 0.8900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 771 score: 0.9233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 772 score: 0.7944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 773 score: 0.9306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 774 score: 0.8748 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 775 score: 0.8693 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 776 score: 0.7453 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 777 score: 0.8842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 778 score: 0.8838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 779 score: 0.8241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 780 score: 0.9173 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 781 score: 0.8156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 782 score: 0.9342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 783 score: 0.7507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 784 score: 0.9259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 785 score: 0.8221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 786 score: 0.9344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 787 score: 0.8710 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 788 score: 0.9226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 789 score: 0.8822 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 790 score: 0.8922 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 791 score: 0.8447 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 792 score: 0.9015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 793 score: 0.8968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 794 score: 0.8454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 795 score: 0.8890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 796 score: 0.9130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 797 score: 0.8754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 798 score: 0.8739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 799 score: 0.7534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 800 score: 0.9061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 801 score: 0.8948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 802 score: 0.8869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 803 score: 0.9159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 804 score: 0.8433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 805 score: 0.9201 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 806 score: 0.9116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 807 score: 0.8371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 808 score: 0.8733 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 809 score: 0.8321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 810 score: 0.8362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 811 score: 0.8116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 812 score: 0.9610 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 813 score: 0.9205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 814 score: 0.9156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 815 score: 0.8470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 816 score: 0.8487 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 817 score: 0.9048 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 818 score: 0.8948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 819 score: 0.8807 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 820 score: 0.8973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 821 score: 0.9458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 822 score: 0.8760 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 823 score: 0.8867 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 824 score: 0.9217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 825 score: 0.8836 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 826 score: 0.8890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 827 score: 0.8359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 828 score: 0.8441 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 829 score: 0.8958 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 830 score: 0.8396 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 831 score: 0.8377 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 832 score: 0.8637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 833 score: 0.8007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 834 score: 0.8790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 835 score: 0.7995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 836 score: 0.8343 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 837 score: 0.8759 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 838 score: 0.8733 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 839 score: 0.8731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 840 score: 0.8279 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 841 score: 0.8124 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 842 score: 0.8405 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 843 score: 0.9270 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 844 score: 0.8764 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 845 score: 0.8643 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 846 score: 0.7045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 847 score: 0.8545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 848 score: 0.8542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 849 score: 0.4952 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 850 score: 0.8709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 851 score: 0.9269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 852 score: 0.9319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 853 score: 0.8830 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 854 score: 0.8602 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 855 score: 0.9081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 856 score: 0.8050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 857 score: 0.9243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 858 score: 0.8596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 859 score: 0.9068 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 860 score: 0.9096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 861 score: 0.9282 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 862 score: 0.9233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 863 score: 0.8926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 864 score: 0.8674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 865 score: 0.8648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 866 score: 0.9050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 867 score: 0.8087 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 868 score: 0.9284 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 869 score: 0.8704 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 870 score: 0.9305 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 871 score: 0.8041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 872 score: 0.8563 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 873 score: 0.8684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 874 score: 0.9047 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 875 score: 0.8705 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 876 score: 0.9524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 877 score: 0.8807 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 878 score: 0.9342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 879 score: 0.8449 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 880 score: 0.8650 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 881 score: 0.9154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 882 score: 0.9394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 883 score: 0.8962 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 884 score: 0.7922 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 885 score: 0.9239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 886 score: 0.9074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 887 score: 0.7394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 888 score: 0.7991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 889 score: 0.8719 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 890 score: 0.7210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 891 score: 0.8284 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 892 score: 0.7503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 893 score: 0.8991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 894 score: 0.8861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 895 score: 0.9047 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 896 score: 0.8927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 897 score: 0.8723 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 898 score: 0.8632 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 899 score: 0.8461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 900 score: 0.8429 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 901 score: 0.7242 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 902 score: 0.9098 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 903 score: 0.8508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 904 score: 0.8861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 905 score: 0.8440 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 906 score: 0.7567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 907 score: 0.8698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 908 score: 0.8512 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 909 score: 0.9461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 910 score: 0.8695 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 911 score: 0.8473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 912 score: 0.9405 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 913 score: 0.7532 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 914 score: 0.8570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 915 score: 0.8584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 916 score: 0.9571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 917 score: 0.8869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 918 score: 0.9088 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 919 score: 0.9031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 920 score: 0.9045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 921 score: 0.8558 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 922 score: 0.9176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 923 score: 0.8691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 924 score: 0.9060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 925 score: 0.8521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 926 score: 0.9076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 927 score: 0.8521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 928 score: 0.8859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 929 score: 0.8605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 930 score: 0.8720 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 931 score: 0.9048 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 932 score: 0.8228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 933 score: 0.8612 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 934 score: 0.8871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 935 score: 0.8146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 936 score: 0.8848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 937 score: 0.9547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 938 score: 0.9318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 939 score: 0.9102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 940 score: 0.9075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 941 score: 0.9407 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 942 score: 0.9329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 943 score: 0.8811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 944 score: 0.8584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 945 score: 0.7899 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 946 score: 0.8786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 947 score: 0.8934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 948 score: 0.8043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 949 score: 0.7819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 950 score: 0.8552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 951 score: 0.8324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 952 score: 0.8389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 953 score: 0.8617 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 954 score: 0.8774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 955 score: 0.9097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 956 score: 0.9415 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 957 score: 0.9400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 958 score: 0.8992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 959 score: 0.8996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 960 score: 0.8950 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 961 score: 0.9243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 962 score: 0.8820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 963 score: 0.8417 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 964 score: 0.9628 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 965 score: 0.9000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 966 score: 0.9205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 967 score: 0.8190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 968 score: 0.8105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 969 score: 0.7718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 970 score: 0.9122 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 971 score: 0.8763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 972 score: 0.7803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 973 score: 0.9465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 974 score: 0.8824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 975 score: 0.9272 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 976 score: 0.8763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 977 score: 0.8722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 978 score: 0.9218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 979 score: 0.8920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 980 score: 0.8823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 981 score: 0.8927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 982 score: 0.9053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 983 score: 0.8320 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 984 score: 0.9046 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 985 score: 0.8937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 986 score: 0.8815 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 987 score: 0.8974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 988 score: 0.7950 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 989 score: 0.8632 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 990 score: 0.9026 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 991 score: 0.8716 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 992 score: 0.8952 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 993 score: 0.8740 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 994 score: 0.8770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 995 score: 0.8861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 996 score: 0.9068 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 997 score: 0.9563 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 998 score: 0.9299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 999 score: 0.8325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 1000 score: 0.8183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 1001 score: 0.8989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 1002 score: 0.8503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 1003 score: 0.8779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 1004 score: 0.9521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 1005 score: 0.9168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 1006 score: 0.8819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 1007 score: 0.9132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 1008 score: 0.9047 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 1009 score: 0.9174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 1010 score: 0.9290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh Segment 1011 score: 0.9221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-en-zh score: 0.8775 diff --git a/test-et-en b/test-et-en new file mode 100644 index 0000000000000000000000000000000000000000..ce8e7da8730b7973c190fb8ad11599ece87636e2 --- /dev/null +++ b/test-et-en @@ -0,0 +1,1012 @@ +“We now have four cases of diabetes in cats who previously did not have diabetes,” she added. +Dr. Ehud Ur, a professor of medicine at Dalhousie University in Halifax, Nova Scotia, and president of the Canadian Diabetes Association's clinical and scientific group, warned that the trial is still in its early stages. +As with some other experts, he is skeptical about the possibility of curing type 1 diabetes, noting that there is no known way to cure type 2 diabetes in people who already have it. +On Monday, Sara Danius, Permanent Secretary of the Nobel Committee for Literature at the Royal Swedish Academy, told Sveriges Radio's public radio show that since they were unable to contact Bob Dylan to tell him he had won the 2016 Nobel Prize in Literature, the Swedish committee had given up trying to contact him. +Danius said, "We're not doing anything now. We sent a letter to his closest colleagues and received very friendly responses. That's enough for now." +Ring CEO Jamie Siminoff has previously said the company was born out of his frustration from not being able to hear his garage door opener from inside his house. +He gave her a Wi-Fi password," she said. +Siminoff said he got the idea after appearing on an episode of "Shark Tank" in 2013 to pitch his startup to a panel of experts. +In late 2017, Siminoff appeared on the shopping channel QVC. +Ring was also sued by rival security firm ADT Corp. +Although one experimental vaccine appears to be effective against Ebola, there are no known treatments for those who are already infected. +One of the ancient remedies, ZMapp, was at first promising, but official studies showed it offered little hope of survival. +PALM was tested as a control, or second-generation vaccine, to see how it compares with the three-dose regimen. +USA Gymnastics supports the letter from the U.S. Olympic Committee and applauds its efforts to extend the need for a safe environment for all athletes. +I agree with the USOC's assertion that our athletes, clubs and sports are better served by the changes we are making to our governance structure rather than pursuing certification. +The U.S. Olympic and Paralympic Committee is supporting an independent investigation into how Larry Nassar was able to abuse so many for so long and will take any and all necessary steps to ensure that this never happens again. +Both USA Gymnastics and the U.S. Olympic Committee have the same mission - to provide athletes with the opportunity to pursue their dreams in a safe, positive and inspiring environment. +Brzezinski worked as an advisor to John F. Kennedy in the 1960s and then to Lyndon B. Johnson's administration. +In the 1976 election, he agreed with Carter on foreign policy, and in the following years 1977 to 1981 he served as National Security Advisor, taking over for Henry Kissinger. +He advised Carter diplomatically on world politics, the Camp David Accords in 1978; U.S.-China relations in the latter half of the 1970s; the Iranian revolution that led to the Iran hostage crisis in 1979; and the Soviet invasion of Afghanistan in 1979. +The film, starring Ryan Gosling and Emma Stone, was nominated for all of the major categories. +Gosling and Stone received nominations for Best Actor and Actress in a Leading Role, respectively. +Other nominations include Best Picture, Director, Cinematography, Costume Design, Film Editing, Original Score, Production Design, Makeup and Hairstyling, and Original Screenplay. +Two songs from the film, "Audition (The Fools Who Dream)" and "City of Stars," were nominated for Best Original Song, and Lionsgate received the most nominations of any studio with 26 - more than any other studio." +U.S. President Donald Trump said in a statement issued late Sunday that U.S. troops are withdrawing "immediately" from Syria. +The statement came after a phone call between Trump and Turkish President Recep Tayyip Erdogan. +Turkey, according to the statement, will also take over the monitoring of ISIL fighters repatriated to their home countries by European states. +Besides confirming that at least some dinosaurs had feathers - a theory that has gained widespread acceptance in recent years - it also reveals details that are rarely seen in fossils, such as the colour and three-dimensional structure of the feathers. +Scientists say the animal resembled a cross between a hedgehog and a pig, with a spiky coat and a pig-like snout. +Leaves allow vascular plants to evolve a closed circulatory system. +Because dinosaurs did not have outward-facing ears, called pinnae, but did have other ear parts, called pinnae and antitragus, scientists concluded that the pinnae presumably evolved later. +The closed structure suggests that they were not used for flight, but rather for temperature regulation or demonstration. Researchers speculate that this is an example of a juvenile pterosaur, rather than a full-grown one. +Although it's a young dinosaur, this specimen shows that Triceratops had a full set of teeth, not a beak like a modern bird. +Yesterday morning, a car bomb detonated in front of the Gaziantep police headquarters, killing two police officers and injuring more than ten people. +The government said eight of the victims were police officers. +Police say they believe the suspected attacker is a Daesh (ISIL) fighter. +They discovered that stars like the Sun work in much the same way as other stars: the motion of the stars in the solar system is caused by the gravitational pull of the planets, just as the motion of the stars in a galaxy is caused by the gravitational pull of the galaxy's planets. +Heating and cooling are used in conjunction to achieve the Rossby number, which is associated with plasma confinement. +The smaller the Rossby number, the more active the star's magnetic field is. +During this trip, Iwasaki was caught several times. +Pirates abducted him, a Tibetan mastiff bit him in Tibet, he fled to Nepal in disguise, and he was arrested in India. +Standard 802.11n operates on 2.4GHz and 5.0GHz. +This allows backward compatibility with older standards 802.11a, 802.11b and 802.11g, assuming that the access point has two radios. +The speed of 802.11n is significantly faster than that of its predecessors: its theoretical maximum speed is 600 Mbit/s. +Duvall, who is married with two children, left Miller, who told her story, in tears. +When asked about Miller's comments, he said, "Mike has a lot to say at the rally and I wasn't quite prepared and so I didn't catch it." +He aims to "significantly reduce" sulfur dioxide emissions from coal-fired power plants by 2020 compared with 2005 levels, Hu said. +He did not put a price tag on the chips, saying they were based on China's economic situation. +Hu warned against "following the old path and repeating the mistakes of the past." +He added that "they can't afford to take positions that are against their interests, against their businesses, against their ability to make a living." +The Baker-Hamilton Commission presented its report today at 12:00 GMT. +It warns that no one can guarantee that any actions taken in Iraq will not lead to sectarian conflict, growing violence or chaos. +The debate begins with public hearings and ends with the formation of a consensus on Middle East policy in the United States. +The report was highly critical of the current Iraqi leadership, on nearly every aspect of policy, and recommended an immediate course correction. +The first option, 78, envisages a new diplomatic start before the end of this year, in order to prevent Iraq from sliding into chaos and to restore diplomatic relations with neighbors. +The former president and Argentina's first lady, Cristina Fernandez de Kirchner, announced her plans to run for the presidency last night from La Plata, 50 kilometers (31 miles) south of Buenos Aires. +Kirchner announced her plans to run for the presidency at a rally in La Plata, where she launched her 2005 Senate campaign as a provincial delegate for Buenos Aires. +The suit stemmed from the aftermath of Hurricane Katrina, when some conservatives denounced Mr. Bush's visit to New Orleans. +The liberal criticism of the Reconstruction era focused on informing Washington officials of the Reconstruction amendments. +More than four million people went to Rome to take part in the celebrations. +The number of people on the square in front of St Peter's was so great that it was impossible to reach the area in front of the basilica. +In order for the people to follow the ceremonies, several large television screens were set up around Rome. +In many other Italian cities, as well as in many other parts of the world, especially in Poland, things were organised in a similar way, and were seen by many people. +Historians have criticized the FBI for its earlier policy of focusing resources on easily solved crimes, especially auto thefts, in order to boost the agency's success rate. +Congress began funding the initiative in fiscal 2005 and later mandated that the FBI dedicate 10 agents to adult pornography. +Robin Uthappa made the highest score for Kolkata Knight Riders with 70 runs off 41 balls with 11 fours and 2 sixes. +Middle-order batsmen Sachin Tendulkar and Rahul Dravid put on a century partnership to guide India to victory. +But after conceding the captain's wicket, India managed only 36 runs in the remaining overs, losing seven wickets. +U.S. President George W. Bush arrived in Singapore on November 16 for a weeklong tour of Asia. +He was received by Singapore's Defense Minister Wong Kan Seng and discussed trade and terrorism issues with Singapore's Prime Minister Lee Hsien Loong. +After a week of below-the-belt campaigning, Bush used his first rally of the day to extol the virtues of free trade in Asia. +Prime Minister Stephen Harper agreed after a 25-minute meeting with NDP Leader Jack Layton on Tuesday to have the government's clean air legislation reviewed by a committee of MPs from all parties before it is introduced in the House of Commons for a second reading. +Mr Layton told the meeting with the Prime Minister that the Conservative group in the assembly should be "wiped out" at the next election. +Since then, the state government and some federal parliamentarians have been critical of the move, calling it a "stunt" ahead of the November federal election. +However, Prime Minister John Howard said the move was necessary to protect the quality of health care in Tasmania, which would receive an extra 45 million Australian dollars. +A new bulletin from the Pacific Tsunami Warning Center says a tsunami has been formed and is expected to hit Pago Pago and Niue. +There were no reports of major injuries or damage, though power was knocked out in parts of Tonga due to the quake, delaying a tsunami warning that had been issued by the Pacific Tsunami Warning Center in Hawaii. +As of Friday, 14 schools on or near the coast of Hawaii were closed, regardless of evacuation orders. +U.S. President George W. Bush issued a statement. +North Korea's denuclearization "would be a great gift to the people of North Korea and a great gift to the world," said Gordon Johndroe, a spokesman for Mr. Bush. +Tropical Storm Jerry, the tenth named storm of the Atlantic hurricane season, has formed in the Atlantic Ocean today. +Jerry is no longer a hurricane, according to the National Hurricane Center (NHC). +U.S. engineers estimate that up to six tornadoes touched down ahead of the six-inch hail. +The Ninth Ward, devastated by Katrina's storm surge of up to 20 feet, is now filling with water as the nearby levee begins to overflow. +Water is flowing over a 100-foot-long dam. +Adam Cuerden, director of the Commons project, expressed his dismay at the deletions when he spoke to Wikinews last month. +“He [Wales] fundamentally misled us from the start. First of all, you don’t do something like that unless you have a legal basis to do it, and secondly, you don’t do it until you’ve heard from us.” +Due to the outcry from the community, a new policy was drafted to address the sexual content of millions of videos hosted on the platform. +The work was more theoretical in nature, but the program was designed to stimulate questions about the Amburi Galaxy. +The effect that the team was looking for was caused by the gravitational pull of the dark matter between the Milky Way and the Andromeda Galaxy. +Just as the moon casts a shadow on Earth, Amburi casts a shadow on Linnutee. +Scientists came to the conclusion that the dark matter exerts the same gravitational pull on other dark matter as it does on ordinary matter. +This theory states that most of the dark matter in the galaxy is in the form of a disk around the galaxy and is composed of many small parts. +Aerial footage showed a white plume of smoke billowing from the plant. +Local authorities have warned nearby residents to stay indoors, turn off air conditioning, and not to drink water from the tap. +Japan's nuclear agency says it has detected radioactive cesium and iodine in the air near the plant. +Officials expect it to mark the end of the era of uranium mining in the area. +Dr. Tony Moll has discovered a highly drug-resistant form of tuberculosis in South Africa's KwaZulu-Natal province. +In one interview she said that the new boss "would make her hair stand on end and give her nightmares." +Dr. Moll estimates that some patients may have been exposed to the bacteria, and at least two of them were health care workers. +Over the course of a year, an infected person can infect 10 to 15 close contacts. +However, the proportion of people with XDR-TB remains low, at 6,000 out of 330,000 people diagnosed with TB in South Africa at some point. +Satellites that orbited more than 1,000 miles above Earth and moved at speeds of about 17,500 miles per hour disintegrated as they passed through Earth's atmosphere, at an altitude of about 491 miles. +According to scientists, the tsunami was caused by an undersea earthquake. +They're still trying to figure out exactly how big the hole is and how it will affect the Earth. +The U.S. State Department's Bureau of Arms Control, Verification and Compliance oversees the treaty's implementation. +The results of the ferry analysis will be posted on the website. +An official with the Allegheny County Medical Examiner's Office in Pittsburgh, Pennsylvania has determined the cause of death to be a homicide after the victim's mother found her daughter's body in the trunk of her car on Wednesday, according to officials in Ohio. +Dr. Malar Balasubramanian, 29, of Blue Ash, a suburb north of Cincinnati, was found dead with a gunshot wound to the head, apparently from a self-inflicted gunshot wound to the head, according to the Hamilton County Coroner's Office. +He was driving his black Oldsmobile Intrigue, which was 500 feet below him. +There they found the body of 53-year-old Saroja Balasubramanian, who had been covered in blood. +Police said the body had been in the water for about a day. +The first cases of the illness were reported at the end of July. +The disease is transmitted by mosquitoes, which can carry the disease from one person to another. +Due to the mosquito-borne disease, the Indian government has taken steps such as sending paramilitary forces to the affected areas, distributing thousands of mosquito nets and spraying pesticides. +The government has also pledged millions of doses of an experimental vaccine to be made available through the NHS over the next year. +This year vaccine procurement has been the most challenging in history due to funding shortfalls and limited focus on other diseases. +In 1956, Slania moved to Estonia, where three years later she started working at the Estonian post office as a stamp engraver. +He sent more than 1,000 postcards to Roots and 28 other countries. +His work is highly regarded for its quality and accuracy, which is why he is one of the few specialists in this field. Some specialise only in collecting his work. +His thousandth mark was a magnificent "great achievement of the kings of England" by David Klöcker Ehrenstrahl in 2000, which is noted in the Guinness Book of Records. +He also designed many national currencies, some recent examples being the Canadian $5 and $100 bills, which feature portraits of the prime ministers. +Gibson was taken to hospital where he later died. +A 64-year-old man was not injured in the crash. +The ship itself drifted away from the site of the accident at about 12:00 Greenwich Mean Time on the same day. +A man who works in the garage near the scene of the accident said, "There were kids there who were waiting to cross the street, and they all started screaming and crying." +They all ran back to the scene of the accident. +Other issues on the Bali agenda include the fate of remaining rainforests and the pursuit of new technologies to help developing countries grow in a way that is less damaging to the environment. +The U.N. also hopes to create a Green Climate Fund to help developing countries cope with the effects of global warming. +Money could be used to build overnight shelters, better water storage and irrigation systems. +Fluke wrote that some people were trying to prevent women from talking about their health failures. +She came to this conclusion after receiving many positive comments and inquiries from women as well as men who desperately needed the anti-racist preparations as a medical necessity. +After the riot ended, about 40 inmates were left in the hallway and refused to return to their cells. +Attendees tried to fix the situation, but the prisoners' demands were unclear. +Between 22:00 and 23:00 on Friday, MDT inmates set fire to a cell. +Earlier, riot police entered the courtyard and fired tear gas canisters into the crowd. +Firefighters were able to put out the fire by 11:35. +After construction was completed in the summer of 1963, seasonal overcrowding became a thing of the past. +This set was necessary for the creation of such liverworms and roundworms, which were life-sustaining organisms. +As a result, two sharks have died and two others, a tiger shark and a nurse shark, have become endangered. +Even though the fire is now under control, officials expect it will take some time to fully investigate the cause of the blaze. +No tsunami warning has been issued, and the Jakarta Geophysics Agency said in a statement that no tsunami was expected because the quake's magnitude was below 6.5. +Even though there was no tsunami warning, residents were panicked and ran from their workplaces and homes. +Although Winfrey was tearful at times, she made sure to let viewers know that she would be back. +It's not a bad thing. It's the end of one era and the beginning of another." +The final results of Namibia's presidential and parliamentary elections show that the current president, Hifikepunye Pohamba, has been re-elected with an overwhelming majority. +The ruling party, the South West African People's Organization (SWAPO), also won a majority in parliament. +Troops and Afghan security forces have been deployed to secure the area, and other NATO aircraft have been sent to help. +The accident happened in a mountainous area and is believed to have been caused by a landslide. +The search for the victims will be hampered by low visibility and rugged terrain. +The medical NGOs Médecins Sans Frontières and the World Health Organization (WHO) say this is the worst health crisis the country has ever faced. +Richard Veerman, a spokesman for Doctors Without Borders, said, "Angola is facing one of the worst epidemics in decades and the situation remains very tense." +The games started in glorious sunshine at 10am and by mid-afternoon the heat had become quite oppressive, but it was a beautiful day for rugby sevens. +South Africa got off to a flyer in the tournament's opening match, running in five tries in a convincing 26-0 win over Zambia. +Against their Southern Hemisphere counterparts, South Africa left it late but once again showed their tournament credentials. +Their disciplined defence, counter-attacking expertise and great teamwork brought them to the top, and it was clear that victory had to come their way. +The Amsterdam city government and the Anne Frank Museum say the tree has been badly damaged and is a danger to people's health, fearing that the tree could collapse at any moment. +It was due to be heard on Tuesday, but was postponed until further notice. +All of the caves' entrances, which were named the Seven Eyes, are at least 100 to 250 metres (328 to 820 feet) deep. +The change in temperature between night and day is probably due to infrared sensors. +“These are day-flying and night-flying moths. +Their behavior is not as stable as that of the large craters on the moon, which still maintain a fairly constant temperature, but it is a continual process of large holes opening and closing," said Glen Cushing, a planetary geologist with the U.S. Geological Survey and a professor at Northern Arizona University in Flagstaff, Ariz. +Traditionally, French elections have been a technology-free experience: Voters retreat to a booth to fill out an anonymous ballot, then deposit it in a box marked with the name of the candidate they chose. +After officials verify a voter's identity, the voter receives a ballot and records their vote on an affidavit. +French electoral laws are somewhat obscurely formulated. +Beginning in 1988, ballot boxes must be transparent so that voters and observers can see who is casting a ballot and who is adding more ballots to the box, and no more ballots can be added to the box after it has been sealed by the election officials. +Candidates can send representatives to follow each step of the process, and at 6 p.m. volunteers will pass out flyers with specific leaders to call. +The ASUS Eee PC, which took the world by storm earlier this year with its combination of affordability and functional design, has won the Grand Prize at the 2007 Taipei IT Expo. +But the market for earphones has changed radically since 2007, when the People's Republic of China announced that it would no longer recognize the Republic of China as the legitimate government of Taiwan. +The listing for the show on the website describes it as "an old-fashioned radio play with a brand new twist!" +In the early days, the show was only broadcast on a shortwave radio station called TogiNet Radio, which focused on radio broadcasts. +At the end of 2015, TogiNet established AstroNet Radio, a children's radio station. +For your part, you used local amateur actors from Wichita Falls, Texas. +The stand-off continued well into the night with riot police on the streets of Bishkek. +According to one eyewitness, chaos reigned in the streets of Bishkek, with crowds roaming the streets and looting stores. +Some Bishkek residents accused the southern protesters of anarchy. +South Africa's Springboks overpowered the New Zealand "All Blacks" in a three-test rugby series in Rustenburg, South Africa's Royal Bafokeng Stadium. +The final result was a one-point win, 21-20, which ended a 15-match unbeaten run for the "All Blacks". +It ended a run of five consecutive defeats for the Springboks. +It was the last match of the season for the All Blacks, who had already won the title two weeks ago. +The Springboks' next match in the series is against Australia at Ellis Park in Johannesburg next weekend. +A minor earthquake hit western Montana at 10:08 p.m. Monday. +The U.S. Geological Survey and the National Earthquake Information Center had no immediate reports of damage. +The quake hit about 20 km (15 miles) northwest of Dillon and about 65 km (40 miles) southwest of Butte. +It has been confirmed that a dead swan found near Lyon, France, on Monday had been infected with the highly pathogenic H5N1 bird flu strain. +France is the seventh country in the European Union to have problems with the virus, following Austria, Germany, Slovenia, Bulgaria, Greece and Italy. +No cases of H5N1 have been reported in Croatia or Thailand. +Chambers was convicted of a large-scale death in the name of God, destruction of property, and terrorizing millions of lives on Earth. +Chambers, an agnostic, claims that his courtroom is "empty" and that "anyone can walk into any courtroom." +Camille Saint-Saens's French opera tells the story of a 19th-century artist "dictated by love for swimming and Japan." +As a result, the performers on stage will be wearing masks, and the theatre itself will be encouraging the audience to wear masks. +Former Speaker of the House Newt Gingrich, Texas Gov. Rick Perry and Congresswoman Michele Bachmann rounded out the top four, five and six. +After the results were announced, Gingrich praised Santorum but used harsh words about Romney, who had run a negative campaign against Gingrich in Iowa. +Perry said he would "take a hard look at the runoff election results in Texas tonight, and then consider my options" but later announced he would enter the South Carolina primary on January 21. +Bachmann, who won the Ames straw poll in August, decided to end her campaign. +The photographer went to see Ronald Reagan at UCLA Medical Center, where he was recovering. +He was reportedly about 20 years old. In a statement, Bieber said, "While we were not able to attend the funeral service, our deepest condolences go out to the family and friends of the victim." +The photographer stopped his car on Sepulveda Boulevard, just north of Sunset, and tried to make a picture of the billboard when he was struck by the driver, who then reversed and tried to run over the photographer a second time, according to the California Highway Patrol. +Police said they would not release the identities of the suspects until they are formally charged. +Because only 18 medals are awarded each day, many countries are left off the podium. +They include the Netherlands, whose representative Anna Jochemsen was eighth yesterday in the women’s 1500 metres freestyle, and Finland, whose Katja Saarinen was tenth in the same event. +Australian Mitchell Gourley finished the men's standing up 10-metre platform event in 17th, while Czech Republic's Oldrich Jelinek was 16th in the men's standing up 10-metre platform event. +Arly Velasquez of Mexico finished the women's 50-meter butterfly with a time of 27.48, and New Zealander Adam Hall finished the men's 100-meter butterfly with a time of 52.48. +Polish duo Maciej Krezel and Anna Ogarzynska took bronze in the mixed 3000m relay, while Jong Seork Park of South Korea finished fourth in the men's standing 3000m relay. +UN peacekeepers who came to Haiti after the devastating 2010 earthquake are being accused of spreading cholera. +According to court documents, the U.N. camp's water system had not been properly disinfected, allowing bacteria to contaminate the Artibonite River, which flows through the Haitian capital of Port-au-Prince. +Health problems had plagued Haiti long before the soldiers arrived in the early 1800s. +Haiti's Ministry of Justice and Democracy has launched an investigation into reports that a Nepalese U.N. peacekeeping battalion brought cholera to the country. +Danielle Lantagne, a U.N. expert on health issues, blamed the floods on "inadequate" early-warning systems. +Hamilton confirmed that the patient was in stable condition at Howard University Hospital. +The patient had travelled to Nigeria, where there have been some Ebola cases. +Haig has drawn up contingency plans in case of a no-deal Brexit to prevent disruption at the border. +Before "The Simpsons," Mr. Simon had worked on dozens of series for many networks. +In the 1980s he worked on shows such as Taxi, Cheers and The Tracy Ullman Show. +In 1989, he helped Brooks and Groening create The Simpsons and was responsible for hiring the show's original writers. +Even though he left the show in 1993, he kept the title of executive producer and continued to pocket tens of millions of dollars every year in licensing fees. +Earlier, China's state news agency Xinhua said the plane had been hijacked. +Earlier reports said a bomb had been placed aboard the plane, which was heading back to Afghanistan from Kandahar. +According to the sources, the plane was diverted back to Afghanistan after it was denied permission to land in Ürümqi. +Iranian air defenses are standard, and the country's aging fleet of aircraft is poorly maintained, both for civilian and military purposes. +International sanctions have meant that new nuclear reactors are not able to be built. +Earlier in the week, three people were killed and three others injured in a police helicopter crash. +Last month, Iran suffered its worst air disaster in decades when a plane headed for the Armenian capital, Yerevan, crashed minutes after taking off from the capital, Tehran, killing all 168 on board. +Another airliner crashed into the runway while taking off from Mashhad, killing dozens. +Aerosmith has canceled a string of upcoming concerts. +The rock band was scheduled to perform in the United States and Canada on September 16. +They canceled the show after singer Steven Tyler fell off the stage and suffered a minor injury on August 5. +Murray lost the opening game of the match when both men won their service points in the tie-break. +Del Potro was ahead after the first game of the second set, but once again he was pegged back to 6-6 and had to play a tie-break to decide the match. +Potro got a break of serve in the next game, but she couldn't hold it. +The program began at 8:30 p.m. local time (1500 UTC). +Throughout the country, singers performed bhajans or devotional songs in praise of Shri Shyama. +The evening began with a performance by singer Sanju Sharma, followed by Jai Shankar Choudhary. +Then Lakkha Singh started singing bhajans. +Baba Shyam was served a 108-dish feast called Chhappan Bhog (56 different offerings to the deities, such as flowers, fruits, sweets, etc.). +Lakkha Singh also went through the chhappan bhog bhajan. Singer Raju Khandelwal sent him. +Nintendo president Satoru Iwata unveiled the design for the company's new console, the Nintendo Revolution, at the Tokyo Game Show on Thursday. +The headset uses two on-screen antennae to triangulate the user's position in a three-dimensional space right in front of the television. +This allows players to perform actions and movements in video games, swinging their arms through the air. +Giancarlo Fisichella lost control of his car and crashed out of the race early on. +His teammate Fernando Alonso led most of the race, but it ended prematurely due to a suspected fuel pump failure. +Michael Schumacher was forced out of the race early on after a collision with Alonso while he was running in the points. +She's very sweet and sings quite well," he said, according to a transcript of the press conference. +Every time I did a rehearsal, I was so nervous, I had butterflies in my stomach." +About three minutes after launch, a camera on the outside of the space station showed several pieces of insulation separating from the station and floating away. +However, it is believed they were not hurt. +NASA's space station program manager, N. Wayne Hale Jr., said the station had "suffered no damage as a result of this event." +Five minutes into the performance, a gust of wind picks up to 70 km/h, then rain comes down so hard and heavy that it sounds like needles hitting a tin roof, and then the sky opens up and people start running and screaming and diving for cover. +I lost my wife and her friend, and two people were left trapped under the rubble of the collapsed building, people were just digging with their bare hands," said Armand Versace. +NHK added that the Kashiwazaki Kariwa nuclear power plant in Niigata prefecture is operating normally. +Hokuriku Electric Power Co. said there was no damage to its Shika nuclear power plant's reactors 1 and 2. +It is estimated that nearly 9,400 of the area's residents do not have access to clean water and nearly 100 do not have electricity. +Some roads have been blocked, and the Noto airport in Ishikawa has been closed. +One bomb exploded near the governor's office. +Three more bombs were detonated near government offices two hours later. +According to some reports, the official death toll stands at eight, with another 30 people missing; but the final toll is not yet known. +After eating food contaminated with the bacteria, some of the pet's favourite toys tested positive for both cyanuric acid and melamine. +Two compounds can form crystals in the stomach that can interfere with digestion, say university researchers. +Scientists found that crystals of melamine and cyanuric acid were formed in the stomach. +Their crystals were made up of individual crystals that had been found in meteorites, when they were analysed using infrared spectroscopy. +I don't know if you'll be able to get a visa or not, but most of the goods from Central America come into the country duty-free. +But 80% of our purchases were paid for by tariffs in the middle-income countries, thank you. +It didn't seem logical to me; of course it wasn't right. +I just say to people, treat us how you would want to be treated yourself. +California Gov. Arnold Schwarzenegger has signed a bill that makes it a misdemeanor to sell or rent violent video games to minors. +The proposed legislation would require that video games sold in the state of California be labeled with an "18" rating, and would make it a misdemeanor offense, punishable by a fine of up to $1,000, to sell such games to minors. +Director of Public Prosecutions Keir Starmer (Queen's Counsel) made a statement this morning announcing the charges against Huhne and Pryce. +Mr Huhne has stood down and will be replaced by his parliamentary deputy, Ed Davey, while Norman Lamb will take over as business secretary from Mr Davey. +Huhne and Pryce are due to appear before Westminster Magistrates' Court on February 16. +Nicholas Alden, 25, and Zachary Cuddeback, 21, were killed. Cuddeback was driving. +Edgar Veguilla’s hands and legs were broken, and Kristoffer Schneider required facial reconstructive surgery. +Uka's weapon did not fire, as it was aimed at the fifth man's head. Schneider continues to fight, he is one-eyed, he has lost part of his left hand, and his armor is once again made of titanium. +Schneider, in a videotaped deposition played for the jury, acknowledged that he was the leader of the Aryan Brotherhood in the United States. +On Thursday, Carpanedo will compete in two individual events at the World Championships. +His first event was the slalom, where he received a result of "Did Not Finish" on his first run, which 36 other competitors also received. +In her second event, the giant slalom, she finished 10th with a combined time of 4:41.30, which is 2:11.60 minutes off the pace set by Claudia Loesch of Austria in first and 1:09.02 minutes off the pace set by Gyöngyi Dani of Hungary in 10th. +Four skiers from the women’s star group did not finish, and 45 of the 117 giant slalom competitors did not make it to the finish. +The stolen earphones and mobile phone were recovered by the Madhya Pradesh police. +Police Inspector D. K. Arya said, "We have arrested five people for killing a woman from Switzerland and recovered her mobile phone and earrings." +The names of the accused are Baba Kanjar, Bhutha Kanjar, Rampro Kanjar, Gaza Kanjar and Vishnu Kanjar. +Police Superintendent Chandra Shekhar Solanki said the accused have been booked under various sections. +When the car crashed into the house, three people were inside, but no one was injured. +The manager then suffered a serious head wound. +The road where the crash happened was closed for some time as police dealt with the aftermath of the crash, releasing the driver of the red Audi TT from the wreckage. +Initially he was taken to James Paget Hospital in Great Yarmouth. +He was then taken to Addenbrooke's Hospital in Cambridge. +Since then, Adekoya has been charged with attempted murder of his son at Edinburgh Sheriff Court. +He has been charged and remanded in custody until his trial, but any potential witnesses are being urged to come forward as his image has been released in a bid to identify him. +In the UK this is normal practice, but in Scotland it is a criminal offence and photographs will be made available to potential victims. +Professor Pamela Ferguson, of the University of Dundee, noted that "journalists often feel they are putting themselves at risk by exposing corruption in photos or videos." +The Crown Office, which is responsible for prosecutions, has previously said it would not comment on ongoing investigations. +The draft, according to the leak, refers to the borders as they were before the 1967 Six-Day War. +Other issues discussed included the future of Jerusalem, which is holy to both peoples, and the problem of the Jordan River. +Israel is demanding a decade-long military occupation of the West Bank, while the Palestinian Authority is willing to accept only five years. +Participants in the supplementary fire-fighting exercise were led astray by the wrong forest rangers, because the search was on and its urgency was assessed. +The National Parks and Wildlife Service (NPWS) and the New South Wales Association of Canoe Clubs (NSWACC) are recruiting qualified volunteer canoeists to help patrol the river. +Mick O'Flynn, director of the National Parks and Wildlife Service's (NPWS) conservation and heritage division, said the four rangers selected for the initial deployment had received intensive training and instruction. +Yesterday, Martelly swore in a new nine-member Council of Ministers. +This is Martelly's fifth CEP election in four years. +Last month, the president's commission recommended that the country go to new elections as part of a package of reforms. +The commission was set up in response to widespread anti-government protests that began in October. +The failure to hold elections was cited as a reason for the violent protests that began in 2011. +Around 60 cases of iPod overheating have been reported, resulting in six hospitalisations and minor burns to four people. +Japan's Ministry of Economy, Trade and Industry (METI) reported 27 accidents related to the law. +Last week, METI announced that Apple has reported 34 additional cases of overheating, which the company calls "non-serious." +In response, the ministry called Apple's decision to delay the report "truly regrettable." +The quake hit at 7:19 a.m. local time Saturday (7:19 p.m. ET Friday). +The Northern Mariana Islands Disaster Management Office said there were no reports of injuries. +The Pacific Tsunami Warning Center said there were no tsunami threats. +A former Philippine policeman abducted a group of tourists from a Hong Kong bus in Manila, the Philippine capital. +Rolando Mendoza fired his M16 rifle at the tourists. +Several hostages have been released, and at least six have been confirmed dead. +Six prisoners, including children and women, were freed earlier with Filipino photographers. +Photographers later set up a makeshift memorial at the scene of the shooting, which Mendoza carried out with an assault rifle. +Liggins collapsed on the sideline and was taken from the field on a stretcher. +She trained as a midwife and started work at the Auckland Maternity Hospital in 1959. +While working as a nurse, Liggins began studying the ancient art of midwifery in her spare time. +His studies have shown that when hormones are pumped into a female's bloodstream, it speeds up the brain's activity. +Xinhua reported that government investigators found two black boxes in the wreckage of the crashed plane on Thursday. +Colleagues from the country also sent their condolences to Luna. +Tommy Dreamer said, "Luna was the first Queen of Extreme. My first manager. Luna left us two months ago. Very unique, just her style, a sweet woman." +Dustin "Goldust" Runnels commented that "Luna was just as beautiful as I was... maybe even more beautiful... I loved her and hated her... hopefully she's in a better place now." +A survey of 1,400 people conducted before the 2010 federal election found support for Australia becoming a republic had risen from 8 per cent in 2008. +In the lead-up to the 2010 federal election, Prime Minister Kevin Rudd's deputy, Julia Gillard, argued that Australia should become a republic after the reign of Queen Elizabeth II. +Thirty-four per cent of respondents were in favour of Australia becoming a republic with King Charles III as head of state. +Twenty-nine per cent thought Australia should become a republic in the first place, while thirty-one per cent thought Australia should never become a republic. +The Olympic gold medallist was due to compete in the 100m and 200m freestyle at the Commonwealth Games, but his participation hangs in the balance due to the allegations. +He hasn't been able to take the drugs he needs to be able to see, as they are banned at the Olympics. +Mathematician Curtis Cooper of Central Missouri State University discovered the largest known prime number on January 25. +Several people confirmed the leak to various media outlets in early February, and it was announced publicly on Tuesday. +It's possible that comets brought organic molecules to Earth, helping to give rise to life. +Scientists are trying to work out how the planets formed, in particular how the Earth formed, as the comets collided with the Earth a long time ago. +Cuomo, 53, became governor earlier this year and signed a bill into law earlier this month legalizing same-sex marriages. +He called the reports "fake news" and "fake leaks." +Speculation is rife that he will run for president in 2016. +NextGen is a system the FAA says will allow planes to fly more direct routes, save millions of gallons of fuel each year, and reduce noise pollution. +Instead of relying on older ground-based radar, the system uses satellite-based technology to provide more accurate location information and better maps for pilots. +There will be no supplementary transport and there will be no camping pitches on the Wembley site, as well as a lack of on-site car parking and "camping and caravan" pitches. +The transportation woes have created the possibility that the game could be played in an empty arena with no fans in attendance. +A study published in the journal Science on Thursday revealed a new bird species from the Galapagos archipelago, which belongs to Ecuador. +Researchers from Princeton University in the United States and Uppsala University in Sweden have discovered that a new species of finch has emerged in the Galapagos Islands over a period of just two generations, when it was thought the process would take much longer. The new species, Geospiza conirostris, is a cross between the medium ground finch, Geospiza fortis, and the large ground finch, Geospiza fuliginosa. +It can be worked into all kinds of shapes. It can be rolled into tubes or moulded into shapes. +It can be woven into a basket, twisted or braided into a rope, or rolled into a mat. It can be twisted or rolled into a mat. +It can be made very thin, and other metals can be melted into it. It can be made so thin that it was sometimes used in the past to make decorative pictures on painted book covers, called illuminated manuscripts. +This is known as the pH of a substance. You can make a pH indicator out of red cabbage. +The colour of a solution changes considerably when the acid or alkali (alkaline) is in excess. +pH sets show the concentration of hydrogen ions (H+ is the symbol for the Hydrogen ion) in a solution. +Water molecules are composed of protons, neutrons, and electrons (since the atoms that make up water are composed of one proton, one neutron, and one electron). +Pour two cups of flour into a bowl and then sprinkle it with a clean handful of flour. +Your skin will react to the cold with goosebumps, giving you a prickly feeling and making you feel cold. +Nearly every house in the cities of Harappa and Mohenjo-daro had a water closet connected to a sewage system. +Remains of ancient sewage systems have been found in Minoan palaces in Crete, and on the island of Santorini in Greece. +Toilets were also present in ancient Egypt, Persia, and China. During the Roman civilization, toilets were sometimes part of public bath houses where men and women went separately. +When you talk to someone on the phone who is thousands of miles away, you are using a satellite. +A satellite in space will pick up the signal and reflect it back to you, more or less. +A satellite is sent into space on a rocket. Scientists use telescopes to look at space because the Earth's atmosphere blocks some of the light. +To put a satellite or a telescope into orbit, you need a really big rocket, over 100 feet tall. +The invention of the wheel made the world a smaller place. Perhaps the most important invention the wheel has given us is faster and easier transportation. +Thanks to this, we have a house, a car, and many other transportation means. +Those at the bottom of the range are medium-sized predators, eating medium-sized prey, starting with hyenas and ending with antelopes and zebras. +Lastly, there are many small mammals (e.g. shrews, bats, moles, and mice) that eat a lot of insects, including flies, beetles, caterpillars, and moths. +Their advantage lies in their concept, in the concrete work that each of them does, which keeps them from competing with one another. +Bats are the most social of mammals, living in large groups, or colonies. +A pack consists of one to three adult males and up to thirty females and cubs. +Families are normally very tight-knit units, made up of parents and children. +Many dog and cat breeds resemble wolves in appearance - animals that are surprisingly similar to wolves in many ways, but also very different from other large carnivores. +A tiger, a large sporting cat, can roar (though not very loudly), swim, jump across large gaps and run faster than any other land animal. +The tiger belongs to the same group (Genus Panthera) as leopards, jaguars and snow leopards. Only these four cats are able to roar. +A tiger's roar is not like a lion's deep-throated roar, but rather a series of loud chuffs. +Otters like to eat small prey. They try to catch fish, mice, frogs, and snakes. All the animals that otters hunt have to be much smaller than them. +Scientists track and follow the movements of sharks using tagging, which involves attaching a tracking device to the shark's dorsal fin. +Their ability to see in the dark is remarkable, and they can even see well in the daytime. Opossums have excellent night vision and can see well in the daytime. +When a small group of organisms (a small population) separates from the main population, they often find themselves in a different environment. +The new environment will have different resources and different competitors, so the new population will need to develop different specialisations earlier in order to survive as a viable population. +The original population has not changed much, they still require the same care as before. +Over time, as the new population becomes established in its new environment, they tend to look less like the original population. +In the end, after thousands or even millions of years, two populations become so different that they are no longer considered to be the same species. +We call this process speciation, which simply means the formation of a new species. Speciation is an unavoidable consequence of evolution and a very important part of it. +Trees produce oxygen, which people breathe, and exhale carbon dioxide, which people breathe out. +Trees make their own sunscreen by giving off a chemical that acts as a sunscreen. They also give off a chemical that gives them shade. +We make our houses out of trees and make clothes out of trees. Most of the things we eat come from trees. Animals can't live in the trees. +Mosasaurus was a top predator in its time and did not have any natural enemies among other mosasaurs. +It had more than 70 litres of fuel on board, plus extra fuel tanks in the wings, so it couldn't have exploded because of a leak. +This is not known for certain, but mosasaurs may have had two rows of teeth. Their diet included sharks, other mosasaurs, and possibly even humans. +He ate everything that went into the water, even the armoured dinosaurs like the T-Rex were no match for him. +While most of their food would be familiar to us, the Romans had their own odd or exotic delicacies, such as mutton, peacock, truffles and a dish called "unicorn's testicles". +Another difference was that while the poor people and women rode in carts, the rich men rode on horses with saddles. +Foods from the New World could not be included in the Old World's diet until much later in the centuries. +For example, they didn't have butter, tomatoes, lettuce, oranges, or chocolate, and no one in the room had ever tasted milk chocolate. +The Babylonians built a temple for each of their gods, which were thought to be homes for the gods. +People brought gifts to the gods and priests performed rituals to appease the gods at festivals and ceremonies. +Each temple has an inner shrine and a main hall, where worshippers can pray. +Sometimes temples were built with specially decorated towers called chedi. +The tower tip was a special shrine to the god. +In ancient Mesopotamia, climate was not as crucial. +The Jewish family moved to the countryside to pursue a freer way of life. +Women prepared food in the courtyard; the shops were simply doors facing the street. The houses were built of stone. +There were no great forests in Canaan, so wood was very expensive. +Greenland was named after Erik the Red, who according to medieval Icelandic sagas emigrated from Iceland to west Greenland and discovered it. +Despite his discovery, there were already Inuit living there at the time. +Nevertheless, there were many differences between the peoples, kings, customs, and history of Denmark, Sweden, Norway, and Iceland. +If you've seen the film "National Lampoon's Vacation," you may have thought you were watching a map of the United States leading up to the Declaration of Independence. +But that's not true. Although something is written at the bottom of the document, it's not a map. +On the back of the Declaration of Independence is the inscription "Original Declaration of Independence, July 4, 1776." +Although no one knows for sure who wrote it, it is known that in its early years it was a large scroll (it is 29.75 by 24.5 inches) that was rolled up for safekeeping. +Therefore, it is likely that the word was simply misspelled. +D-Day and subsequent operations freed the north of France but the south was still held by the Germans. +The Vichy French were Frenchmen who signed an armistice with the Germans in 1940 and collaborated with the Germans instead of resisting them. +On August 15, 1940, the Allies invaded southern France, which became known as Operation Dragoon. +Only two weeks earlier, Americans and Free French had liberated southern France and pushed into Germany. +Civilization is a culture that is marked by a large group of living and working people e.g. a community. +The word civilization is derived from the Latin word civilis, which means "of a citizen," from civis, meaning "citizen," and civitas, meaning "city-state" or "community." +Civilizations are the forerunners of nations. Civilization means the passing on of knowledge from one generation to the next, a cultural continuity and some degree of cultural change. +Smaller cultures often lose their historical artifacts and are not recognized as true civilizations. +During the American Revolution, the Thirteen Colonies formed a loose confederation called the Continental Congress, which operated as a central government. +Congress had no power to levy taxes, and as there was no national executive or judiciary, all law-making powers were vested in the states, which sometimes disagreed on how to cooperate. +He also wanted to abolish excise taxes and interstate tariffs. +Articles required a unanimous vote from all the states, before they could be changed, and the states became so powerful that their representatives often were absent. +The Italian national football team is the most successful in the world, having won the FIFA World Cup in 2006. +Popular sports include association football, basketball, volleyball, ice hockey, gymnastics, rugby, roller skating, figure skating, and Formula One car racing. +Talisman is by far the most popular winter sport in the Nordic countries and the Italians compete internationally and at the Olympics in this sport. +Japan has nearly 7,000 islands (Honshu being the largest), making it the seventh-largest archipelago in the world! +Geographically, the Japanese archipelago is often referred to as an archipelago because of its many islands. +Taiwan was mentioned already in the 16th century, when European sailors called the island Ilha Formosa, which means "beautiful island". +In 1624, the Dutch East India Company established a base on Taiwan, beginning a policy of exchanging gifts with aborigines to encourage them to grow rice and sugar cane. +In 1683, the Qing dynasty (1644–1912) took control of the western and northern coastal areas of Taiwan, and in 1885, declared Taiwan to be a province of the Qing empire. +In 1895, after the First Sino-Japanese War (1894–95), the Qing government signed the Shimonoseki Treaty, ceding Taiwan to Japan, which governed the island until 1945. +Machu Picchu is composed of three main structures: the Intihuatana, the Temple of the Sun and the Temple of the Three Windows. +Most of the buildings in the complex have been reconstructed to give visitors a better idea of how they originally looked. +In the 1970s, 30 percent of Machu Picchu had been restored, and restoration continues today. +For example, the most common film format in the world is 35 mm, which was the dominant film size at the end of the analogue era. +This is done today, but much more important is that its resolution was limited by the resolution of the image sensors in digital cameras. +The 35 mm format is actually 36 by 24 millimetres. +Because of this aspect ratio (2:1 to get the best picture quality), it is considered to be 3:2. +Many common shapes (such as the group of APS shapes) are similar in this way. +The often misused and frequently mispronounced third rule is easy enough to get right, if you remember to pronounce the plurals correctly. +Therefore, the main point of view is on the cross-section of the main object, stretching vertically and horizontally into the third dimension (see example). +During this period in European history, the Catholic Church, which had become wealthy and powerful, began to take control. +For over a thousand years, Christianity has united the nations of Europe, regardless of their languages and cultures. +This all-encompassing power affected everyone, from the king to the commoner. +One of the main tenets of Christianity is that wealth should be used to help the poor and the church's finances are designed to do just that. +The power and wealth of the Church had been over a thousand years in the making, and the acquisition of that power and wealth had posed many questions as to whether or not those principles should be upheld. +Shortly after the beginning of the war, Britain instituted a naval blockade of Germany. +The strategy proved to be effective - it outmaneuvered the Navy and the civilians, even though the blockade was in violation of international law, which has been codified in several multilateral agreements over the past two centuries. +Britain planted mines in international waters to prevent enemy ships from entering the Pacific, even in neutral areas. +As there was no corresponding reaction to this tactic, Germany waited to see how the Allies would respond to its submarine warfare. +In the 1920s, most of the citizens and the nation as a whole were patriotic and isolationist. +After the devastation of the First World War, countries sought to avoid such a situation in the future. +In 1884, Tesla immigrated to the United States to work for the Edison Company in New York City. +He arrived in the US with four cents, a suitcase and a letter of recommendation from Charles Batchelor (his boss from his last job) to Thomas Edison. +The Old Chinese had a unique way of distinguishing different periods of time; each historical period or dynasty had its own distinctive style. +There were also a number of interregnums between dynasties. The most notable of these were the three kingdoms between the Han and Jin dynasties, which lasted for 60 years. +During this period, there were many acts of piracy carried out by privateers in the name of the king. +The three-year period was one of the bloodiest in Chinese history, with thousands of people killed in internal power struggles as Xi sought to rise to the highest echelons of power in Xi'an. +There are many social and political reasons, such as the shift from feudalism to republicanism, from absolutism to democracy, from nationalism to universalism, that the country belongs to the people, not just the rulers. +Even after the Revolution, offices were opened to all female suffrage candidates, allowing the most ambitious and talented to achieve the greatest success. +The same is true for the Navy, where sailors now wear a Navy-issue beret rather than the classic sailor's hat. +The French Revolution inspired many other middle-class leaders in other countries to start their own revolutions. +Muhammad was fascinated by the lifestyle of the more affluent people. Often, he would hang out with his friends in a coffeehouse called Hira, which made him feel like he was in a different world. +A mosaic depicting the spiritual stations of Muhammad's life is on the exterior of the mosque. +Isolated from the rest of the world, it stands alone on top of a Mekong mountain. +In fact, it's not that easy to find out if it still exists. If it's already gone, it's completely obsolete. +There's nothing to see here except for clear blue skies and mountains shrouded in mist. It's a very small world. +The Cheops Pyramid is one of the seven wonders of the world that have been preserved until today. +The Great Pyramid of Giza, built by the ancient Egyptians in the third millennium BCE, is one of many pyramidal structures to have been built at the site. +The Giza Plateau or "Giza Necropolis" is the site of the Great Pyramid of Giza and several other large pyramids, as well as many small pyramids, tombs, and the Great Sphinx. +The Great Pyramid was built as a tomb for Khufu and many of the smaller pyramids, tombs, and temples were built as tombs for Khufu's wives and children. +The mark "vöör püsti" is similar to the V-sign, and the mark "vöör all" resembles a hand with the index finger bent down. +“Up” means to start from the top and work down, and “down” means to start from the bottom and work up.” +The upper part of the skirt is softer and lighter, while the lower part of the skirt is firmer and more festive. +You can write whatever you want on your stars, but keep in mind that the printed stickers are added to the music base, so you have to keep the story in mind. +On 6 October 1789, King Louis XVI, Queen Marie Antoinette and their two young children (11-year-old Marie Therese and 4-year-old Louis-Charles) were forced to leave Versailles and head for Paris, pursued by an angry mob. +They left Paris in disgrace, surrounded by an angry mob shouting abuse at the king and queen. +The crowd shouted for the king and queen to come out on the balcony. +A moment later, one of the kings who had been lying on the ground in front of the royal palace at Versailles suddenly stood up. +The costs of the US imperialist war against the Philippines were borne by the Filipino people themselves. +These debts were incurred by the colonial government of the United States, to pay for expenditures on Wall Street financed projects in the Philippines. +Nevertheless, the superprofits made by the Filipino people's long-term exploitation of the U.S. became an element of U.S. imperialism. +To understand the Knights Templar, one must understand the context that led to their creation. +The period in which these events happened is called the High Middle Ages and encompasses the 11th, 12th, and 13th centuries (AD 1000–1300). +The High Middle Ages followed the Early Middle Ages, and ended around 1500. +Technological determinism is the belief that the development of technology determines the way people live. +Most technological determinist arguments follow two main premises: that technology follows a path determined by culture or politics, and that technology has an effect on society, which is more internal than socially determined. +For example, it can be said that the presence of motor vehicles makes road construction inevitable. +However, the country's car market is still relatively small, so new manufacturing methods are being sought to reduce the cost of owning a car. +Mass car ownership has also led to an increase in the number of accidents on the road, which in turn has led to the development of new techniques for treating injuries sustained in accidents. +The essence of Romanticism was cultural determinism, which influenced writers such as Goethe, Fichte, and Schlegel. +In the context of Romanticism, geography became an individual pursuit, and over time geography became a field of study and a culture unto itself, separate from and superior to the laws of nature. +Just as Paris is considered today to be the world's city of love, Constantinople was the feudal Europe's city of love. +The feeling that all the luxuries had been gathered in one place began about 400 BCE and lasted until about 1100 BCE. +This status was largely lost in the 12th century due to the Crusades, when such goods as silk and spices became more valuable than the markets of Byzantium. +At this time, the title of "Emperor of the Romans" passed from Constantinople to Paris. +The Gothic style reached its zenith between the 10th and 11th centuries and in the 14th century. +In the beginning, it was strongly influenced by the culture of the Butsantsi people. +But thanks to the age of television, styles from the 1920s through the 1950s could remain in fashion for another 25 to 30 years. +In the latter part of the Middle Ages, Western Europe began to develop a style of its own. One of the more notable achievements of this period was the invention of the nose bridge on glasses. +Subsistence farming is farming for the purpose of providing food for oneself and one's family. +Organic farming is an easy, often a low-input system which relies on natural processes to maintain crop productivity, and may involve methods such as crop rotation, companion planting, or other relatively simple techniques. +Historically, most farmers were subsistence farmers, and this is still the case in many developing countries. +Subcultures bring together like-minded individuals who feel that they do not fit into society's norms and help create a sense of identity. +Subcultures can be distinguished by age, ethnicity, class, location, and/or style of dress. +The characteristics that allow subcultures to be distinguished can be linguistic, stylistic, religious, political, sexual, geographic, or any combination of these. +Members of some subcultures often make a distinctive and symbolic use of their clothing, footwear and accessories, including hairstyles, body piercings and tattoos. +One of the more common methods of highlighting the importance of socialization is to draw attention to the few cases where adults have neglected, abused, or otherwise ill-treated children in their care while they were growing up. +These children are called feral or wild children. People (often their parents) have cared for these children in the wild; in some cases, parents have cared for their children out of intellectual or physical disability. +Children growing up in the woods could pick up bad habits or be traumatized before they were old enough to go to school. +Others are believed to have been made up by humans, some of which are said to have lived in the wild. +If a child is fully raised by wolves (physically), a wolf child (physically) will behave exactly like the wolf that raised it, for example it will hunt people or be hostile towards them. +Although the project-based learning should make it easier and more fun to own one’s own learning, this approach to education is still in its infancy. +Scaffolding (or "scaffolding") is not a teaching method, but rather a way to support people as they gain new learning experiences, such as using a new computer program or starting a new project. +Hundreds can be either virtual or real, male or female, a teacher or a little Microsoft Office paperclip. +Software is integrated with virtual assistants to help guide, direct and explain procedures that may be too complex for students to navigate on their own. +Children were sent to juvenile detention for many reasons, ranging from truancy to vandalism and assault. +No child should have to grow up in an environment that is not safe, nurturing, and loving, but it happens. +Let's hope the grandparents' system works for their grandchildren. +Our mission is to provide safe homes, loving caregivers, stable environments, and trustworthy veterinarians. +The Kasupere must be able to provide everything that was missing from their previous home. +The Internet connects both mass communication and social interaction. +The Internet has created new opportunities for use and enjoyment. +For example, "learning" and "socializing" are often cited as important reasons for using the Internet (James, 1995). +Eighmey and McCord (1998) identified "personalization" and "continued relationships" as new motivating factors when studying public reactions to websites. +The use of video recorders has allowed us to make some important discoveries about the behavior of some animals that only lasted for a few seconds. +The first claim is that microwave ovens can be used to detect if a person is lying. +In his article, "The President's Speech," Oliver Sacks demonstrated that people who are unable to speak due to aphasia can still express themselves fairly accurately. +He even packed up to take them with him when he moved to the countryside, for example to his home-bred pigs. +Studies in the twentieth century showed that there are two genetic variants: recessive and dominant. +Mutation introduces a new genetic variant and selection eliminates those variants. +In the process of separation and recombination, there is a constant exchange of matter between the two fluids. +A savanna is a grassland with scattered trees. It would be hard to fill a savanna with people because it would be difficult to find enough trees to provide the amino acids people need. +If that doesn't work, there are serious consequences: stunted growth, malnutrition, and eventually death. +The easiest trees to grow from cuttings would have been willows and poplars, but it is quite easy to grow most deciduous shrubs from cuttings taken in summer. +Foods grown in summer (cucumbers, tomatoes, melons) are not only easily digestible, but also contain a large amount of white, which includes all necessary amino acids. +Given all this, we should not be surprised that our ancestors resolved their white problem in much the same way as chimpanzees do today. +REM sleep is characterized by a state similar to being awake during a person's normal waking hours and some time after falling asleep again (10 to 60 minutes). +It's easy if you use a comparison website that gives you information but doesn't overwhelm you. +If you find that you're leaking milk while pumping, you can flip the pump over so that the suction cup is on the other side, thus moving the pump away from your nipple. +Other bioreactors rely on a continuous flow of water (especially water or known diuretics) before entering the digestive tract to flush the urine out of the body. +The volume of a person's internal cavity is the amount of space that is enclosed by the bones of the skull and the rib cage. +The less you move, the more positive the local blood flow is. Every person has the ability to find absolute peace and relaxation. +Everyone can reach enlightenment. The only obstacle in the way is ignorance and negativity. +Tibetan Buddhism is based on the teachings of the Buddha, but it was expanded by the Mahayana and Vajrayana traditions, as well as various Indian yoga techniques. +In essence, Tibetan Buddhism is quite simple. It encompasses Kundalini yoga, meditation, and the all-embracing love community. +Through breathing exercises, kriyas, mantras, and visualizations, Kundalini yoga awakens the Kundalini energy (the energy of consciousness). +Tibetan meditation is a path to enlightenment. Through visualization of different deities, energy channels are cleansed, chakras are activated, and a state of lucid dreaming is induced. +Germany was one of the Allied powers in World War II, and at the war's end, the country was in ruins, both physically and culturally. +Two years after the end of the war, the former allies were already at each other's throats and on the verge of a cold war. +This was to last for the next 40 years, and the Regulars were to see real combat in Africa, Asia, Afghanistan, Cuba, and many other places. +By September 17, 1939, the Polish defense had already been broken, and the only hope was to cross the bridges over the River Prut into Romania. +These plans, however, were nearly overtaken by events when more than 800,000 Red Army troops crossed the border from Poland and relieved the White and Ukrainian forces besieged in the Baltic states, breaking the blockade of Leningrad, ending the Molotov–Ribbentrop Pact and a host of other bilateral and multilateral agreements. +Using ships as a means of transport is by far the most common way of moving large numbers of people and goods across oceans. +Traditionally, the Navy's mission has been to ensure that the country can move troops and supplies around, while preventing enemies from doing the same. +One of the more recent examples of this was the North Atlantic Campaign of the Second World War, when the Americans tried to get men and material across the Atlantic to help Britain. +Meanwhile, the German Navy was trying to stop the traffic with its submarines. +If the Germans had been defeated, Britain would probably have been able to seize Germany's place as a great power. +It appears that the first domestication of goats took place approximately 10,000 years ago in the Zagros Mountains of Iran. +Early cultures and traditions encouraged them to keep it simple with access to milk, wool, meat, and leather. +Traditionally, the domestic pig was kept in a sty, which was either dug into the ground or built above ground, and was often surrounded by a fence to keep the pigs in and other animals or children out. This style of keeping pigs is still used today. +Railways were invented in England already in the 16th century. +Although the carriages were made entirely of parallel wooden planks, they were able to reach higher speeds and carry heavier loads than any wheeled vehicles in use at the time. +The straws were introduced with some reluctance, as it was feared that the straws would get stuck in people's throats. However, it was soon discovered that the straws were stronger than the cups they were placed in. +This gave rise to the normal method, but the iron consumed more wood in the furnace. +Eventually, fences replaced hedges as boundaries. In 1767, the first fully enclosed parks were created. +The first known transportation system was walking - Homo erectus (or upright man) began walking upright about 2 million years ago. +Their ancestors, the australopithecines, would not have been able to walk upright. +Evidence of bipedalism has been found in the fossil record as far back as 4.2–3.9 million years ago, though Sahelanthropus tchadensis may have been bipedal as far back as seven million years ago. +To this end, we can begin by living in a more environmentally-friendly way, uniting in environmental activism, and even becoming activists ourselves. +It's exactly like symptom-matching. If we just want a quick fix, we have to find the root of the problem and fix it. +Nevertheless, it is clear that the world has changed dramatically as a result of humanity's scientific and technological achievements, and the size of the problems we are facing has increased as a result of overpopulation and our unsustainable way of life. +On July 4, 1776, after the Second Continental Congress had voted to declare independence, a written copy of the Declaration was rushed to John Dunlap, a Philadelphia printer, for distribution as broadsides. +During the night, 150 to 200 coins were made, which are now known as Dunlap coins. +The first public reading of the document was given by John Nixon on July 8, 1776, in the Pennsylvania State House. +A copy was sent to George Washington on July 6 and read to his troops on July 9 at New York. A copy was sent to London on August 10. +The 25 copies of the Declaration of Independence made by Dunlap are the oldest surviving copies. The original parchment copy was not preserved. +Many modern paleontologists believe that one group of dinosaurs is still alive today. We call them birds. +Many people do not consider them to be dinosaurs because they have feathers and can fly. +But there are many other dinosaur-like features of the birds. +They have frog-like feet with webbing between their toes, they give birth to live young and walk on two legs like a Tyrannosaurus Rex. +In practice, all modern computers are based on manipulating binary information which is represented using a two-state system. +In a binary number system there are only two values, 0 or 1, and these are called binary digits or - more commonly - bits. +Internal bleeding is not always visible to the naked eye. Symptoms such as vomiting are often overlooked as a sign of something more serious. +Ingested or inhaled mould spores can act as an irritant to the respiratory system and may aggravate pre-existing respiratory conditions such as asthma. +Check the label for specific instructions on how to feed your puppy. +Entomologists officially use the term "beetles" for this group of insects. +This term derives from the fact that bed bugs are parasitic insects that have adapted to living in the beds of humans. +Both robbers and voodoo practitioners are housed in the jail, which has been converted from a pigsty or chicken coop on a farmer's property. +There are approximately 400,000 known cases of multiple sclerosis (MS) in the United States, making it one of the most common neurological diseases of young and middle-aged adults. +Multiple sclerosis (MS) is a disease that affects the central nervous system, which includes the brain and spinal cord. +A study found that women are twice as likely as men to be diagnosed with MS. +A couple may decide that parenting is not their or their child's best interests. +These couples can choose to give their child up for adoption. +Biological parents relinquish their parental rights in order to allow another couple to adopt a child. +The main objective of science is to use the scientific method to figure out how the world works. Legally, this method is the basis for most scientific inquiries. +Science isn't just about doing experiments - experiments are tests to see if a hypothesis is true - but also asking questions and making observations. +Natural philosophers and philosophers focused on classical texts, especially Greek. +Reject Aristotle's science, including his psychological views. +As knowledge of the Greek language declined, the West discovered that Greek philosophical and scientific roots were obscure. +Many of the rhythms of physiology and behavior are controlled by circadian clocks based on endogenous cycles of about 24 hours. +Periodic rhythms have been documented in most life forms, including bacteria, fungi, plants, and animals. +A biological clock is a self-sustaining system that continues to function even when deprived of external stimuli. +Hershey and Chase's experiment was one of the major demonstrations that DNA is the genetic material. +Hershey and Chase used viruses or bacteriophages (viruses that infect bacteria) to inject their own DNA into bacterial cells. +They did two tests, marking the DNA with radioactive phosphorus or a radioactive isotope of oxygen. +There are different ways in which mutations can occur, depending on the type of mutation and whether the mutated cells are diploid or diploid. +Only latex condoms can prevent pregnancy, condoms made of other materials can cause infertility or death. +Nature tourism attracts nearly as many people as wildlife watching, to enjoy the sights and sounds and smells of the outdoors. +Examples of local activities include hiking, fishing, photography, bird watching, park visits, and learning about the ecosystem. +For example, learning about Borneo's orangutans by visiting them, photographing them and learning about their habits. +Every morning, people drive out of small towns to go to work, and others drive back home from where they just came from. +In this transportation system, everything is connected in some way to the primary transportation system, and is supported by it. +Science has now shown that the economy based on this sugary drink is one of the stable aspects of the biosphere that has been in place for the last 2 million years of human evolution. +Everyone participates in the community and uses the transportation system. Nearly everyone speaks the transportation system's language. +In developing countries, you will rarely hear complaints about water quality or overflowing toilets. +Why do transportation systems suffer so many daily failures? Are transportation engineers just incompetent? Or is there something fundamentally wrong? +Momentum is a measure of the rate at which individual managers and funds are gaining or losing money relative to each other. +The study of traffic patterns is a difficult one, as the behavior of drivers is not predictable with any degree of accuracy. +Fortunately, leaders tend to behave in a predictable manner, so the motion of a swinging pendulum is predictable and can be expressed mathematically. +To describe the motion better, there are connections between the three main values: (1) speed, (2) torque, and (3) acceleration. +These relationships help to facilitate the planning, design, and construction of transportation projects. +Bats were among the first mammals to take to the skies, and their ability to fly has helped them avoid many predators and find food and roosts more easily. +Most backpacks are capable of carrying their own weight comfortably. +This gives them more chances to find small gaps in the mesh to squeeze through. +Today, only a handful of people are able to walk upright, hobble on crutches, or hop on one leg. +Thousands of years ago, a man named Aristarchus claimed that the sun revolved around the earth. +Some thought he was right, but many others thought he was wrong - that the solar system, including the Sun (and even the other stars) orbited the Earth. +It makes sense, because it's not like the Earth is shrinking, right? +The Amazon River is the second-longest river in the world and has the largest volume of water of any river in the world. +Amazon is also the widest river by volume of water, with a width of up to six miles. +Twenty percent of the water that flows into the oceans comes from the Amazon. +The Amazon River is 6,387 km (3,980 mi) long. It has more than a thousand tributaries. +Although stelae continued to be made of stone well into the Old Kingdom, the size and technical sophistication of the Giza stelae is unprecedented. +The ancient Egyptians buried their dead in tombs that were often thousands of years old. +The Vatican has a population of around 800 people, making it the smallest independent state in the world and the state with the smallest population. +Italian is the official language of the Vatican, and is used in its laws and official communications. +Italian is also a daily spoken language by most of the country's population while Latin is used in religious ceremonies. +All Vatican citizens are Roman Catholics. +Humans have known the chemical elements gold, silver, and copper since ancient times, because they can be found naturally in the form of ores and are relatively easy to extract using basic smelting techniques. +The philosopher Aristotle believed that everything was made of one or more of four elements: earth, water, fire, and air. +It was more than four states of matter (solid, liquid, gas, plasma) - though he also speculated about states beyond that which we can see. +Chemically, sulfides are compounds consisting of two or more metals. Don't forget that there are many elements in the periodic table. +Elements such as calcium and potassium are metals. Other metals include gold and silver. +There may also be impurities in the metal, such as sulfur which makes silver tarnish. +Everything in the universe is made of atoms. All atoms consist of tiny particles called protons, neutrons, and electrons. +Atoms are so unimaginably small that a trillion of them could fit in the period at the end of this sentence. +So it was with some trepidation that I used it for the first time. +Pliiats have fallen out of favour and usage as newer writing methods have been developed. +People now write messages on computer screens without ever having to use a typewriter. +You can only speculate on what's coming out of the keyboard when you're doing something new. +A nuclear bomb works on the principle of taking energy to put a lot of protons and neutrons into a nucleus. +Imagine trying to climb out of a hole in the ground. Each time you pull yourself up, you leave some of that energy behind. +Some atoms have an unstable nucleus, which means that they spontaneously decay with a small probability. +The moon is made up of rocks and dust. The area around the moon is called cis-lunar space. +The coat is about 70 cm (28 in) long, and the tail is about 100 cm (40 in) long. +It's thinner under the sun and thicker in the shade. +Nearer the shore there may be more waves because the bottom is shallower. It was easier to walk on the beach. +Theories of motivation seek to explain what motivates and pleases people. +According to their theory, people have certain needs and/or desires that are taken on in adulthood. +These theories attempt to explain what makes people want to do the things they do, and what motivates people to do or not do certain things. +The two need-based theories are Maslow's hierarchy of needs theory and Herzberg's two-factor theory. +As managers begin to take charge of their former colleagues, there could be some uncomfortable conversations as one in ten try to "stay on the right side" of their former bosses. +This type of manager needs to be able to make unpopular decisions, call people on it, measure them, hold people accountable, reward people. +In the second half, there was a man who turned into a beast, who felt he had to change everything the team had done so far, and do it his own way. +In the end, the manager is accountable for the team's successes and failures. +This behavior often causes rifts between leaders and the rest of the team. +Virtual teams have the same high demands as regular teams, but there are slight differences. +Virtual team members often serve as the real-life point of contact for their group. +They usually have more autonomy than regular military units, as their local commanders are often better acquainted with the local situation than their headquarters. +The real “invisible team” (Larson and LaFasto, 1989, p. 109) has a unique component in the virtual team. +The unseen team is the management team, to whom everyone is accountable. The unseen team sets standards for everyone to live up to. +Why did the company decide to create a learning organization in the first place? One of the company’s objectives was to innovate its learning concepts. +When all of the functional areas of an organization are fully staffed with available resources, creativity and innovation can flourish. +As a result, the company may introduce a new transparent process that matches the client's needs. +Before an organization can be innovative, the leadership must create a culture of innovation and seek to learn from failures as well as successes. +Angel (2006) distinguishes between continuity and methods used to help companies reach higher levels of performance. +Neurobiological findings have provided tangible evidence to support theoretical approaches to the study of cognition. Thus, this area of research has expanded and become more precise. +Time perception and behavior are supported by evidence from studies. +It's been known for a long time that different types of injuries, traumas, damages and growths affect behavior and cause some behavioral changes. +The advent of new technologies allows us to see and study the brain's structure and processes in ways that were never possible before. +This has given us a lot of information and materials to create simulations that help us better understand the processes that are going on in our time. +Although AI is often associated with science fiction, AI models are a crucial component of computer science, giving machines the ability to reason, learn, and make intelligent decisions. +The study of AI includes the automation of systems to the point where they can solve problems in an intelligent manner. +Demonstrations include assessment, planning, and charting, as well as verbal, written, and telephonic communication skills. +These things have become separate distractions that are focused on finding solutions to specific problems. +Artificial intelligence is now being used in finance, medicine, engineering, and the military, and has been incorporated into some home appliances and video game consoles. +Field trips are a big part of our curriculum. Often we like to take the students to places that the bus can't go. +The technology offers a solution to this problem by providing virtual reality headsets that students can use to view museum artefacts, aquariums or even beautiful art. +Taking an excursion virtually is also a great way to get a sense of what it's like to travel with a group and make new friends. +For example, students at Bennett College in Durham, North Carolina, update a website each year with information about their state's capital. Older versions of the website are kept online for posterity. +Blogs can also help improve a student's writing skills. While students may often be hesitant to write grammatically correct sentences and paragraphs, the public nature of a blog often encourages them to do so. +Because students are often the harshest critics, the blogger tries to improve her writing to avoid criticism. +Similarly, "blogging allows students to "feel more connected to the world beyond the classroom" and "gives students a chance to be creative and have fun" (Toto, 2004)." +Blogging is a way to inspire a sense of community and encourage students to extend their learning beyond the traditional school day. +The use of blogs in the classroom can help students become more analytical and critical; by actively responding to Internet materials, students can determine their position in relation to other people's writings, and ask specific questions about the content of their readings (Oravec, 2002). +Ottawa is the capital of Canada and is home to many art galleries and museums that showcase the country's past and present. +Further south, the Niagara Escarpment provides a dramatic backdrop to the southern part of Muskoka and the landscapes beyond. +Ontario continues to lead the way when it comes to welcoming foreigners to Canada. +Further north are large areas that are relatively undisturbed and have a fairly intact boreal forest ecosystem. +For the record, the population of African-Americans in the United States is larger than the population of Canada. +The Indian Ocean islands lie off the eastern coast of Africa. +Madagascar is by far the largest, and faunally richest, of the islands. +Most of the smaller islands are independent countries or overseas departments of France, and are known as luxury beach resorts. +Arabs brought Islam to these lands, and it became very popular among the Komorians and the people of Mayotte. +European exploration and colonization began in the 15th century, when Portuguese explorer Vasco da Gama found a sea route from Europe to India. +The country is bounded on the north by the Sahara, on the south and west by the Atlantic Ocean. +Women: Women traveling alone should definitely consider staying in a hostel. +You also need to carry a pair of scissors (but not the kind that look too expensive. +Women need to understand that because of cultural differences, something can be done to them that they have to forgive, and it's not normal to be chased after, grabbed by the arm, etc. +It’s not nice to tease men, and it’s not nice to leave a man hanging (cultural differences or not, it doesn’t mean it’s ok!) +The modern-day city of Casablanca was founded in the 10th century BCE by Berber tribes. The Phoenicians, Romans, and Moroccans used it as a strategic harbor, called Anfa. +The Portuguese rebuilt it and renamed it Casa Branca, but it was destroyed in the 1755 earthquake. +The Sultan of Morocco rebuilt the city again in 1468 and gave it the name Casablanca meaning "white house" because of the whitewashed houses built by the Spanish merchants who established trading centers there. +Casablanca is one of the best places in Morocco to shop. +The Old Medina is easy to find and is where you will find the traditional Moroccan markets selling everything from tagines, leather goods, pottery, silverware, water pipes and herb stalls, but all for tourists. +Goma is a tourist town in the eastern Democratic Republic of the Congo, just across the border from Rwanda. +In 2002, Goma was devastated by a lava flow from the Nyiragongo volcano, which destroyed much of the city, especially the central part. +If Goma is relatively secure, then all visits to Goma should be preceded by a briefing on the situation in North Kivu province. +The city is also a base for exploring Nyiragongo Volcano, and offers the best opportunities for tracking mountain gorillas in Africa. +To move around Goma, you can use bodas (motorcycle taxis). The price for a short ride is around 500 Congolese francs. +The difficulty of this comparison is compounded by the fact that Timbuktu has been used as a metaphor for exotic, far-flung places. +Timbuktu is a poor city despite its fame, and it has an airport. +In 1990, it was added to the World Heritage List due to its endangered status. +It was one of the key points Henry Louis Gates made in his PBS series "Black in Latin America." +Compared to other major cities in other countries, it is completely different, because it has more Arabs than Africans. +The Kruger National Park (KNP) is located in northeastern South Africa, bordering on Mozambique, and is separated from Zimbabwe by the Crocodile River. +The park has an area of 195,000 km² and is divided into 14 bioclimatic zones, each of which supports a different type of vegetation. +It is one of the key attractions of Southern Africa, and is a flagship property of the South African National Parks (SANParks). +As in many southern African national parks, daily ranger patrols and inspections of the fences are carried out in this park. +It can also be useful to buy a Wild Card, which grants access to many of the parks and reserves in Southern Africa, or to all of the national parks in Southern Africa. +The island of Hong Kong gives the territory its name and is by far its most popular tourist attraction. +The row of skyscrapers that makes up the skyline of Hong Kong is likened to a sparkling necklace of diamonds reflecting the water of Victoria Harbour. +To see the best of Hong Kong, get out of the island and head for the opposite coastline to Kowloon. +Most of the urban redevelopment projects in Hong Kong's outlying islands are located near the shoreline. +It's a place where the British colonialists took from themselves, so it's a good place to start if you're looking for evidence of the territory's colonial past. +The Sundarbans is the world's largest mangrove forest, covering an area of 8,000 km2 (3,100 sq mi) along the coast of Bangladesh and India. +The Sundarbans are a UNESCO World Heritage Site, and are home to the Sundarbans Tiger Reserve, a national park. +The forests are not just mangrove swamps - they include some of the last remaining lowland rainforests in Gangga. +The Sundarbans has an area of 3,850 square kilometres (1,500 sq mi), of which about a third is water or swamp. +Since 1966, Sundarbans has been a wildlife sanctuary and is home to an estimated 400 Royal Bengal Tigers and around 30,000 spotted deer. +Buses depart from the bus station (across the river) throughout the day, though most leave between 6:30 and 7:30. +As inner-city buses are often full, it is advised to buy tickets a few days in advance. +Most areas are serviced by small Japanese coastal ferries, which are slow and infrequent. +Taxis are cheap and a quick way to get around, especially to nearby towns like Paros (150 baht) and Punakha (200 baht). +The Oyapock Bridge is a suspension bridge. It crosses the Oyapock River, connecting the Brazilian city of Oiapoque with Saint-Georges de l'Oyapock in French Guiana. +The two towers are 83 metres high, the bridge is 378 metres long and has two 3.5 metre wide walkways. +The bridge has a height of 15 metres. Construction work was completed in August 2011, but it was not opened to traffic until March 2017. +Plans call for the bridge to be fully operational by September 2017, when Brazil's tariff points are expected to be ready. +The Guarani people were by far the most significant indigenous group in the present-day territory of Paraguay, inhabiting the areas of present-day southern Paraguay and living a semi-nomadic hunter-gatherer way of life, also practicing some agriculture. +The Chaco region was home to other hunter-gatherer groups, such as the Guaycurú and Payaguá, who survived by fishing, hunting, and gathering. +Paraguay was formed in the 16th century out of the meeting of Spanish conquerors and indigenous Guaraní people. +The Spanish began a three-hundred-year period of colonization. +Since the founding of Asunción in 1537, Paraguay has managed to preserve much of its colonial heritage. +It is known that the Argentine volleyball players and players are among the best in the world. +The year's biggest tournament takes place in Las Cañitas in December. +Other smaller tournaments and competitions can be seen here at other times of the year. +For tournament news and ticket inquiries, please visit the Argentine Polo Association website. +The official currency of the Falkland Islands is the Falkland pound, which is fixed at par with the pound sterling of the United Kingdom. +Money can be exchanged at a bank in Stanley, opposite the FIC West store. +In general, you will be charged in pounds sterling for all purchases on the islands, and you will often be charged in pounds sterling for credit cards and US dollars. +Credit cards are unlikely to be accepted in outlying areas, so make sure you have enough cash on hand before heading off the beaten track; do check with your hosts as to what form of payment is acceptable. +Exchanging money outside of the Falklands is almost impossible, so you should bring money with you when you leave the Falklands. +Because Montevideo is located in the Southern Hemisphere, it has summer when the Northern Hemisphere has winter, and vice versa. +Montevideo has a subtropical climate; in summer, temperatures can reach over 30 °C (86 °F). +Winter can be deceptively cold: although temperatures are seldom below zero, the wind and humidity make it feel much colder than the thermometer says. +There is no specific rainfall or snowfall per year: the amount of precipitation remains more or less the same. +Although many bat species have lost their ability to echolocate, this behavior is still present in some species and should not be disturbed. +According to park officials, caribou and moose must be kept at least 100 yards away and all other wildlife at least 25 yards away! +Even if you don't see them, mosquitoes, flies, ants, spiders, and just about every other large animal can bite you. +Each year, dozens of visitors are bitten because they did not heed the signs warning of the potential danger of these large, wild animals, so please give them their space. +You also need to be aware that bears are attracted to food odors and other scents, so don't leave food or toiletries in your tent or car and keep your campsite clean. +Apia is the capital of Samoa. The city is located on the island of Upolu and has a population of approximately 40,000. +Apaia was established in the 1850s and has been the official capital of Samoa since 1959. +In 1889, a fire broke out in the warehouse, destroying seven ships from Germany, the United States, and Great Britain that were docked there. +All the ships were sunk by a single British cruiser. Almost 200 Americans and Germans were killed. +During the Freedom Struggle, one peaceful gathering in the city ended with the killing of Tupua Tamasese Lealofi III, the great-grandfather of the current king. +With two hundred beaches around the Auckland region, there are plenty to choose from. The most popular ones are in the three areas. +North Shore beaches are located in the North Harbour area, stretching from Long Bay (north) to Devonport (south). +These are almost all of the beaches where you can safely swim, and most of them are protected by high red cliffs. +Today Tamaki Drive runs along the beaches of Mission Bay, an exclusive suburb, and St Heliers, in the centre of Auckland. +These are secluded, over-the-water bungalows with good snorkeling right off the deck. Swimming is not advised. +The main local beer is Number One, which is neither complex nor sophisticated, but pleasant and refreshing. The other local beer is called Manta. +French wine can be quite good, but wines from New Zealand and Australia are often more suitable for traveling. +The local tap water is completely suitable for drinking, but if you’re picky, it’s easy to find bottled water. +For Australians, a "flat white" is a coffee drink. A "short black" is an espresso, and cappuccinos are served with a thin layer of milk foam (not whipped cream) and topped with no milk. +Hot chocolate complies with Belgian standards. Strawberries are expensive, but worth it. +Each year, many trips are made along the Great Barrier Reef, and only a few of those trips result in injury. +However, do listen to the authorities, follow all instructions and heed all safety warnings. +In the months of October through April, castles can be found north of 1770 between the beaches and jungle. They can sometimes be found outside of these months. +Sharks are present, but they rarely attack humans. Most shark encounters with humans result in the shark moving away. +Freshwater crocodiles do not live in the ocean, their main habitat is the rocky creeks from Rockhampton to the north. +Pre-booking gives travellers peace of mind that they have a place to stay when they arrive at their destination. +Travel agents often have deals with specific hotels, but you can also find other lodging options through a travel agent. +Travel agents usually offer packages that include breakfast, transportation from/to the airport or even a combination of flight and hotel. +They can also hold your booking for you if you want to think about paying or getting other documents (e.g. visas). +Any changes or requests must be discussed with the tour operator, not the hotel. +At some music festivals most of the attendees camp on site, and this is a very important part of the experience. +If you want to be close to the action, you'll need to get there early to get a good vantage point. +Keep in mind that although the headliners may not play until late in the evening, there may be other stages with music earlier in the evening. +Some festivals have dedicated low-income areas that are designed for families with small children. +If you cross the North Atlantic in winter, make sure you know where your cabin is, as a power failure can leave you quite cold, even in nearby cabins. +St. Petersburg visa-free stays are limited to 72 hours in the city. Visa-free cruise travelers are exempt from visa requirements (subject to certain conditions). +Typically, casinos try to make foreigners stay as long as possible and spend as much money as possible. Typically, there are no windows or clocks, and it is difficult to find exits. +Normally they have special food, drink and entertainment to try to get people to stay longer. +Some places do serve alcoholic beverages. However, intoxication impairs judgement and all serious spelunkers know that it is important to stay hydrated. +Anyone travelling in high altitude or mountainous areas should consider the possibility of becoming ill, staying below altitude or experiencing lower temperatures. +The trails are small in the snow and ice, and you won’t be able to ride in the same manner as you would on asphalt. +During a snowstorm, enough snow can accumulate in a short time to cause roofs to collapse. +Visibility can also be hampered by falling or blowing snow, or by condensation or ice on the windshield. +Winter conditions are normal in many parts of the country, and travel disruption is likely to continue for much of the year. +Africa's biggest tourist attraction is probably safaris, which are a popular way for many foreign visitors to see the country. +The word safari comes from the Swahili for "journey", originally from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for +Some animals, such as bats and shrews, come close to cars and require standard equipment to be provided. +Lions, leopards and cheetahs can sometimes be seen, and they are easier to see with binoculars. +A "safari walk" (also known in English as a "bush walk", "hiking safari" or "footing") consists of a walk of a few hours or several days. +The Paralympics will take place from August 24 to September 5, 2021. Some of the events will be held in other places in Japan. +Tokyo is the only Asian city to have hosted the Olympics twice, in 1964 and 2020. +If you booked flights and hotels for 2020 more than a year in advance, you may be in luck. +The cancellation regulations are different, but as of the end of March, most of the COVID-19-related cancellation regulations from July 2020 will no longer be in effect. +Most likely, the remaining tickets will be priced between 2,500 and 13,000 yuan, and regular tickets will cost around 7,000 yuan. +Wearing shorts will help keep you cool. Many hotels have swimming pools and sun loungers that you can use, even if you're not staying there. +If you don't have a tripod or don't want to carry a tripod, you can try using a bean bag if you have one. +Beware that the fabric doesn't get too hot (which can cause fainting spells or other extreme reactions). +There are different ways to purify water, and some are more effective against specific risks. +In some areas, it takes a minute to fill a glass with water; in others, a few minutes. +The quality of filters varies widely, and you should be wary of buying bottled water from a dubious supplier. +Travelers can find exotic animals that they would never see in their home countries. +Insect bites can break the skin, cause irritation or, in worse cases, allergic reactions, spread infections or carry diseases such as malaria. +Natural hazards or dangerous animals, which can injure or kill people, are not normally covered under casualty insurance. +Commission-free trading is the ability to buy and sell securities without paying a commission. +Travellers heading to high-tax countries can sometimes save money by buying products such as alcoholic beverages and cigarettes in duty-free shops. +The stretch between Point Marion and Fairmont offers the most scenic motoring of the Buffalo-Pittsburgh route, often winding through isolated mountain villages. +If you haven't done so already, now is a good time to get into the habit of wearing headphones: earbuds and over-the-ear headphones have become ubiquitous. +The speed limits are significantly lower than in previous and subsequent sections - usually 35-40 miles per hour (56-64 km/h) - and it is even more important to stay well below them. +Cellular service, however, is much more reliable in this area of Pennsylvania than in many other parts of the state, including the Pennsylvania Wilds. +The cuisine in Bavaria is very hearty, and the dishes in the Upper Palatinate are varied and multi-faceted, bordering on Austrian cuisine to the south. +Strawberry beds are regular, where strawberries are planted in rows every year and raspberries and flowers bloom in the summer. +Many German bakeries also offer croissants, cinnamon rolls, and other pastries. Popular coffee shops often have tables outside. +If you want to try something different for breakfast, try a Berliner, a pancake or a krapfen, which is a doughnut-like pastry often filled with custard. +A carrot is a root vegetable, typically eaten as a vegetable, though it is also used as an ingredient in many dishes. +A career can be either dry or wet depending on the amount of rainfall. +In northern India and Pakistan, yoghurt is often used as a condiment; in southern India and some other parts of the world, coconut milk is often used as a base. +Indonesian cuisine is diverse, reflecting the country's many regions and its many islands with more than 17,000 of them. +However, when used without the suffix -an, it refers to food from the central and eastern parts of Java. +Java cake, which is widely available throughout the island, is a simple sponge cake filled with various flavored creams, and Java's famous drinks are coffee, tea, chillis (especially Javanese coconut chillis) and various aromatic spices. +Saddles with padded knees are designed to support the rider's legs. +These help the rider to keep their balance, but can be dangerous as the rider's feet can get caught in them. +If a cyclist is knocked off their bike but their feet remain in the pedals, there is a risk they could be dragged along by the bike. To avoid this, look out for indicators. +In the first place, most riders will carry their own bags and sleeping bags in the panniers of their bicycles. +There are some fences, especially in English gardens, which are designed to allow pedestrians to pass by when the swinging gate is open. +The Cochamo Valley, a major trekking area in central Chile, is home to a number of glaciers, including the Ventisquero Negro (Black Glacier) and the Ventisquero Grey. +Mountain ranges give rise to spectacular views. Snowboarders from all over the world flock to these mountains year-round for their potential steepness. +Downhill skiing and snowboarding are popular sports that involve going down a snow-covered mountain on skis or a snowboard. +Ski-bumming is a popular activity among many enthusiasts, who refer to themselves as "ski-bums" and plan to spend their entire vacation in one location. +Sausage making is very old - sausage makers have been recorded in cave paintings 5,000 years ago! +Swimming as a sport was invented in the 17th century and in 1861, Norwegians established the first recreational swimming club in Australia. +Recreational travel: This activity is also known as wildlife tourism, nature tourism or eco-tourism. +This has to do with mountaineering or mountaineering names, but they are usually not called that way. Mountaineering or mountaineering names are usually given to landscapes with a lot of cliffs and crevasses. +Think of your waist as the narrowest part of your torso between your shoulders and hips. +In favourable conditions, you can cover more ground on skis than you can on foot, but you will be hard-pressed to match the pace of a horse-drawn sledge without snowshoes. +Europe is a relatively small continent with many independent countries. Usually, crossing multiple countries means that you will have to apply for multiple visas and pass through multiple passport controls. +But in this case, the Schengen Borders Code applies as if it were a single country. +As long as you stay within the perimeter of the zone, you are essentially free to move about as you please without having to go through passport control again. +If you have a Schengen visa, you do not need to apply for a separate visa for each Schengen State you travel to, saving yourself time, money and bureaucracy. +There is no universal definition of what constitutes an "antique", some auctioneers define antiques as items which are over 100 years old. +Age of consent laws vary from region to region, and in some places, such as North America, the age of consent is lower than in Europe. +Assembled products can be called antiques if they are not as old as cast iron ones. +For many indigenous peoples, subsistence hunting and trapping is an important part of their way of life, and the culture of trade is an important part of many other indigenous peoples' ways of life. +However, even traditionally, not all Inuit lived a nomadic lifestyle, but rather more lived off of fishing, trapping, and other similar activities, using the igloo primarily as a temporary living space. +Many of today's products are made in modern factories. Lapland has an important role in the Finnish tourism industry. +While the word "black" is often used colloquially among non-Roma, it is often considered derogatory because of its association with negative stereotypes and misconceptions about the Romani people. +If there are travel advisories for the country you are visiting, this may affect your health insurance or travel insurance. +Maybe you want to vote for a different party, but their policies are designed to help certain groups of people. +Americans can, for example, compare their circumstances with those of Europeans or Arabs in the Middle East. +A country's travel advice is a concise summary of the country's current political situation. +The views expressed are often subjective, over-simplified, and in many cases wrong, compared to what is actually known. +Extreme weather events are a broad term for any dangerous atmospheric condition that has the potential to cause damage, disruption or loss of life. +Extreme weather events can happen anywhere in the world, and there are different types which can be influenced by geography, topography and atmospheric conditions. +Winds, rain, heavy downpours and flash flooding are some of the extreme weather phenomena associated with monsoons, as are tropical cyclones, tornadoes, waterspouts and dust storms. +Local and seasonal weather phenomena include blizzards, snowstorms, ice storms, and tornadoes. +Travellers are advised to be extremely cautious of all weather-related hazards as this can affect travel plans. +Anyone planning to travel to a country with a potential war zone should consider professional training. +Taking an online course in the field of cybersecurity is likely to result in a local company address. +The course covers many of the problems listed above in much more detail, often with practical experience. +The course usually lasts 3-5 days and includes role-playing, a lot of first-aid training, and some survival training. +Books and magazines devoted to nature continued to be published, but there were few publications devoted to the war. +Travellers planning to undergo cosmetic surgery overseas are being urged to check they have the necessary paperwork in place. +The difference between governments releasing passports with no mark (X) or documents that have been updated to match a preferred name or pronouns is significant. +The choice of governments in releasing these documents also varies greatly. +Security checkpoints have become much more rigorous since the 11th of September 2001. +Transgender people undergoing gender reassignment surgery should not be expected to pass through security without their escorts and without being harassed. +As the tide goes out, the water is pulled back from the beach, often revealing pools or cracks in the sand. +Because of the topography of the seafloor, the flowing water makes its way to the shoreline, where it can form a rapid current that flows into the ocean. +Most of the deaths are caused by drowning, as the current can be overpowering. +Once you're out of breath, swimming isn't any harder than normal. +Try to move away from where it is, or if you don't have the skills and it's marked, expect rescue personnel. +The shock associated with culture shock comes earlier, lasts longer, and can be more intense than the shock associated with moving to a new place. +For some travellers, it can be quite challenging to re-adjust to their home culture after being immersed in a new one. +When you move back to your home country after living abroad, you're confronted with a new culture and some of the habits of your home culture are lost. +In the beginning, people were probably tolerant and understanding, knowing that travelers need time to get accustomed to a new country. +People often don't realize that travelers can need help and understanding. +Children are fascinated by the helium- and oxygen-filled balloons in this area. +Before the start of the show, you can see the balloons being inflated and you can see them up close. +Typically, you will always hear tourists and shoppers. The sounds of helicopters and traffic tell a story just like reading a book. +The Sphinx has been made into a game of hide-and-seek and a long-winded storyteller. +The slides are projected onto screens and different screens are illuminated by lamps. +South Shetland, discovered in 1819, is claimed by several countries, and it has the most bases of any island in Antarctica, with 16 active bases in the 2020-21 season. +Saba lies 120 km (75 miles) northwest of St. Eustatius. The main island is called Saba Island, also known as "Villa Las Estrellas". +Other islands in the group include Livingstone Island and Deception Island, where an active volcano overlooks a brilliant glacial landscape. +Ellsworth Land is part of the Antarctic Peninsula, south of Bellingshausen Sea. +The glaciers of Ellesmere Island flow down into the basin, then refill and create the 360 km long Ellesmere Island Ice Shelf, which fronts the Minnesota Glacier. +Inland Antarctica is dominated by the Transantarctic Mountains, a belt that runs the length of the continent and includes the highest peak of Antarctica, Vinson Massif at 4,892 m. +In remote locations where there is no cellular coverage, a satellite phone may be the only way to stay in touch. +Satellite phones do not work like ordinary cell phones because you have to be outdoors to make a call, and you have to be in the line of sight of the satellite. +The service is often used by cruise ships, but also by expeditions that need supplies and fuel. +You should be able to get more information from your local phone service provider about how to set up this service. +One of the more popular options for a gap year is to travel and learn. +It is particularly popular among secondary school teachers, allowing them to take a year out of their careers to travel before university. +Many managers can arrange for you to take some courses overseas to improve your chances of continuing your studies in your home country. +For the most part, these education programs require tuition. +Finland is a great place for a summer cottage holiday. There are over a thousand lakes in Finland, and a thousand islands, both in lakes and in the sea. +You don’t need a yacht to sail between Saariselkä and the lakes. +Although the island groups and larger lakes are big enough for most yachts, smaller boats or even kayaks can provide a different experience. +A summer cottage is a national phenomenon in Finland, where every seventh or eighth person has a summer cottage. +Norway, Roots and New Zealand are the closest rivals, but the others are unique sights (for example, Holland has one of the four corners in the world). +Most of the different cruises to the Baltic Sea include a longer stay in St. Petersburg, Russia. +This means you have a couple of full days to explore the historical city, while staying aboard the ship overnight. +If you just send your shipment to the port, then you do not need a separate transit visa (since 2009). +Berlin, the capital of Germany, is featured on some tourist brochures. As you can see on the overview map, Berlin is not by the sea, so a visit to the city is not part of a beach holiday. +Flying can be a terrifying experience for anyone at the best of times, let alone when it's your first time on a plane or you've had a traumatic experience in the past. +It's not to be underestimated, it's not much different from many people's personal fears and phobias against other things. +For some, the workings of the air traffic control system and listening to conversations between pilots can help alleviate some of the fears that stem from a lack of familiarity or a sense of being out of control. +Capsule wardrobes are a great way to save money on clothing. Often, time is of the essence when it comes to important documents, a job interview or a last-minute outfit. +At some of the major airlines, there were no problems, but there were problems at some of the smaller airlines. +If the item is sent by courier, you may have to spend a day at home waiting for the courier to arrive and pass through customs. +The only way to get through faster was to get it registered as a passport. Airline regulations don't allow them to send you a passport without a ticket, so you'd have to play this game. +The easiest way to fly first class on your first flight is to spend a hundred dollars or more (or better yet, get your employer to pay for it). +But that's not all: you'll have to pay four times as much for a business class seat and 11 times more for a first class seat than for a regular tourist class seat! +In general, there is no way to find the exact point A to B between business or first class seats. +Airlines know very well that there is a group of flyers who are willing to pay a premium for speed and comfort, and so they charge accordingly. +Chişinău is the capital of Moldova, and the local language is Romanian, though Russian is widely spoken. +Moldova is a multi-ethnic, free republic that has seen ethnic conflict. +The 1994 conflict in Transnistria, a breakaway region of Moldova, created a self-proclaimed Pridnestrovian Moldavian Republic, which has its own government and currency but is not recognized by any U.N. member state. +Economic relations have been reestablished between Moldova's two parts, regardless of the failure of political negotiations. +The main religion in Moldova is Orthodox Christianity. +Izmir is Turkey's third-largest city with a population of around 3.7 million, after Istanbul and Ankara, and a very good transport hub. +The once-great city of Smyrna is now a modern, bustling commercial centre facing a large harbour and hemmed in by mountains. +Many of the houses, shops and modern shopping centers are adorned with traditional red tiled roofs, while the 18th-century market, old mosques and churches give the city more of a European feel than a traditional Turkish one. +A visit to the Hvalba Harbour offers a view of the neighbouring island of Eysturoy, home to a beautiful eight-sided church. +Many of the tombs in the cemetery are adorned with marble sculptures by famous sculptors. +It's worth taking an hour or two out of your day to wander around this fascinating city. +North of Lisbon, Sintra is easily accessible as a day trip and has long been a magnet for foreign visitors, thanks in part to Lord Byron's enthusiastic descriptions. +Scotturb bus 403 often goes along Sintrasse and ends at Cabo da Roca. +In the north, you can also visit the Shrine of Our Lady of Fatima, one of the most famous pilgrimage sites in the world. +Remember that you are visiting a developing country, where the meaning of "first world" is almost incomprehensible to most of the world's population. +Today, there are still men and women who have lived here for decades, and there are even more whose loved ones were murdered or worked to death here, whether they were Jews or not. +Approach this place with all the humility, remorse, and respect that it deserves. Don't glorify the Holocaust or the Nazis. +Don't break anything, don't mark up the building, and don't climb on the scaffolding. +Catalan and Spanish are the official languages of Barcelona. About half of the population can speak Catalan, and virtually everyone can speak Spanish. +However, most signs are only in Catalan, as it is the first official language of the region. +However, Spanish is also widely used as a lingua franca in international trade and other multilateral contexts. +While regular announcements on the metro are only made in Catalan, the automatic warning system will be activated in multiple languages, including Spanish, English, French, Arabic and Japanese. +There is a perception that Parisians are arrogant, rude and full of themselves. +Nevertheless, it is often a stereotype that Paris is a difficult city to navigate; it is actually quite easy to get around, thanks in part to the "bien élevé" (well-mannered) people. +The couple's rude behavior quickly escalated when you showed some basic manners. +The Plitvice Lakes National Park is covered in thick forests of spruce, pine and beech, and is home to a number of mountain and water species. +Its diverse microclimates, steep slopes and rugged terrain support a rich variety of plant life. +The area is also home to an incredibly diverse array of fauna and flora. +Here you can also find many rare species, such as the European eagle-owl, the hedgehog, the otter, the fox, the wolf and the lynx. +When visiting the monasteries, women need to cover their knees and shoulders, and their heads need to be covered as well. +Most of the monasteries do offer unprepared beds for women, but if you have anything with you, especially if it is dirty, then a monk or nun will give you a bed. +Similarly, men need to carry a shovel to dig a hole. +This can also be found at the entrance to the park, but the toilets are so disgusting that no one would want to use them. For men, there is only one size! +Mallorquin cuisine, like Catalan cuisine, is based on seafood, pork and lamb (especially suckling pig) and uses a lot of olive oil. +In summer, Pa amb Oli is especially popular as an evening meal: bread with olive oil, tomatoes and other seasonal ingredients such as cheese, tuna, etc. +All proper nouns, including the word Sie ("you"), always begin with a capital letter, even if they are in the middle of a sentence. +This is a crucial way of distinguishing between different types of verbs and nouns. +It allegedly makes reading easier, though writing is a bit more complicated, as one has to specify whether a noun is a common noun or a proper noun. +Italian pronunciation is relatively easy, as most words are pronounced exactly as they are spelled. +The main characters to pay attention to are C and G, as their pronunciation will change considerably from the next full pronunciation. +Also remember that r and rr are pronounced differently: caro means "dear", but carro means "wheel". +The grammar of the Persian language is relatively simple and regular. +Therefore, this grammar textbook will help you learn a lot about the grammar of the language and understand phrases better. +It is not clear whether if you learn one romance language, it will be easier to learn another romance language. +Although people who can speak Spanish can easily make themselves understood in Portugal, as the two languages are similar enough to be mutually intelligible. +Today, most of the older observatories have fallen into disrepair and are used as museums or classrooms. +Because their height was not an issue in the past, they usually live in cities or university towns, and it's easier for them to get around than it is for modern people who are restricted by borders. +Most modern scientific telescopes are limited by atmospheric turbulence within a certain range of wavelengths. +Strawberry viewing, called hanami in Japanese, has been a part of Japanese culture since the 8th century. +The idea originated in China, where cherry blossoms were chosen as the national flower. +The first fountain pens were invented in Japan by the emperor, and they were designed only for the emperor and other members of the aristocracy. +Trees look their best in their natural habitat, so care should be taken when picking "just one" specimen. +“If you visit an officially sanctioned street, you’ll be quietly shooed away on the grounds that you’re disturbing the “appearance” of the street.” +Singapore is generally a very safe place to visit, and it is very easy to navigate and to buy almost everything once you get there. +However, if you were to hike all the way up to the north pole from the equator, you would have to deal with both heat (it's hot all the time) and intense sunlight (when the sky is clear, it's very bright). +Some buses also go to Hebron, the traditional burial place of the patriarchs Abraham, Isaac, and Jacob, as well as the matriarchs Sarah, Rebecca, Leah, and Rachel. +Make sure the bus you plan to use goes to Hebron, not just the nearby Jewish settlement of Kiryat Arba. +Inland waters are a good place to relax and let the water wash over you. +For example, you might visit the Loire Valley, the Rhine Valley or take a cruise along the Danube through some of Europe's most fascinating cities. +They also follow popular hiking and biking routes. +Christmas is one of the most important Christian festivals and is celebrated as the birthday of Jesus. +Many of these holy ways have been adopted by non-Christian countries and non-Christians all over the world. +It's a tradition to take a break from work in the afternoon to see the sunset. +Naturally, there are Christian theological explanations for this tradition, but it may also be a pagan ritual preceding Christianity. +Traditional churches often have a Friday evening service to commemorate the Last Supper, sometimes followed by a potluck meal to celebrate Christ's resurrection. +All of the animals that originally came to the island came by swimming, flying, or floating. +Because the mandrill is such a large animal, it was not hunted by humans, so it remains an important part of the Galapagos ecosystem. +Since people started coming to the Galapagos, there have been many introduced species, such as pigs, goats, cows, horses, rats, and dogs. +If you visit the Arctic or Antarctic in winter, you will experience polar night, when the sun never rises above the horizon. +This gives a good chance to see the Northern Lights, as the sky is dark enough even during the day. +Because these areas are so sparsely populated, light pollution is not much of a problem, and so some of the best stargazing in the world can be had there. +Japanese work culture is more hierarchical and formal than what Westerners may be used to. +Corporations are regular workplaces, and co-workers refer to each other by their family names or job titles. +Harmony in the workplace is crucial, and this is more likely to be achieved through group successes than individual achievements. +Employees are often required to check in with a supervisor before leaving for a break, and are expected to follow up with supervisors when they return. diff --git a/test-et-en.bleu b/test-et-en.bleu new file mode 100644 index 0000000000000000000000000000000000000000..147f8a911de2a7ad7a063d5261cb49771198acc2 --- /dev/null +++ b/test-et-en.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 22.49 53.7/27.5/16.6/10.5 (BP = 0.998 ratio = 0.998 hyp_len = 24664 ref_len = 24721) diff --git a/test-et-en.comet b/test-et-en.comet new file mode 100644 index 0000000000000000000000000000000000000000..83b803d35ec3107cb36c69d2e32d512cd1e7aa7d --- /dev/null +++ b/test-et-en.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 0 score: 0.7704 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 1 score: 0.8964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 2 score: 0.8786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 3 score: 0.8403 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 4 score: 0.8956 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 5 score: 0.7487 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 6 score: 0.7676 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 7 score: 0.8195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 8 score: 0.9381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 9 score: 0.8394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 10 score: 0.8958 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 11 score: 0.7808 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 12 score: 0.7449 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 13 score: 0.8759 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 14 score: 0.8634 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 15 score: 0.7580 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 16 score: 0.8723 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 17 score: 0.9403 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 18 score: 0.8838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 19 score: 0.8526 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 20 score: 0.9427 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 21 score: 0.9294 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 22 score: 0.8995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 23 score: 0.8884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 24 score: 0.8449 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 25 score: 0.9064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 26 score: 0.8279 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 27 score: 0.8529 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 28 score: 0.6575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 29 score: 0.4307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 30 score: 0.6916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 31 score: 0.7601 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 32 score: 0.6601 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 33 score: 0.8964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 34 score: 0.8920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 35 score: 0.9228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 36 score: 0.7270 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 37 score: 0.6366 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 38 score: 0.8491 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 39 score: 0.7393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 40 score: 0.7168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 41 score: 0.8873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 42 score: 0.9031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 43 score: 0.9342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 44 score: 0.7099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 45 score: 0.8184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 46 score: 0.8188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 47 score: 0.7426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 48 score: 0.6968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 49 score: 0.7365 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 50 score: 0.8669 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 51 score: 0.9182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 52 score: 0.8477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 53 score: 0.9047 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 54 score: 0.8082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 55 score: 0.8475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 56 score: 0.7899 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 57 score: 0.7762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 58 score: 0.7283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 59 score: 0.8880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 60 score: 0.7398 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 61 score: 0.8763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 62 score: 0.8497 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 63 score: 0.9195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 64 score: 0.9047 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 65 score: 0.7758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 66 score: 0.7470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 67 score: 0.8658 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 68 score: 0.9311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 69 score: 0.8736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 70 score: 0.7303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 71 score: 0.8627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 72 score: 0.6641 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 73 score: 0.8101 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 74 score: 0.8480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 75 score: 0.7511 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 76 score: 0.8242 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 77 score: 0.8473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 78 score: 0.8807 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 79 score: 0.7884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 80 score: 0.9195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 81 score: 0.8293 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 82 score: 0.6657 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 83 score: 0.8676 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 84 score: 0.7800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 85 score: 0.8848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 86 score: 0.7483 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 87 score: 0.8226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 88 score: 0.8024 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 89 score: 0.8546 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 90 score: 0.5986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 91 score: 0.8241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 92 score: 0.8328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 93 score: 0.8328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 94 score: 0.9207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 95 score: 0.9165 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 96 score: 0.6581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 97 score: 0.8558 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 98 score: 0.6129 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 99 score: 0.8438 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 100 score: 0.9384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 101 score: 0.8152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 102 score: 0.7661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 103 score: 0.6548 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 104 score: 0.8807 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 105 score: 0.6747 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 106 score: 0.7787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 107 score: 0.7713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 108 score: 0.6063 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 109 score: 0.7158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 110 score: 0.8736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 111 score: 0.8915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 112 score: 0.9166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 113 score: 0.8998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 114 score: 0.8535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 115 score: 0.7603 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 116 score: 0.8023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 117 score: 0.8383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 118 score: 0.6117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 119 score: 0.8324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 120 score: 0.7393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 121 score: 0.8668 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 122 score: 0.8384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 123 score: 0.8675 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 124 score: 0.7748 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 125 score: 0.9195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 126 score: 0.9042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 127 score: 0.8745 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 128 score: 0.8945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 129 score: 0.8075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 130 score: 0.8626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 131 score: 0.7771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 132 score: 0.8095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 133 score: 0.8794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 134 score: 0.7448 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 135 score: 0.8012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 136 score: 0.8838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 137 score: 0.7176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 138 score: 0.4776 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 139 score: 0.8029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 140 score: 0.6474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 141 score: 0.8717 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 142 score: 0.9136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 143 score: 0.8692 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 144 score: 0.8046 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 145 score: 0.9119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 146 score: 0.9166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 147 score: 0.9091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 148 score: 0.8147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 149 score: 0.8436 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 150 score: 0.8786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 151 score: 0.9020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 152 score: 0.7864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 153 score: 0.6618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 154 score: 0.6613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 155 score: 0.8580 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 156 score: 0.8450 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 157 score: 0.6137 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 158 score: 0.8876 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 159 score: 0.7162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 160 score: 0.4338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 161 score: 0.8137 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 162 score: 0.8578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 163 score: 0.8427 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 164 score: 0.8014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 165 score: 0.8122 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 166 score: 0.6772 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 167 score: 0.8257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 168 score: 0.6496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 169 score: 0.8655 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 170 score: 0.8296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 171 score: 0.8684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 172 score: 0.8033 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 173 score: 0.6994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 174 score: 0.8183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 175 score: 0.9020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 176 score: 0.7840 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 177 score: 0.9067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 178 score: 0.8865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 179 score: 0.9294 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 180 score: 0.8848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 181 score: 0.9396 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 182 score: 0.9032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 183 score: 0.9246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 184 score: 0.8648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 185 score: 0.9396 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 186 score: 0.8946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 187 score: 0.7869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 188 score: 0.7708 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 189 score: 0.7589 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 190 score: 0.7058 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 191 score: 0.8012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 192 score: 0.8629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 193 score: 0.8108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 194 score: 0.9259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 195 score: 0.7458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 196 score: 0.8599 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 197 score: 0.7324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 198 score: 0.6626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 199 score: 0.8322 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 200 score: 0.8401 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 201 score: 0.7456 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 202 score: 0.6476 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 203 score: 0.7303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 204 score: 0.8673 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 205 score: 0.8511 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 206 score: 0.8281 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 207 score: 0.8488 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 208 score: 0.7914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 209 score: 0.9176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 210 score: 0.9296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 211 score: 0.5545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 212 score: 0.8524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 213 score: 0.9498 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 214 score: 0.9337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 215 score: 0.8998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 216 score: 0.9140 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 217 score: 0.8473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 218 score: 0.8915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 219 score: 0.7825 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 220 score: 0.8350 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 221 score: 0.9082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 222 score: 0.8720 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 223 score: 0.8461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 224 score: 0.8608 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 225 score: 0.9273 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 226 score: 0.9026 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 227 score: 0.8263 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 228 score: 0.8421 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 229 score: 0.5223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 230 score: 0.9634 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 231 score: 0.8361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 232 score: 0.7492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 233 score: 0.8823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 234 score: 0.8206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 235 score: 0.8219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 236 score: 0.8977 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 237 score: 0.8093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 238 score: 0.8520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 239 score: 0.8893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 240 score: 0.7694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 241 score: 0.6887 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 242 score: 0.9196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 243 score: 0.7222 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 244 score: 0.8203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 245 score: 0.6953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 246 score: 0.7557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 247 score: 0.8298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 248 score: 0.6530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 249 score: 0.9441 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 250 score: 0.8590 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 251 score: 0.8624 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 252 score: 0.8237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 253 score: 0.9400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 254 score: 0.9079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 255 score: 0.8920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 256 score: 0.7728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 257 score: 0.8595 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 258 score: 0.8389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 259 score: 0.7400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 260 score: 0.8381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 261 score: 0.6836 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 262 score: 0.8695 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 263 score: 0.8559 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 264 score: 0.8921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 265 score: 0.8701 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 266 score: 0.8599 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 267 score: 0.8400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 268 score: 0.9487 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 269 score: 0.9102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 270 score: 0.8621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 271 score: 0.6936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 272 score: 0.5974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 273 score: 0.8202 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 274 score: 0.7763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 275 score: 0.7861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 276 score: 0.7720 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 277 score: 0.8819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 278 score: 0.8267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 279 score: 0.9409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 280 score: 0.7776 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 281 score: 0.8964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 282 score: 0.7984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 283 score: 0.8274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 284 score: 0.8713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 285 score: 0.9245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 286 score: 0.8645 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 287 score: 0.7934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 288 score: 0.8075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 289 score: 0.8577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 290 score: 0.8676 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 291 score: 0.7724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 292 score: 0.9015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 293 score: 0.7927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 294 score: 0.5732 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 295 score: 0.7133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 296 score: 0.8393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 297 score: 0.8058 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 298 score: 0.8319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 299 score: 0.8569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 300 score: 0.9163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 301 score: 0.8845 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 302 score: 0.8836 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 303 score: 0.8156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 304 score: 0.9243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 305 score: 0.9337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 306 score: 0.8821 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 307 score: 0.8492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 308 score: 0.9052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 309 score: 0.8418 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 310 score: 0.9711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 311 score: 0.9244 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 312 score: 0.8277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 313 score: 0.5571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 314 score: 0.5032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 315 score: 0.8939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 316 score: 0.7321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 317 score: 0.7486 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 318 score: 0.7786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 319 score: 0.7020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 320 score: 0.8228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 321 score: 0.8687 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 322 score: 0.8790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 323 score: 0.8494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 324 score: 0.7807 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 325 score: 0.8189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 326 score: 0.8322 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 327 score: 0.7161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 328 score: 0.8544 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 329 score: 0.7495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 330 score: 0.8296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 331 score: 0.8951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 332 score: 0.9328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 333 score: 0.7755 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 334 score: 0.9389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 335 score: 0.9052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 336 score: 0.8669 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 337 score: 0.7355 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 338 score: 0.8379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 339 score: 0.8718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 340 score: 0.7761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 341 score: 0.8361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 342 score: 0.6593 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 343 score: 0.8840 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 344 score: 0.8887 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 345 score: 0.7325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 346 score: 0.8763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 347 score: 0.7996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 348 score: 0.5518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 349 score: 0.5731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 350 score: 0.8621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 351 score: 0.8794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 352 score: 0.8927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 353 score: 0.9406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 354 score: 0.8183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 355 score: 0.8737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 356 score: 0.9053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 357 score: 0.8422 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 358 score: 0.7935 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 359 score: 0.7691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 360 score: 0.7308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 361 score: 0.7014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 362 score: 0.8581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 363 score: 0.8631 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 364 score: 0.7517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 365 score: 0.8134 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 366 score: 0.7143 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 367 score: 0.8814 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 368 score: 0.7882 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 369 score: 0.8501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 370 score: 0.6180 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 371 score: 0.6118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 372 score: 0.7141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 373 score: 0.8646 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 374 score: 0.8480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 375 score: 0.9099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 376 score: 0.9208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 377 score: 0.9484 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 378 score: 0.8553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 379 score: 0.6699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 380 score: 0.7888 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 381 score: 0.8122 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 382 score: 0.5193 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 383 score: 0.7794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 384 score: 0.8293 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 385 score: 0.7655 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 386 score: 0.5324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 387 score: 0.7606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 388 score: 0.7648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 389 score: 0.8729 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 390 score: 0.8627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 391 score: 0.7912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 392 score: 0.8158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 393 score: 0.8422 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 394 score: 0.6660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 395 score: 0.6614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 396 score: 0.8196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 397 score: 0.9542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 398 score: 0.6923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 399 score: 0.8835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 400 score: 0.8911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 401 score: 0.7727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 402 score: 0.8362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 403 score: 0.7742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 404 score: 0.8360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 405 score: 0.6820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 406 score: 0.8976 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 407 score: 0.8394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 408 score: 0.9250 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 409 score: 0.8581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 410 score: 0.8742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 411 score: 0.8248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 412 score: 0.8359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 413 score: 0.8672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 414 score: 0.8438 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 415 score: 0.8849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 416 score: 0.7312 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 417 score: 0.8928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 418 score: 0.8865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 419 score: 0.8863 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 420 score: 0.7604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 421 score: 0.8960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 422 score: 0.7897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 423 score: 0.8277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 424 score: 0.7900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 425 score: 0.9147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 426 score: 0.8826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 427 score: 0.9213 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 428 score: 0.9144 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 429 score: 0.9469 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 430 score: 0.9134 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 431 score: 0.7930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 432 score: 0.7645 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 433 score: 0.6434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 434 score: 0.6622 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 435 score: 0.5710 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 436 score: 0.7028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 437 score: 0.8923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 438 score: 0.8742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 439 score: 0.9307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 440 score: 0.8961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 441 score: 0.7799 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 442 score: 0.9162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 443 score: 0.8263 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 444 score: 0.8446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 445 score: 0.8430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 446 score: 0.8063 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 447 score: 0.8525 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 448 score: 0.9229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 449 score: 0.8212 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 450 score: 0.8758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 451 score: 0.8190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 452 score: 0.6098 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 453 score: 0.7859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 454 score: 0.8238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 455 score: 0.8001 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 456 score: 0.6028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 457 score: 0.8870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 458 score: 0.6508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 459 score: 0.6798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 460 score: 0.7786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 461 score: 0.6774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 462 score: 0.6745 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 463 score: 0.8741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 464 score: 0.8392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 465 score: 0.8445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 466 score: 0.8531 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 467 score: 0.5522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 468 score: 0.5513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 469 score: 0.5069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 470 score: 0.6826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 471 score: 0.8091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 472 score: 0.7883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 473 score: 0.6878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 474 score: 0.5987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 475 score: 0.8799 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 476 score: 0.7701 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 477 score: 0.7870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 478 score: 0.9094 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 479 score: 0.9196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 480 score: 0.7937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 481 score: 0.7123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 482 score: 0.8698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 483 score: 0.8426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 484 score: 0.7851 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 485 score: 0.8802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 486 score: 0.8885 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 487 score: 0.7130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 488 score: 0.7366 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 489 score: 0.7952 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 490 score: 0.8174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 491 score: 0.7280 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 492 score: 0.9373 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 493 score: 0.6820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 494 score: 0.6495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 495 score: 0.7149 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 496 score: 0.8429 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 497 score: 0.8459 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 498 score: 0.9252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 499 score: 0.9007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 500 score: 0.9199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 501 score: 0.9221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 502 score: 0.7915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 503 score: 0.8436 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 504 score: 0.7729 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 505 score: 0.6768 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 506 score: 0.7121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 507 score: 0.7025 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 508 score: 0.7925 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 509 score: 0.8292 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 510 score: 0.5781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 511 score: 0.7957 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 512 score: 0.7531 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 513 score: 0.9197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 514 score: 0.6031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 515 score: 0.7586 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 516 score: 0.5908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 517 score: 0.8795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 518 score: 0.7477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 519 score: 0.9297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 520 score: 0.9041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 521 score: 0.7782 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 522 score: 0.6607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 523 score: 0.8192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 524 score: 0.4629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 525 score: 0.8637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 526 score: 0.8603 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 527 score: 0.6409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 528 score: 0.6487 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 529 score: 0.8855 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 530 score: 0.5018 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 531 score: 0.6680 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 532 score: 0.7442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 533 score: 0.7690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 534 score: 0.5262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 535 score: 0.5110 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 536 score: 0.6626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 537 score: 0.4659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 538 score: 0.8179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 539 score: 0.8926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 540 score: 0.8663 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 541 score: 0.9097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 542 score: 0.8799 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 543 score: 0.8643 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 544 score: 0.7085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 545 score: 0.7789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 546 score: 0.7514 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 547 score: 0.8463 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 548 score: 0.8013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 549 score: 0.9205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 550 score: 0.8159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 551 score: 0.9106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 552 score: 0.8583 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 553 score: 0.8527 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 554 score: 0.9188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 555 score: 0.6815 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 556 score: 0.6395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 557 score: 0.8914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 558 score: 0.8058 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 559 score: 0.6169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 560 score: 0.6097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 561 score: 0.5931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 562 score: 0.9022 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 563 score: 0.8084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 564 score: 0.8052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 565 score: 0.8569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 566 score: 0.7699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 567 score: 0.8567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 568 score: 0.7183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 569 score: 0.8004 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 570 score: 0.8547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 571 score: 0.9159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 572 score: 0.8186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 573 score: 0.9386 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 574 score: 0.9297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 575 score: 0.7972 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 576 score: 0.6853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 577 score: 0.8630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 578 score: 0.9026 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 579 score: 0.8106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 580 score: 0.6374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 581 score: 0.7516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 582 score: 0.8629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 583 score: 0.8633 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 584 score: 0.4584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 585 score: 0.9186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 586 score: 0.8051 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 587 score: 0.9151 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 588 score: 0.8323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 589 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 590 score: 0.8691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 591 score: 0.8900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 592 score: 0.8383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 593 score: 0.7984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 594 score: 0.7953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 595 score: 0.8608 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 596 score: 0.8752 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 597 score: 0.8773 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 598 score: 0.8438 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 599 score: 0.8955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 600 score: 0.8571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 601 score: 0.8115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 602 score: 0.7282 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 603 score: 0.5179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 604 score: 0.7725 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 605 score: 0.9275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 606 score: 0.8075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 607 score: 0.8070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 608 score: 0.7509 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 609 score: 0.6965 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 610 score: 0.7750 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 611 score: 0.8565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 612 score: 0.9121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 613 score: 0.5542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 614 score: 0.8408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 615 score: 0.7163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 616 score: 0.8395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 617 score: 0.9214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 618 score: 0.8840 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 619 score: 0.4747 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 620 score: 0.5624 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 621 score: 0.4092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 622 score: 0.9123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 623 score: 0.8895 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 624 score: 0.7766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 625 score: 0.8757 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 626 score: 0.8546 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 627 score: 0.9247 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 628 score: 0.8936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 629 score: 0.7685 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 630 score: 0.7025 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 631 score: 0.8818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 632 score: 0.8827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 633 score: 0.9049 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 634 score: 0.9576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 635 score: 0.9085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 636 score: 0.9161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 637 score: 0.8048 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 638 score: 0.8582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 639 score: 0.9329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 640 score: 0.6478 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 641 score: 0.8738 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 642 score: 0.9140 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 643 score: 0.5720 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 644 score: 0.7012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 645 score: 0.8798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 646 score: 0.6928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 647 score: 0.8687 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 648 score: 0.7007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 649 score: 0.8223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 650 score: 0.8334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 651 score: 0.4706 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 652 score: 0.7009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 653 score: 0.6866 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 654 score: 0.8412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 655 score: 0.8645 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 656 score: 0.8779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 657 score: 0.8553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 658 score: 0.7430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 659 score: 0.7826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 660 score: 0.7540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 661 score: 0.8872 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 662 score: 0.9527 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 663 score: 0.8859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 664 score: 0.9354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 665 score: 0.7759 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 666 score: 0.8717 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 667 score: 0.8399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 668 score: 0.7905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 669 score: 0.8855 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 670 score: 0.7309 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 671 score: 0.8778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 672 score: 0.8555 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 673 score: 0.8898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 674 score: 0.7075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 675 score: 0.8479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 676 score: 0.9176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 677 score: 0.8648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 678 score: 0.8948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 679 score: 0.8600 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 680 score: 0.7735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 681 score: 0.8410 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 682 score: 0.8907 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 683 score: 0.8452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 684 score: 0.8194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 685 score: 0.7494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 686 score: 0.8668 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 687 score: 0.8390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 688 score: 0.8898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 689 score: 0.8245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 690 score: 0.9161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 691 score: 0.8945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 692 score: 0.9100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 693 score: 0.8185 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 694 score: 0.6247 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 695 score: 0.7613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 696 score: 0.8016 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 697 score: 0.9071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 698 score: 0.7958 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 699 score: 0.9014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 700 score: 0.8541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 701 score: 0.9157 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 702 score: 0.8930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 703 score: 0.5910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 704 score: 0.6605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 705 score: 0.7982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 706 score: 0.7346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 707 score: 0.8954 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 708 score: 0.9115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 709 score: 0.7475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 710 score: 0.8714 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 711 score: 0.8004 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 712 score: 0.9171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 713 score: 0.8688 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 714 score: 0.7933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 715 score: 0.8683 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 716 score: 0.9074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 717 score: 0.8463 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 718 score: 0.8427 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 719 score: 0.7930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 720 score: 0.7091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 721 score: 0.8148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 722 score: 0.8572 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 723 score: 0.8868 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 724 score: 0.9367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 725 score: 0.7300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 726 score: 0.8734 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 727 score: 0.8676 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 728 score: 0.7846 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 729 score: 0.8704 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 730 score: 0.8338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 731 score: 0.8218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 732 score: 0.8087 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 733 score: 0.7783 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 734 score: 0.8697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 735 score: 0.8643 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 736 score: 0.8841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 737 score: 0.7974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 738 score: 0.9213 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 739 score: 0.8022 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 740 score: 0.8829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 741 score: 0.8477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 742 score: 0.8472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 743 score: 0.9142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 744 score: 0.8632 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 745 score: 0.8621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 746 score: 0.8871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 747 score: 0.7931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 748 score: 0.8336 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 749 score: 0.8847 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 750 score: 0.7986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 751 score: 0.8122 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 752 score: 0.9150 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 753 score: 0.8321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 754 score: 0.8096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 755 score: 0.8592 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 756 score: 0.7141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 757 score: 0.8155 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 758 score: 0.8695 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 759 score: 0.8710 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 760 score: 0.8626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 761 score: 0.9331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 762 score: 0.8515 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 763 score: 0.6458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 764 score: 0.8348 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 765 score: 0.6749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 766 score: 0.8410 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 767 score: 0.8318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 768 score: 0.9317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 769 score: 0.9474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 770 score: 0.7214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 771 score: 0.8713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 772 score: 0.8187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 773 score: 0.8332 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 774 score: 0.8790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 775 score: 0.7659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 776 score: 0.7897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 777 score: 0.6219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 778 score: 0.8908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 779 score: 0.8531 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 780 score: 0.8832 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 781 score: 0.8218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 782 score: 0.8903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 783 score: 0.8124 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 784 score: 0.8750 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 785 score: 0.6257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 786 score: 0.8544 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 787 score: 0.8911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 788 score: 0.9042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 789 score: 0.8737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 790 score: 0.9347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 791 score: 0.8149 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 792 score: 0.8721 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 793 score: 0.8966 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 794 score: 0.8657 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 795 score: 0.7853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 796 score: 0.8763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 797 score: 0.7226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 798 score: 0.8016 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 799 score: 0.8198 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 800 score: 0.8270 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 801 score: 0.8455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 802 score: 0.7290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 803 score: 0.7651 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 804 score: 0.8327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 805 score: 0.9313 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 806 score: 0.7621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 807 score: 0.8712 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 808 score: 0.3115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 809 score: 0.7862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 810 score: 0.8393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 811 score: 0.8957 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 812 score: 0.9346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 813 score: 0.8791 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 814 score: 0.8091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 815 score: 0.6938 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 816 score: 0.8264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 817 score: 0.6848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 818 score: 0.6034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 819 score: 0.7895 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 820 score: 0.9392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 821 score: 0.7948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 822 score: 0.8346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 823 score: 0.8212 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 824 score: 0.8494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 825 score: 0.7921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 826 score: 0.6637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 827 score: 0.8451 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 828 score: 0.8538 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 829 score: 0.4675 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 830 score: 0.8731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 831 score: 0.8505 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 832 score: 0.6385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 833 score: 0.5443 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 834 score: 0.6725 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 835 score: 0.7690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 836 score: 0.5984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 837 score: 0.6235 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 838 score: 0.8327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 839 score: 0.7992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 840 score: 0.8110 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 841 score: 0.7647 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 842 score: 0.7714 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 843 score: 0.8763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 844 score: 0.7745 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 845 score: 0.4748 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 846 score: 0.5498 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 847 score: 0.7073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 848 score: 0.7348 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 849 score: 0.8870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 850 score: 0.8046 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 851 score: 0.6974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 852 score: 0.8466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 853 score: 0.6637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 854 score: 0.6024 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 855 score: 0.4125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 856 score: 0.7736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 857 score: 0.9083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 858 score: 0.7967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 859 score: 0.8705 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 860 score: 0.8814 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 861 score: 0.8991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 862 score: 0.8685 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 863 score: 0.7147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 864 score: 0.7137 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 865 score: 0.7508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 866 score: 0.6379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 867 score: 0.8742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 868 score: 0.8902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 869 score: 0.6831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 870 score: 0.8947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 871 score: 0.8263 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 872 score: 0.8757 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 873 score: 0.9089 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 874 score: 0.9192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 875 score: 0.8752 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 876 score: 0.9243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 877 score: 0.8883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 878 score: 0.9432 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 879 score: 0.6842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 880 score: 0.8948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 881 score: 0.9036 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 882 score: 0.7813 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 883 score: 0.8134 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 884 score: 0.7831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 885 score: 0.7614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 886 score: 0.8938 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 887 score: 0.7810 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 888 score: 0.6420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 889 score: 0.7315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 890 score: 0.8001 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 891 score: 0.7163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 892 score: 0.6757 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 893 score: 0.8645 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 894 score: 0.8215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 895 score: 0.8931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 896 score: 0.8947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 897 score: 0.7931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 898 score: 0.5947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 899 score: 0.5798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 900 score: 0.7852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 901 score: 0.5507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 902 score: 0.7087 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 903 score: 0.8352 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 904 score: 0.8065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 905 score: 0.7947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 906 score: 0.8033 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 907 score: 0.7416 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 908 score: 0.8139 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 909 score: 0.9067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 910 score: 0.8527 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 911 score: 0.7781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 912 score: 0.9211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 913 score: 0.9188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 914 score: 0.8279 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 915 score: 0.7934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 916 score: 0.8747 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 917 score: 0.8040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 918 score: 0.7286 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 919 score: 0.8876 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 920 score: 0.7287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 921 score: 0.5928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 922 score: 0.9073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 923 score: 0.8618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 924 score: 0.7803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 925 score: 0.7998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 926 score: 0.8641 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 927 score: 0.8329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 928 score: 0.8444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 929 score: 0.6336 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 930 score: 0.7720 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 931 score: 0.7878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 932 score: 0.6879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 933 score: 0.8507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 934 score: 0.7961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 935 score: 0.7108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 936 score: 0.8923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 937 score: 0.9480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 938 score: 0.8732 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 939 score: 0.8690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 940 score: 0.9021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 941 score: 0.9701 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 942 score: 0.9137 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 943 score: 0.8475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 944 score: 0.8445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 945 score: 0.7948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 946 score: 0.7482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 947 score: 0.8146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 948 score: 0.8083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 949 score: 0.8714 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 950 score: 0.8366 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 951 score: 0.5990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 952 score: 0.8678 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 953 score: 0.8913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 954 score: 0.6894 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 955 score: 0.8946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 956 score: 0.8862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 957 score: 0.8059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 958 score: 0.8710 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 959 score: 0.8837 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 960 score: 0.6742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 961 score: 0.7692 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 962 score: 0.8641 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 963 score: 0.7977 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 964 score: 0.9037 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 965 score: 0.8306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 966 score: 0.8451 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 967 score: 0.6265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 968 score: 0.4363 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 969 score: 0.5985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 970 score: 0.8178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 971 score: 0.8769 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 972 score: 0.8454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 973 score: 0.8863 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 974 score: 0.8192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 975 score: 0.9318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 976 score: 0.8128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 977 score: 0.8492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 978 score: 0.9341 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 979 score: 0.8448 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 980 score: 0.7180 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 981 score: 0.7241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 982 score: 0.8723 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 983 score: 0.6378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 984 score: 0.6234 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 985 score: 0.9051 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 986 score: 0.9081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 987 score: 0.6380 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 988 score: 0.8141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 989 score: 0.6308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 990 score: 0.9287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 991 score: 0.7934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 992 score: 0.8591 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 993 score: 0.9146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 994 score: 0.7248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 995 score: 0.8406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 996 score: 0.8604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 997 score: 0.9558 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 998 score: 0.7984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 999 score: 0.7148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 1000 score: 0.8623 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 1001 score: 0.7816 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 1002 score: 0.9119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 1003 score: 0.6699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 1004 score: 0.9030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 1005 score: 0.8995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 1006 score: 0.8251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 1007 score: 0.8676 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 1008 score: 0.9646 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 1009 score: 0.8256 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 1010 score: 0.8611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en Segment 1011 score: 0.7171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-et-en score: 0.8084 diff --git a/test-fi-en b/test-fi-en new file mode 100644 index 0000000000000000000000000000000000000000..7e70e7d4591f0ceffd0016e2f6f7436f68e34c84 --- /dev/null +++ b/test-fi-en @@ -0,0 +1,1012 @@ +We now have four-month-old diabetes-free mice that were diabetic before," he added. +Dr. Ehud Ur, a professor of medicine at Dalhousie University in Halifax, Nova Scotia, and chairman of the scientific and clinical committee for the Canadian Diabetes Association, cautioned that the study is in its early stages. +As with some other experts, he is sceptical about whether or not type 1 diabetes can be cured, noting that these findings do not mean much for people who already have type 1 diabetes. +On Monday, Sara Danius, Permanent Secretary of the Nobel Prize for Literature Committee at the Swedish Academy, announced publicly on Swedish Radio that the committee had given up trying to contact Bob Dylan, after failing to do so when awarding him the prize in 2016. +Danius said, "We're not going to do anything now. I've called and emailed his closest collaborator and got very friendly answers. For now, that's enough." +Earlier, Ring CEO Jamie Siminoff noted that the company started because his store's doorbell couldn't be heard from the garage. +He said he built a Wi-Fi hotspot. +Since appearing on Shark Tank in 2013, Siminoff said sales have "gone through the roof," though the judges on the show passed on investing in his startup. +Siminoff appeared on QVC in late 2017. +Ring also sued ADT, a competing security company, for patent infringement. +Although one experimental vaccine appears to be effective against Ebola, there is currently no proven treatment for people who are already infected. +One of the promising countermeasures, ZMapp, initially showed some promise but official studies later showed it did not work as well as hoped in preventing deaths. +In the PALM trial, ZMapp was used as a control, meaning it was compared to three other treatments. +The United States Olympic & Paralympic Committee (USOPC) supports the letter from the U.S. Olympic & Paralympic Committee (USOPC) and reaffirms its commitment to providing a safe environment for all athletes. +We agree with the U.S. Olympic Committee's statement that our athletes, our teams and our sports are better served by continuing to work within the framework of the organization. +The U.S. Gymnastics Federation says it supports an independent investigation into how Larry Nassar was able to abuse so many for so long and welcomes any changes that are needed. +USA Gymnastics and the United States Olympic & Paralympic Committee have the same goal - to make the sport of gymnastics and all sports as safe as possible so athletes can pursue their dreams in a positive, healthy and inspiring environment. +Brzezinski worked as an advisor to President John F. Kennedy in the 1960s and then to President Lyndon B. Johnson. +He was a foreign policy adviser to Carter in the 1976 election and then national security adviser under Kissinger from 1977 to 1981. +He assisted Carter as National Security Adviser in negotiations such as the Camp David Accords of 1978, the normalization of relations between the United States and China in the late 1970s, the Iranian Revolution and hostage crisis of 1979, and the Soviet invasion of Afghanistan in 1979. +The film, starring Ryan Gosling and Emma Stone, received nominations in all the major categories. +Gosling and Stone were nominated for Best Actor and Best Actress. +Other nominees included Best Picture, Best Director, Cinematography, Costume Design, Editing, Music, Production Design, Original Screenplay, and Sound Mixing. +Two of the film's songs, "Audition (The Fools Who Dream)" and "City of Stars," were nominated for Best Original Song, while Lionsgate received the most nominations of any studio with 26. +Early Sunday, U.S. President Donald Trump announced via a statement from his press secretary that U.S. troops are withdrawing from Syria. +The statement came after Trump had first spoken by phone with Turkish President Recep Tayyip Erdogan. +Turkey has also been patrolling IS fighters detained by European countries who have refused to repatriate them. +This confirms a widely accepted theory that at least some dinosaurs had feathers but also revealed new details about the colour and 3D structure of the feathers. +According to the researchers, the animal's plumage was reddish-brown on top and paler or carotenoid-coloured below. +It also helps to understand the evolution of bird beaks. +Because the feathers of dinosaurs were not as well developed as those of modern birds, but did have other features of modern feathers, such as barbs and rachis, scientists concluded that the quill is probably a later evolutionary development. +The structure of the feathers suggests that they were not used for flying, but for temperature regulation and display, although it was a young dinosaur's tail, the researchers suggested that the specimen was from an adult's feathered plumage rather than a juvenile's downy plumage. +Although it was a young dinosaur's tail, the researchers suggested that the specimen was from an adult's feathered plumage rather than a juvenile's downy plumage. +A car bomb exploded in front of a police station in Gaziantep, Turkey, yesterday morning, killing two police officers and injuring more than twenty people. +Eleven of the injured were police officers, the provincial governor's office said. +Police said they suspected a Daesh (IS) fighter was behind the attack. +They discovered that the Sun follows the same basic principles as all the other stars: the activity of all the Sun's systems is driven by luminosity and rotation/orbit. +Luminosity and rotational velocity are used together to determine a star's Rossby number, which is related to the plasma flow. +The fewer Rossby waves there are, the less the star pulsates. +Iwasaki had many struggles during his journey. +Pirates robbed him, a rabid dog attacked him in Tibet, he nearly got married in Nepal, and he was arrested in India. +The 802.11n standard operates on both 2.4 GHz and 5.0 GHz frequencies. +Thus, it is backward compatible with 802.11a, 802.11b, and 802.11g if the base station has two radios. +802.11n is much faster than its predecessors; in theory, it is capable of 600 megabits per second. +Duvall, who is married with two adult children, made no immediate comment to The Associated Press. +Asked for comment, Miller said, "Mike will have a lot to say at the hearing... I was actually preparing to testify so I didn't really listen to what he said." +We aim to cut carbon dioxide emissions per BKT unit by a significant amount by 2020 compared with 2005, Hu said. +He did not give an exact figure but said the cuts would be based on China's total production. +He urged developing countries to "avoid the old habit of polluting first and cleaning up later." +He added that "they shouldn't be burdened with obligations that are beyond their level of development, their capacity and their ability to shoulder such responsibilities." +The Baker-Hamilton Commission's report was released today at noon Greenwich Mean Time. +The report warned that "no one can be in any doubt that continued violence along the sectarian divide is only entrenching the deepening crisis." +The report begins by calling for an open dialogue and consensus on U.S. policy in the Middle East. +The report is highly critical of nearly all aspects of current U.S. policy on Iraq and calls for an immediate change of course. +One of its 78 recommendations was that a new diplomatic initiative should be launched before the end of the year to protect Iraq's borders from hostilities and to re-establish diplomatic relations with neighboring countries. +Cristina Fernandez de Kirchner, wife of the Argentine president and a senator, announced late yesterday that she would run for the presidency at a rally in La Plata, 50 km (31 miles) south of Buenos Aires. +Kirchner announced her plans to run for the presidency at a rally in Teatro Argentino, the same place she launched her 2005 campaign for one of the two vice presidencies in the Senate. +The debate over how to spend the post-Katrina flood of aid has revived an old argument among conservative fiscal watchdogs about whether to call the money "Bush's New Orleans deal." +Again, liberal criticism of reconstruction efforts has been focused on the awarding of reconstruction contracts to U.S. nongovernmental organizations. +More than four million people travelled to Rome to participate in the funeral. +The number of attendees was so high that not everyone could fit into the funeral at St. Peter's Cathedral. +Several large screens were set up around Rome so that people could watch the funeral. +Similar arrangements were made in many other Italian cities and elsewhere in the world, especially in Poland. +The FBI has been criticized in the past for focusing its resources on easily solved crimes, such as stolen cars, to boost its record of successes. +Congress began funding the initiative against obscenity in fiscal year 2005, and mandated that the FBI assign 10 agents to investigate adult pornography. +Robin Uthappa scored the most runs in the innings, 70 off 41 balls with 4 fours and 6 twos. +Middle-order batsmen Sachin Tendulkar and Rahul Dravid performed well to take India to 100 for 2. +But India managed only 36 runs in the last 10 overs, losing seven wickets in the process. +U.S. President George W. Bush arrived in Singapore on November 16 for a weeklong swing through Asia. +Wong Kan Seng, Singapore's deputy prime minister, received Bush, and Bush also met with Singapore's Prime Minister Lee Hsien Loong to discuss trade and terrorism. +After a week of negative headlines following the midterm elections, Bush used his speech to tout the growth of Asian trade. +After a 25-minute meeting with NDP Leader Jack Layton on Tuesday, Prime Minister Stephen Harper agreed to send the government's "Clean Air" legislation to the all-party environment committee for review before it is debated in the House of Commons for a second time. +Mr Layton was meeting the Prime Minister to ask for changes to the Conservatives' proposed environmental legislation, describing it as a "complete re-write" of the Green Party's policy. +Since then, the federal government's decision to match Tasmania's funding commitment to the Mersey Community Hospital in Devonport has been criticised by the state government and some federal parliamentarians as a "stunt" ahead of the crucial federal election on November 2. +However, Prime Minister John Howard said the only purpose of the move was to prevent the Tasmanian government from downgrading the hospital's classification, which would have cost an extra A$45 million. +The latest information indicates a tsunami has been generated and is approaching the coast, according to the Pacific Tsunami Warning Center in Palikir, Micronesia. A tsunami warning has been issued for Pago Pago, American Samoa and Niue. +Tonga did not immediately say whether there were any major injuries or whether the power cuts disrupted communications with the Pacific Tsunami Warning Center in Palu, Indonesia. +Four Hawaii schools on or near the shoreline were closed for the rest of Wednesday, even though no warnings were in effect. +U.S. President George W. Bush welcomed the news +Bush spokesman Gordon Johndroe called the North's pledge "a significant step toward achieving the goal of a nuclear-weapon-free Korean peninsula." +Subtropical Storm Jerry, tenth named storm of the 2019 Atlantic hurricane season, has formed today in the Atlantic Ocean. +The National Hurricane Center notes in its latest advisory that Jerry poses "no immediate threat to land areas." +The U.S. Army Corps of Engineers estimated that up to six inches of rain could cause the already damaged levees to break. +The Ninth Ward, which flooded up to 20 feet deep during Hurricane Katrina, is currently being inundated by water up to waist deep, having overflowed the levee. +Water flows over a 100-foot-wide section of the dam. +Adam Cuerden, a bureaucrat at Commons, expressed dismay at the deletions when speaking to Wikinews last month. +He [Wales] was lying to us from the start, first by acting as if the allegations were legal, then by pretending to listen to us until he erased the art. +The community's frustration led to the current push to create sexual content policies for the site with millions of open license files. +The work was initially theoretical, but the program was written to simulate observations made by the Sagittarius galaxy. +The team hoped to see the effects of the tides on the dark matter between the galaxy and the Milky Way. +Just as the gravity of the Moon causes the tides on Earth, the gravity of the Sun causes tides on the Jovian moons. +Scientists were able to conclude that dark matter behaves much like ordinary matter. +According to this theory, most of the dark matter surrounding the galaxy is in the form of a spherical halo of small particles. +The factory is seen emitting white smoke on television news reports. +Local authorities have advised residents near the plant to stay indoors, turn off air conditioners and avoid drinking tap water. +Japan's nuclear watchdog says it has detected radioactive cesium and iodine at the plant. +Officials speculate that this means that the plant's uranium fuel storage tanks may have ruptured and started leaking. +Dr. Tony Moll found extremely drug-resistant tuberculosis (XDR-TB) in South Africa's KwaZulu-Natal province. +He said in the interview that the new variant is "concerning" because of its high transmissibility. +Some of the patients may have been infected in the hospital, Moll believes, and at least two of them were members of the hospital's medical staff. +A person infected with the disease can infect 10-15 close contacts in a year. +However, the percentage of XDR-TB cases among all TB cases remains low - 6,000 out of an estimated 330,000 TB cases in South Africa each year. +Both satellites were more than 491 miles above Earth, traveling at about 17,500 miles per hour. +The explosion caused by the crash was reportedly huge. +They are still trying to determine the exact size of the asteroid and its effects on Earth. +The U.S. Defense Department's Strategic Command is tracking the satellite fragments. +The results of the motion analysis will be published on a public website. +A doctor who worked at Children's Hospital of Pittsburgh in Pennsylvania has been charged with murder in the death of his mother, who was found dead in the trunk of her car on Wednesday, according to Ohio authorities. +The body of 29-year-old Dr. Malar Balasubramanian was found by a roadside in Blue Ash, a suburb of Cincinnati about 15 miles north of the hospital, dressed only in a T-shirt and underwear and covered in bruises. +He directed authorities to a black Oldsmobile Intrigue about 500 feet away. +They found the body of 53-year-old Saroja Balasubramanian, covered in blood, there. +Police said the body had been in the apartment for about a day. +The first cases of the current season were reported at the end of July. +The disease is transmitted by fleas, which then pass it on to humans through bites. +The outbreak has prompted authorities in India to take steps such as deploying pig hunters to affected areas, distributing tens of thousands of bed nets and spraying pesticides. +The government has also pledged millions of doses of the AstraZeneca vaccine to help health officials prepare for next year. +Plans to deliver vaccines to the hardest-to-reach areas were delayed this year due to funding shortfalls and other diseases jumping to the top of the priority list. +In 1956, Slaney moved to Sweden, where he began working for the post office three years later as a customs officer. +He sent more than 1,000 stamps to Sweden and 28 other countries. +His work is so highly regarded that philatelists consider him to be one of the few "celebrities" of stamp design, and some collectors specialise in obtaining his work. +His 10,000th stamp was a 2000 David Klöcker Ehrenstrahl painting of the Swedish kings' glorious deeds, which is listed in the Guinness Book of Records. +He has also engraved the dies for many countries' coins, most recently the portrait of the Prime Minister on Canada's new 5 and 100 dollar coins. +Gibson was taken to a hospital, where he later died. +The 64-year-old lorry driver was not hurt in the accident. +The vehicle was recovered from the scene at about 12:00 BST on the same day. +A witness who works at a service station near the crash site said, "There were children waiting to cross the road and all of them were screaming and crying." +Everyone ran away from the scene of the accident. +Other issues on Balin's agenda include saving the world's remaining forests and using technology to help developing countries farm more sustainably. +The U.N. also hopes to use the fund to help developing countries cope with the effects of global warming. +The money could be used to build flood-resistant housing, better water storage and irrigation, and to diversify crops. +Fluke wrote that some had tried to stop women from talking about women's health but failed. +She came to that conclusion after receiving an overwhelming number of positive comments and encouragement from women and men who told her that perhaps contraception should be considered a necessity in health care. +Following the fight, approximately 40 of the remaining inmates refused to return to their cells and remained on the recreation yard. +Negotiators are trying to work out a deal, but it's not clear what the inmates are demanding. +Prisoners in the courtyard started a fire between 10 and 11 p.m. Kallio time. +Soon after, officials in riot gear moved in to disperse the prisoners, firing pepper balls into the yard. +Firefighters eventually put out the blaze at 11:35 p.m. +The seasonal floods that carried sediment down the river ended when the dam was built in 1963. +This sediment was crucial to the formation of reefs and beaches that were the habitat for many animals. +As a result, two fish species have become extinct and another two are endangered, including the Gila cypha, a member of the carp family. +Although the water level is only a few feet higher as a result of the flood, officials are hoping that will be enough to return some of the eroded sediment that has been swept downstream. +No tsunami warning has been issued and according to Jakarta's geophysics agency, there is no likelihood of a tsunami since the quake's magnitude was below 6.5. +Although there was no tsunami threat, residents began to panic and flee their homes and workplaces. +Although Winfrey teared up while saying goodbye, she made sure to reassure viewers that she's not going anywhere. +These are not goodbyes, it's just the end of one chapter and the beginning of another. +According to the final results of the presidential and parliamentary elections in Namibia, the current president Hifikepunye Pohamba has been re-elected with an overwhelming majority. +The ruling party Swapo (South West Africa People's Organisation) also won a majority in the parliamentary election. +The coalition and Afghan forces have moved in to secure the area and the coalition has sent in more aircraft to help. +The crash happened in rugged, mountainous terrain and is believed to have been caused by enemy fire. +Bad weather and rugged terrain have hampered efforts to find the crash site. +Mangola, Doctors Without Borders, and the World Health Organization say it is the worst recorded epidemic in the country. +Richard Veerman, a representative for Doctors Without Borders, said, "Angola is on the verge of the worst epidemic in its history, and the situation in Angola remains extremely dire." +Kick-off was at 10am in glorious autumnal sunshine, and it proved to be the perfect day for seven-a-side rugby. +South Africa, the top-ranked team in the tournament, got off to a hot start, cruising to a 26-0 win over fifth-ranked Zambia. +Zambia looked out of their depths at times against a South African side improving as the tournament progressed. +A superbly-marshalled defence, excellent ball retention and some fine team play carried them into the quarter-finals, where they were undoubted favourites. +Representatives for the city of Amsterdam and the Anne Frank House said the tree is suffering from a fungal disease that poses a risk to public safety, as it is in imminent danger of toppling over. +The tree was scheduled to be cut down on Tuesday, but was saved at the last minute by a court order. +All of the "Seven Sisters" are at least 100–250 metres (328–820 feet) in diameter. +Based on infrared images, daily temperature swings suggest they are probably caves. +They are cooler than the surrounding air during the day and warmer at night. +Their thermal behavior isn't as uniform as in the large caves of the Earth, but that's consistent with the fact that they're holes in the ground," said Glen Cushing, a member of the U.S. Geological Survey's astrogeology team and a professor at Northern Arizona University in Flagstaff, Arizona. +Traditionally, French elections have not been high-tech affairs: Voters go into a booth to cast their ballot, marking their choice on a paper ballot that has been pre-printed with the names of the candidates. +After officials verify a voter's identity, a voter fills out a ballot and drops it in a ballot box. +French election legislation has set a fairly strict timetable for the run-up to the vote. +In 1988, transparent ballot boxes were introduced so that voters and observers can verify that no ballots are in the box when the polls open, and that no ballots are added to the box except those that are officially counted and authorized. +Candidates can send representatives to observe any part of the process, and volunteers will hand-count the ballots under close supervision and with established procedures. +The Asus Eee PC became a hot topic in Taipei's IT month in 2007. The computer was released earlier to save costs and for practical reasons. +However, the Chinese market for portable computers may change significantly after the People's Republic of China awarded the 2007 Taiwan Excellence Award to Asus. +The station's website describes the show as "an old-fashioned radio play, but with a new and nerdy twist." +In the beginning, the show was only broadcast on Toginet Radio, a long-running net radio station that specializes in talk shows. +TogiNet established AstroNet Radio as a daughter channel in the end of 2015. +Originally, the show used local amateur actors from East Texas. +The looting continued into the night, according to the reports, because there were no police to be seen on the streets of Bishkek. +One witness described the situation in Bishkek as "anarchic," with crowds roaming the streets and looting stores. +Many Bishkek residents accused the southern protesters of trespassing. +South Africa has beaten New Zealand's "All Blacks" in a three-nation rugby union match at the Royal Bafokeng Stadium in Rustenburg, South Africa. +The final result was a one-point win, 21-20, and a 15th consecutive match victory for the All Blacks. +For the Springboks, it meant ending a five-match losing streak. +It was the last match for the All Blacks, who had won the cup two weeks earlier. +The series concludes next week in Johannesburg's Ellis Park, where the Springboks take on Australia. +A moderate earthquake shook western Montana at 10:08 p.m. Monday. +The U.S. Geological Survey has not received any reports of damage from the National Earthquake Information Center. +The epicenter of the quake was about 20 miles (15 miles) northeast of Dillon and about 65 miles (40 miles) southwest of Butte. +Bird flu, a lethal mutation of the H5N1 strain, has been confirmed in a dead swan found on Monday near Lyon, in the east of France. +France is the seventh European Union country to report a case of the virus, following Austria, Germany, Slovenia, Bulgaria, Greece and Italy. +The suspected cases of H5N1 avian influenza in Croatia and Denmark have not yet been confirmed. +Chambers had accused God of "widespread death and destruction and the terrorizing of millions and millions of people." +Chambers, a self-described agnostic, alleges that the suit is frivolous and that anyone can sue anyone for anything in the U.S. +The story of the French opera by Camille Saint-Saëns is about an artist "whose life is consumed by the passions of drugs and Japan." +As a result, performers smoke cannabis cigarettes on stage, and the theatre encourages the audience to join in. +Former Speaker of the House Newt Gingrich came in fourth, Texas Governor Rick Perry came in fifth, and Congresswoman Michele Bachmann came in sixth. +After the results were in, Gingrich lavished praise on Santorum while reserving harsh words for Romney, whose negative ads targeting Gingrich had played in Iowa. +Perry said he would "take a hard look at the results of tonight's Republican Primary runoff election in Texas and then consider how to best move forward" but later said he would enter the South Carolina Republican Party presidential primary on January 21. +Bachmann, the winner of the Ames straw poll in August, ended her campaign. +The photographer was taken to Ronald Reagan UCLA Medical Center, where he later died. +He was in his twenties, she said. "I was not on scene or involved in any way in this tragedy, but my thoughts and prayers are with the family of the victim," Bieber said in a statement. +The entertainment news website TMZ reported that the photographer stopped his car on the other side of Sepulveda Boulevard and tried to take pictures of the police activity before crossing the street and continuing on his way, at which point a California Highway Patrol officer twice asked him to return to his car. +The driver of the car that hit the photographer is unlikely to be charged with a crime, police said. +With only 18 medals being awarded per day, many countries were left empty-handed. +Examples include the Netherlands, where Anna Jochemsen came ninth in the women’s pole vault event yesterday, and Finland, where Katja Saarinen came tenth in the same event. +Australia's Mitchell Gourley was 11th in the men's super-giant slalom, while Czech Republic's Oldrich Jelinek was 16th in the super-giant slalom for men. +Mexico's Arly Velasquez was 15th in the men's super-giant slalom, while New Zealand's Adam Hall was ninth in the super-giant slalom. +Maciej Krezel and guide Anna Ogarzynska of Poland were 13th in the men's visually impaired super-G, and Jong Seok Park of South Korea was 24th in the men's standing super-G. +UN peacekeepers have been accused of spreading cholera in Haiti after the 2010 earthquake. +The U.N. camp's waste had not been properly disinfected, allowing bacteria to contaminate the Artibonite River, a tributary of the country's largest river, the Mirebalais, according to the suit. +Haiti had not seen a major outbreak of the disease since the 1800s before the peacekeepers arrived. +The Haitian Institute for Justice and Democracy has cited independent studies showing that the UN's Nepalese peacekeeping contingent inadvertently introduced cholera into Haiti. +UN epidemiologist Danielle Lantagne attributed the epidemic to the peacekeepers. +Hamilton confirmed that the patient's condition is stable. +The patient had previously been in Nigeria, where there have been a few cases of Ebola. +The hospital has been following infectious disease protocols by isolating the patient to prevent the spread of any potential infection. +Before The Simpsons, Simon had worked on a number of different shows in a variety of roles. +In the 1980s he had roles in shows such as Taxi, Hill Street Blues and The Tracey Ullman Show. +He helped create The Simpsons with Matt Groening in 1989 and was responsible for hiring the show's first writers. +Although he left in 1993, he continued to be the show's executive producer and earned tens of millions of dollars per year in royalties. +Earlier, Chinese news agency Xinhua reported the plane had been hijacked. +Then, according to later reports, the plane was diverted to Afghanistan and landed in Kandahar. +According to preliminary information, the plane was heading back to Afghanistan after it was denied permission to make an emergency landing in Ürümqi. +Aircraft accidents are common in Iran, which has an old and ill-maintained fleet of both civilian and military aircraft. +New planes have not been able to be bought because of international sanctions. +Earlier this week, three people died and three others were injured in a police helicopter crash. +Last month, Iran suffered its worst air disaster in years when a plane crashed shortly after taking off from the capital, Tehran, killing all 168 on board. +Also in June, another airliner crashed while landing at Mashhad, killing 17. +Aerosmith has cancelled the rest of their tour dates. +The rock group was scheduled to tour the U.S. and Canada through September 16. +The band canceled the rest of their tour after lead singer Steven Tyler suffered a shoulder injury after falling off the stage during a performance on August 5. +Murray lost the first set when he was broken while serving for the set at 5-4 after both players had held their service games. +Del Potro got an early break in the second game of the match, but he also lost his serve at 6-6 in the tie-break. +Del Potro was treated for a wrist injury during the match, but was able to continue. +The show started at 8:30 p.m. local time (1:30 p.m. ET). +Prominent singers from across the country presented devotional songs, bhajans, to Shri Shyam. +Sanju Sharma started the evening, and he was followed by Jai Shankar Choudhary, who also performed a bhajan of chhappan bhog. He was accompanied by singer Raju Khandelwal. +After that, Lakkha Singh took over as the bhajan singer. +Baba Shyam was offered 108 plates of chhappan bhog (56 different food items offered to the deities in Hinduism, such as sweets, fruits, nuts, prasad). +Lakkha Singh also presented a bhajan on chhappan bhog. He was accompanied by singer Raju Khandelwal. +Nintendo president Satoru Iwata unveiled the new controller for the company's upcoming Nintendo Revolution console at the Tokyo Game Show on Thursday. +The controller, which resembles a television remote, uses two sensors to determine the position of the user in three-dimensional space. +This allows the video game actions and movements to be performed by moving the device in the air. +Giancarlo Fisichella lost control of his car and was out early on. +His teammate Fernando Alonso was in the lead for most of the race, but Alonso's race ended early when he went into the pits and came out with a wheel not properly fitted. +Michael Schumacher's race was soon over, however, as he retired early with a damaged suspension following a number of wheel-to-wheel battles. +He's very handsome and he sings quite well, she said, according to a transcript of the press conference. +Every time we rehearsed it, I got chills up my spine. +The capsule's onboard camera showed about three minutes after launch, when the fuel tanks jettisoned to leave the capsule unencumbered. +However, they are not thought to have caused any damage to the yacht. +NASA's space station program manager, N. Wayne Hale Jr., said the leak "happened after the time we were concerned about." +Five minutes into the fireworks, the wind started to pick up, within the next minute it was 70km/h winds - then the rain started, but it was so heavy and so intense it was like needles hitting your skin and then the hail started, people were running and screaming and diving for cover. +I lost my sister and her friend, and I saw two disabled people in wheelchairs, but people jumped over them and pushed them away," Armand Versace said. +NHK also reported that the Kashiwazaki Kariwa nuclear power plant in Niigata prefecture is operating normally. +Hokkaido Electric Power Co. said there were no problems at its facilities and that the first and second reactors at its Shika nuclear power plant had been shut down. +Nearly 9,400 homes in the area are without power and another 100 without water, according to reports. +You've been damaged, rail services have been suspended in the disaster area and Noto airport in Ishikawa prefecture remains closed. +One of the bombs exploded outside the governor's office. +Another three bombs exploded near government buildings in the next two hours. +Some reports say the official death toll stands at eight, with another 30 people injured. Official figures have yet to be released. +Urine samples from pets that ate the tainted pet food and those that died after eating it showed elevated levels of cyanuric acid and melamine. +The compounds can react to form crystals that can block the function of kidneys, say the university researchers. +Scientists found that when they added melamine and cyanuric acid to cat urine, it formed crystals. +When infrared spectroscopy was used to compare the composition of the crystals, they were found to be identical to the urine of hamsters fed with contaminated food. +I don't know if that's familiar to you, but the vast majority of Central American goods came into the country without being inspected. +Still, 80 percent of our products were taxed in Central American countries where we operate. +I didn’t think it was funny. It wasn’t funny at all. +I'm only going to say this once, treat us how you want to be treated. +California Governor Arnold Schwarzenegger has signed a law banning the sale or rental of violent video games to minors. +The proposed legislation would require violent video games sold in California to be labeled with a K-18 rating and would make it a misdemeanor offense to sell such games to minors, punishable by a fine of up to $1,000 per violation. +Earlier today, Attorney General Kier Starmer announced the charges against Huehn and Pryce. +Huhne has resigned, and his place in the cabinet will be filled by MP Ed Davey, with Norman Lamb tipped to replace him as business secretary. +Huhn and Pryce are due to appear before Westminster Magistrates' Court on February 16. +The victims were identified as Nicholas Alden, 25, and Zachary Cuddeback, 21, who authorities said was the driver. +Edgar Vega sustained injuries to his hand and face, and Kristoffer Schneider required facial reconstructive surgery. +Schneider's skull and face were rebuilt using titanium after he was shot in the head with a .45-caliber handgun, leaving him deaf in one ear and with continuing pain. +Schneider testified via video link from a U.S. Air Force base in the United States. +In addition to Wednesday's race, Carpanedo also participated in two other individual World Championship races. +He had a bogey on his first hole, one of three bogeys on the front nine as 36 players made the cut at 116. +In her second event, the heptathlon, she finished tenth in the women’s heptathlon with a total of 4413 points, which was 211.60 points behind the winner, Claudia Loesch of Austria, and 109.02 points behind Gyöngyi Dan of Hungary, who finished ninth. +Four skiers in the women's sitting group did not finish their runs, and 45 skiers out of 117 in the giant slalom did not finish the race. +Police in Madhya Pradesh recovered a stolen bag and a mobile phone. +Deputy Commissioner of Police D.K. Arya said, "We have arrested five people for raping a Swiss woman and recovered her mobile phone and laptop." +The accused have been identified as Baba Kanjar, Bhutha Kanjar, Rampro Kanjar, Gaza Kanjar and Vishnu Kanjar. +Police Superintendent Chandra Shekhar Solanki said the accused had appeared in court wearing masks. +Although three people were in the house at the time of the crash, no injuries were reported. +However, the driver suffered serious head injuries. +The road was temporarily closed while emergency services freed the man from the wreckage of his red Audi TT. +He was initially taken to the James Paget Hospital in Great Yarmouth. +He was then taken to Addenbrooke's Hospital in Cambridge. +Adekoya has since been charged with his son's murder and remanded in custody at Edinburgh Sheriff Court. +He has been arrested and awaits trial, but eyewitness testimony could be tainted, as his image has been widely disseminated. +The practice is widespread elsewhere in the UK, but the Scottish system of justice is different and courts have found that the publication of images can be prejudicial to a fair trial. +Prof Pamela Ferguson, of Dundee University, said: "Journalists do indeed appear to be balancing on a knife edge of risk when releasing photos of suspects." +A Crown Office spokesperson for the Scottish Procurator Fiscal Service, which deals with criminal cases, said: "A report has been sent to the Procurator Fiscal and it would be inappropriate to comment further at this stage." +According to the leak, the document refers to a border dispute in which the Palestinians want the borders to be as they were before the 1967 Six-Day War. +Other issues said to have been discussed included the status of Jerusalem, which the Palestinians want as the capital of their future state, and the Jordan Valley. +Israel is demanding a continued military presence in the valley for ten years, while the Palestinian Authority is willing to accept such a presence for only five years. +Rangers were to keep a close eye on shooters taking part in the supplementary cull, which was being monitored and assessed for its effectiveness. +The volunteers were recruited by the National Parks and Wildlife Service and the NSW branch of the Sporting Shooters Association of Australia as part of a joint project. +Mick O'Flynn, deputy director of the National Parks and Wildlife Service's (NPWS) parks operations and heritage division, said the four hunters selected for the initial shoot had received comprehensive safety and training briefings. +Martelly recognized the nine members at a CEP meeting yesterday. +It is Martel's fifth interim election council in four years. +The president's appointed commission recommended last month that the previous interim electoral council be dismissed as part of an action plan to lead the country to new elections. +The council was Martelly's response to the widespread anti-government protests that began in October. +The sometimes violent protests were sparked in part by frustration over delayed elections that were originally scheduled for 2011. +There have been approximately 60 reports of overheating iPods, resulting in six fires and minor burns to four people. +Japan's Ministry of Economy, Trade and Industry (METI) said it was aware of the 27 incidents. +Last week, the ministry announced that Apple had reported another 34 cases of overheating, which the company calls "non-critical." +The ministry responded by calling Apple's delay in providing the report "very regrettable." +The quake hit at 7:19 a.m. local time (7:19 p.m. ET Thursday) +The Northern Mariana Islands Disaster Management Office said there were no reports of injuries. +The Pacific Tsunami Warning Center also reported no tsunami threat. +A former Philippine policeman has abducted a group of Hong Kong tourists from a bus in Manila, the Philippines' capital, and held them hostage. +Rolando Mendoza fired at tourists with an M16 rifle. +Several hostages have been freed, and at least six have been confirmed dead. +Six hostages, including children and the elderly, were released earlier in the day. +Later, photographers captured the scene of an elderly woman being evacuated as she used the restroom. Mendoza died in the crossfire. +Liggins followed in his father's footsteps and pursued a career in medicine. +He trained as a midwife and began working at the National Women's Hospital in Auckland in 1959. +While working at a hospital, Liggins began studying premature births. +His research showed that giving the hormone to women made their babies' lungs develop more quickly. +Official investigators found two black boxes, or flight recorders, on Wednesday, Xinhua reported. +Other wrestlers also paid tribute to Luna. +Tommy Dreamer said, "Luna was the first Queen of Extreme. My first manager. Luna passed away two months ago. A very unique case, just like her. A strong woman." +Dustin "Goldust" Runnels commented: "Luna was as crazy as I am... maybe more so... I loved her and will miss her... I hope she's in a better place." +A survey of 1,400 voters ahead of the 2010 federal election found opposition to Australia becoming a republic had risen 8 per cent since 2008. +During the 2010 federal election campaign, Prime Minister Julia Gillard stated that she believed Australia should become a republic when the reign of Queen Elizabeth II ended. +Thirty-four per cent of respondents agreed with her, wanting Elizabeth II to remain Australia's last monarch. +At the extremes, 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 champion was due to compete in the 100m and 200m freestyle at the Commonwealth Games, as well as three relay events, but has been struggling with a knee injury. +He couldn't take the painkillers he needed because they are banned in the sport. +Curtis Cooper, a professor of mathematics and computer science at Central Missouri State University, found the largest known prime number on January 25. +Several people confirmed the find using different devices and software by the beginning of February, and it was reported on Thursday. +Comets may have brought water as well as organic material to Earth that could have given rise to life. +Scientists hope to understand how planets form, in particular how the Earth formed, as comets have been hitting the Earth for a long time. +Cuomo, 53, took office as governor earlier this year and signed a bill into law last month that made New York the 16th state to legalize gay marriage. +He called the allegations "complete nonsense and an absolute lie." +He is expected to run for president in 2016. +The U.S. Air Traffic Organization says NextGen is a system that will allow planes to fly shorter routes, save millions of gallons of fuel each year and reduce carbon emissions. +It uses satellite-based technology rather than the older ground-based radar, allowing air traffic controllers to see and track planes more clearly and give pilots more accurate information. +No extra trains will be put on and there will be no parking or drop-off facilities at Wembley. +Concerns about traffic have raised the possibility that the game might have to be played behind closed doors without any fans. +A new species of bird has been discovered on the Galapagos Islands, Ecuador, according to a study published in the journal Science on Thursday. +The researchers, from Princeton University and Uppsala University, said the new species had developed over two generations, rather than the much longer timescale expected, because of interbreeding between a native Darwin's finch, Geospiza forbesi, and an invading parasitic finch, Geospiza conirostris. +Gold can be worked into all kinds of shapes. It can also be hammered into tiny objects. +It can be drawn into a thin wire, which can be wound around and twisted. It can be hammered or rolled into a sheet. +It can be very thin, and it can be attached to another metal. It can be made so thin that it was once used for hand-painted books called "illuminated manuscripts". +This is known as the pH of the chemical. You can make a pH indicator yourself by using red cabbage juice. +The colour of milk varies depending on how acidic or alkaline (i.e. how basic) the substance is. +The number of hydrogen ions (pH) in a substance is the pH. +Hydrogen ions are protons that have been stripped of their electrons (as hydrogen atoms are composed of one proton and one electron). +Mix both dry ingredients together in a bowl and then form into a ball using clean and moist hands. +The hand's moisture reacts to the outer layer, which feels strange and forms a kind of skin. +Nearly every house in the cities of Harappa and Mohenjo-daro had a sophisticated flush toilet connected to a complex sewage system. +Remnants of irrigation systems have been found in Minoan cities on Crete and on Santorini. +Ancient Egypt, Persia, and China also had toilets. In Roman civilization, toilets were sometimes part of public baths where men and women would bathe together. +When you call someone thousands of miles away, you use a satellite. +A satellite in space receives the call and then relays it back to almost exactly where it came from. +A satellite is sent into space on a rocket. Scientists use telescopes in space because the atmosphere of the Earth bends some of the light and makes it hard to see. +To put a satellite or telescope into orbit, a giant rocket over 100 feet long is needed. +The bicycle has changed the world in an incredible way. Much easier and faster movement has been the greatest thing the bicycle has given us. +It has given us the train, the car, and many other things. +Smaller cats include the medium-sized carnivores that eat medium-sized prey, such as deer, antelopes, and pigs. +Then there are many small carnivores (including pet cats) that eat a lot of small prey, such as insects, rodents, lizards, and birds, whose numbers are much higher. +The secret to their success is something called an "ecological niche," which refers to the way each animal has its own unique role in the environment. +Lions are social animals and live in groups called prides. +A group consists of one to three adult males, and sometimes up to thirty females and young. +Females are usually closely related to each other, forming a large family group of sisters and cousins. +A pride of lions behaves in much the same way as a pack of wolves or dogs, and are just as dangerous to any prey they choose to hunt. +The tiger is a versatile athlete, able to climb (though not very well), swim, jump, and run up to five miles at speeds comparable to those of a healthy human. +Tigers belong to the same genus as lions, leopards and jaguars: Panthera. Only the four big cats can roar. +The roar of a tiger does not sound anything like a lion's full-throated roar, but is more of a screaming, screeching sound. +Ocelots eat a variety of small animals, including monkeys, snakes, rodents, and birds. Almost all of the prey eaten by ocelots is much smaller than the ocelot itself. +Scientists believe that spotted hyenas use their sense of smell to track and find food, or prey, by following the scent left in the ground where they have walked. +Ocelots are very good at seeing in the dark because of their night vision, and they are very quiet when they move around. They hunt by sneaking up on their prey and then pouncing on it. +When a small group of organisms (a small population) becomes isolated from the main population that they belong to (for example if they move to a mountain range or an island and it is difficult for them to move back), the environment they are in is often different from what it was before. +New environments have different resources and different competitors, so to be a strong competitor in a new population, organisms need to have different adaptations or traits than they did before. +The original population hasn't changed, it still needs those adaptations. +Over time, as the new population becomes established, it becomes increasingly similar to the original population. +Eventually, after thousands or even millions of years, the two populations become so different that they are no longer considered to be the same species. +We call this process speciation, which simply means the formation of a new species. Speciation is a necessary consequence of evolution and a very important part of it. +Plants produce oxygen, which people breathe in, and use carbon dioxide, which people breathe out. +Plants make their own food using the sun's energy in a process called photosynthesis, and also give off oxygen. +We grow plants in our garden and we make clothes out of plants. Most of the food we eat comes from plants. Without plants, animals wouldn't survive. +Mosasaurus would have been a top predator in its time, so it would have been afraid of nothing but other mosasaurs. +It had more than 70 razor-sharp teeth in its long jaws, plus an extra row of teeth in its palate so that nothing it caught could escape. +We're not sure, but it may have had a forked tongue. Its diet consisted of turtles, large fish and other mosasaurs, and it may even have been a cannibal. +It also would have been able to take on anything in the water, even a Tyrannosaurus rex-sized dinosaur. +Much of their food would be familiar to us, but the Romans also had some bizarre or exotic delicacies, such as wild boar, flamingo, artichokes and peppered squirrel. +The second difference was that the poor and women ate while sitting on the ground on stools, while the rich preferred to organize banquets where they reclined on couches while they ate. +Food from the Americas or Asia was unknown in ancient Rome. +For example, they didn't have corn, tomatoes, potatoes, or chocolate, and even the ancient Romans never tasted spinach. +The Babylonians built a temple for each god, called a ziggurat, which was thought of as the god's home. +People brought offerings to the gods, and priests tried to please the gods by performing rituals and festivals. +Each temple had an open courtyard and then an inner sanctuary, which was the most sacred part of the temple, where only the priests could enter. +Sometimes the temples were topped with pyramid-shaped towers called ziggurats. +The top of the tower was the god's special sanctuary. +In the hot, dry climate of the Middle East, houses were not as important. +Most of a Jewish family's life was spent outdoors. +Women cooked outside, and markets were just open stalls along the street. Stone was the main building material. +There were no forests in Canaan, so wood was extremely expensive. +Greenland was sparsely populated. According to Norse sagas, Erik the Red was exiled from Iceland for murder and, while on his way west to find new lands, he discovered Greenland and named it Greenland. +However, despite his discovery, the Inuit had been living there long before. +Although all the countries were "Scandinavian", there were many differences between the people, kings, customs and history of Denmark, Sweden, Norway and Iceland. +If you've seen the movie National Treasure, you might think the map on the back of the Declaration of Independence was a treasure map. +However, that is not true. Although something is written on the back of the document, it is not a treasure map. +The reverse side of the Declaration of Independence has the words "Original Declaration of Independence, dated July 4, 1776" at the bottom of the document. +No one knows for sure who wrote them, but it is known that the large parchment scrolls (29 3/4 by 24 1/2 inches) were rolled up early on for preservation. +Therefore, it is likely that the marking was only added as a nameplate. +The D-Day landings and subsequent battles had liberated northern France, but southern France was still occupied. +It was under Vichy France, the French who had signed an armistice with the Germans in 1940 and were not resisting the invaders. +The Allies invaded southern France on 15 August 1944 in the operation code-named Dragoon. +American and Free French forces liberated southern France in just two weeks and turned to face Germany. +A civilization is a culture shared by a large group of people, a society. +The word civilization comes from the Latin word civilis, which means "of a citizen," from civis, meaning "citizen" or "commoner," and civitas, meaning "city-state" or "state." +Cities are the forerunners of nations. Civilized culture refers to the transmission of knowledge from one generation to the next, a long-term cultural legacy, and widespread dissemination. +Smaller cultures often disappear without leaving any historical records so they are rarely considered to be true civilizations. +During the American Revolutionary War, thirteen states formed a weak central government - the only part of which was Congress - based on the Articles of Confederation. +Congress had no power to levy taxes, and as there was no national government or judiciary, Congress had to resort to the assistance of state officials, who were often reluctant to cooperate. +It also did not have the power to change taxation and interstate tariffs. +Article changes required the unanimous consent of all the states, and the states were so distrustful of the central government that often their representatives were not present. +The Italian national football team is, along with Germany, the second most successful in the world, having won the FIFA World Cup in 2006. +The most popular sports are football, basketball, volleyball, swimming, fencing, cycling, ice hockey, roller hockey and Formula 1 motor racing. +Winter sports are by far the most popular in the north, and Italians even compete in international competitions and the Olympics in some of them. +Japan has nearly 7,000 islands (Honshu being the largest), making it the 7th largest island country in the world! +Because Japan is an archipelago, it is often referred to as an "archipelago" in a geographical sense +Taiwan was first mentioned in the 1400s, when European explorers called it Ilha Formosa, which means Beautiful Island. +In 1624, the Dutch East India Company established a trading post at Fort Zeelandia in present-day Anping, Tainan. This marked the beginning of a change in the aboriginal Taiwanese from a hunter-gatherer society to an agrarian one, as the Dutch employed Chinese to work on their rice and sugar plantations. +In 1683, the armies of the Qing dynasty (1644–1912) took control of the western and northern coastal areas of Taiwan, and in 1885, Taiwan became a province of the Qing dynasty. +After losing the First Sino-Japanese War in 1895, the Qing government signed the Shimonoseki Treaty, ceding Taiwan to Japan, which governed the island until 1945. +Machu Picchu is composed of three main buildings: the Intihuatana, the Temple of the Sun and the Room of the Three Windows. +Most of the buildings on the perimeter of the complex have been restored to give visitors a better idea of their original appearance. +By 1976, 30 percent of Machu Picchu had been restored, and restoration continues to this day. +For example, the most common still image format in the world is 35 mm, which was the dominant film format at the end of the analogue film era. +It's still made, but more and more digital camera image sensors are adopting this aspect ratio. +Somewhat confusingly, a 35 mm lens is actually 36 mm wide and 24 mm tall. +Therefore, the aspect ratio of this size (when divided by twelve, to get the simplest fractional aspect ratio) is 3:2. +Many common formats (e.g. APS-format family) either match or are very close to this aspect ratio. +Often misused and much maligned, the thirds rule is a simple guideline to create motion in a picture while still maintaining some semblance of order. +According to this, the most effective place for the focal point is where the lines bisecting the image horizontally and vertically meet (see example). +During this era of European history, the Catholic Church, which had become rich and powerful, began to be scrutinized. +Christianity had united European nations for over a thousand years, despite language and cultural differences. +Its pervasive power touched everyone, from kings to peasants. +One of the main tenets of Christianity is that wealth should be used to relieve the suffering and poverty of others, and the church's wealth is meant to be used for that purpose. +The central authority of the church had been in Rome for over a thousand years, and such a concentration of power and wealth made many question the validity of the doctrine. +Soon after the outbreak of hostilities, Britain began a naval blockade of Germany. +The strategy proved effective in disrupting the vital lifelines of troops and civilians, even though the siege generally violated accepted international law that had been codified by many international agreements over the previous two centuries. +Britain laid a minefield across international waters to prevent ships from entering the whole of the seas and posing a threat to even neutral ships. +Because of the limited reaction, Germany waited for a similar reaction to its unrestricted submarine warfare. +In the 1920s, most people and governments were pacifist and isolationist. +The nations were determined to avoid a repeat of the horrors and atrocities of World War I. +In 1884, Tesla moved to the United States to accept a job at the Edison Company in New York. +He arrived in the U.S. with four cents, a volume of poetry and a letter of recommendation from Charles Batchelor (his former boss) to Thomas Edison. +In ancient China, there was a unique way of depicting different eras: each phase or dynasty of Chinese history was represented by its own dynastic name. +In addition, each dynasty was separated by a period of division of the country, the most famous of which was the Three Kingdoms period of 60 years between the Han and Jin dynasties. +During this time, many noblemen fought fiercely in order to gain power. +The Three Kingdoms era was one of the bloodiest periods of Chinese history, with thousands dying in battles to determine who would sit on the imperial throne at Xi'an's magnificent palace. +There were many social and political consequences, such as the introduction of the metric system, the move from monarchy to republicanism, the concept of a nation state, and the belief that the land belonged to the people rather than to one ruler. +After the revolution, positions were opened to all male applicants, so the most ambitious and successful could succeed. +The same was true for the army, where ranks were now based on ability rather than class. +The French Revolution inspired other oppressed peoples to start their own revolutions. +Muhammad was deeply interested in the affairs of everyday life. He often went off by himself to think in a cave called Hira, which was on the mountain of Nur. +The cave itself, left undisturbed for thousands of years, gives a vivid impression of Muhammad's spiritual state. +The cave is located on one of the mountains that rise up from the Mekong, and is completely isolated from the rest of the world. +In fact, it's very hard to find, even though you know it's there. Once inside the cave there is total isolation. +You see only a clear, beautiful sky overhead and many surrounding mountains. Inside the cave, you see or hear very little of the outside world. +The Giza Plateau or Giza Necropolis is the site of the Great Pyramid of Giza and several other ancient Egyptian tombs and monuments, located about 20 km (12 mi) southwest of Cairo. +The Great Pyramid of Giza is one of many large pyramids built by the ancient Egyptians as tombs for their dead pharaohs. +The Giza Plateau, or Giza Necropolis, is the site of the Great Pyramid of Giza and several other pyramids, as well as many tombs and temples, in Giza, Egypt. +The Great Pyramid was built as a burial chamber for the pharaoh Khufu, and many of the smaller pyramids, tombs, and temples were built as burial chambers for Khufu's wives and other relatives. +The upward bow looks like a V, and the downward bow looks like a slanted rectangle with the bottom missing. +A rising bow means you need to start from the end and pull the bow back. A falling bow means you need to start from the frog (where you hold the bow in your hand) and push the bow down. +A rising bow produces a softer sound, a falling bow produces a louder and harsher sound. +You can freely add your own markings with a pencil, but keep in mind that the printed fingerings are there for musical reasons and should usually be followed. +A mob of working-class women forced King Louis XVI, Queen Marie Antoinette, their two young children (11-year-old Marie-Thérèse and 4-year-old Louis-Charles), and King Louis's sister Elizabeth to return to Paris from Versailles on October 6, 1789. +They came back to Paris in carriages, with the crowd surrounding them, shouting insults at the king and queen. +A crowd forced the king and queen to open the windows of their carriage completely. +At some point, someone in the crowd waved a severed head of a gendarme from Versailles in front of the dumbfounded queen. +The Filipinos themselves were made to pay for the cost of the American imperial conquest of the Philippines. +They were forced to pay taxes to the U.S. government, which covered much of the cost of the war, and to take care of the interest payments on bonds sold by Wall Street banks in the name of the Philippine government. +Of course, US imperialism's fundamental plunder of the Filipinos was the long-term exploitation of the Filipinos. +To understand the Knights Templar, one has to understand the background against which they emerged. +The period is often referred to as the "High Middle Ages", from 1000 to 1300. +The Middle Ages were preceded by the Early Middle Ages and followed by the Late Middle Ages, which are generally considered to have ended around 1500. +Technological determinism is the belief that the development of technology essentially determines the course of history, that the power of a society's technology essentially determines the society's place in history. +Most interpretations of technological determinism have two common premises: first, that technology itself develops along a path that is largely independent of cultural and political influences, and second, that technology has more of an effect on society than society has on technology. +For example, the invention of the car would inevitably lead to the development of roads. +On the other hand, a nationwide road network is not economically feasible for just a few cars, so new production methods are being developed to lower the cost of owning a car. +The increased weight of cars has resulted in more traffic accidents, which in turn has led to the invention of new medical techniques to repair damaged bodies. +Cultural determinism was a significant factor in Romanticism and derived from writers such as Goethe, Fichte, and Schlegel. +In the context of Romanticism, geography was seen as a force that shaped the character of a person. Over time, this geography developed into a distinct way of life and culture. Since these were in harmony with society, they worked better than artificially imposed laws. +Constantinople was the fashion capital of Europe during the Middle Ages in a similar way that Paris is the fashion capital of the world today. +Its reputation as a center of luxury began about 400 BCE and lasted until about 1100. +Its decline in the 12th century was largely due to the Crusaders returning home with silk and spices, which were now more highly valued than the Byzantine market's offerings. +It was just then that the title of fashion capital shifted from Constantinople to Paris. +The Gothic style was at its peak during the 10th and 11th centuries and between the 13th and 14th centuries. +Initially, clothing was heavily influenced by the Byzantine culture of the east. +However, due to the slow communication channels, the styles of Western Europe were about 25 to 30 years behind. +As the Middle Ages drew to a close, Western Europe began to develop a style of its own. One of the key developments in this period was the use of buttons to fasten clothes, rather than belts. +Subsistence farming is farming of just enough food to sustain the farmer and his or her family. +A homestead farm is a simple, often self-sufficient system based on permaculture principles, using native seeds in an intercropping system or other relatively simple techniques to maximise harvests. +Historically, most farmers practiced subsistence farming, and this is still true in many developing countries. +Subcultures bring together like-minded people who feel like they don't fit in with society's norms and so create their own identity. +Subcultures can be distinguished by age, race, social class, location, or sexual orientation. +The characteristics that define a subculture and set it apart from the mainstream can be linguistic, aesthetic, religious, political, sexual, geographic, or a combination of many factors. +Members of a subculture often identify themselves with a distinctive style of clothing, behavior, and slang. +One of the most common ways to demonstrate the importance of socialization is to use examples of children who were deprived of socialization as a result of neglect, bad luck, or deliberate abuse. +These children are referred to as "feral" children. Some of these children have been abandoned by their parents (often their own) and left to fend for themselves. In some cases, abandonment is the result of a parent's inability to cope with a child's serious intellectual or physical disability. +Wild children may have experienced serious abuse or trauma before being abandoned or running away. +Others are said to have been bred in captivity, while some are said to have lived in the wild. +If a wild animal has been completely domesticated by humans, it will behave (within the constraints of its physical being) much like a pet, for example showing similar fear or disdain for humans. +The purpose of project-based learning is to make learning easier and more engaging. Proper scaffolding takes it one step further. +Teaching Sticks are not a learning method but a support tool to help individuals in a new learning experience, such as using a new computer program or starting a new project. +Tikapuus can be both virtual and real. In other words, the teacher is a tikapuu, but so is the little paperclip in Microsoft Office. +Virtual tutors have been built into the software and are designed to ask questions, give advice and explain procedures that might be too daunting for a learner to tackle on their own. +Children are placed in foster care for many reasons ranging from neglect to abuse and even kidnapping. +No child should ever be raised in an environment that is neglectful, abusive, or exploitative, but some do. +We have a foster care system in place as a safety net for these children. +Our foster care system is designed to provide a safe home, loving caregivers, consistent schooling, and reliable health care. +Children's placements are designed to meet all of their basic needs that were lacking in their previous homes. +The Internet combines both mass media and interpersonal communication. +The peculiarities of the Internet mean that there are extra considerations in the case of usability theory. +For example, "learning" and "socialization" are cited as important influences on Internet use (James et al., 1995). +Eighmey and McCord (1998) also identified "personal participation" and "continued relationships" as new ways to view the effects of websites on audiences. +The use of video recordings has led to important discoveries in the interpretation of micro-expressions, or very brief facial movements. +Specifically, it has been alleged that the ability to read micro-expressions allows one to detect if a person is lying. +In his article The President's Speech, Oliver Sacks described how people who are unable to understand speech due to a brain injury are able to accurately judge the inaccuracy of speech. +He even suggests that some animals, such as domestic dogs, might have a capacity for something like self-awareness. +Research in the twentieth century has demonstrated that there are two repositories of genetic variation: standing and fluctuating. +A mutation introduces new genetic variation, selection removes it from the population. +Mutation and recombination are constantly shuffling alleles between these two reservoirs. +A chimpanzee, which has a digestive system similar to that of a human, would be unable to obtain enough amino acids from the plants available on the savannah. +Moreover, if left untreated they can have serious consequences: slow growth, malnutrition and eventually death. +The easiest available plant-based proteins would have been those from legumes and nuts, but our primate ancestors would have had difficulty digesting them without cooking. +Instead, animal-based foods (bees, termites, eggs) are easily digestible, and also provide a good amount of essential amino acids. +Therefore, we should not be surprised if our ancestors solved their "protein problem" in a similar way to how chimpanzees do today. +A sleep paralysis episode involves waking up while still asleep into a normal dream, and then falling back asleep again (within 10 to 60 minutes). +This can easily be done by using a relatively quiet alarm to wake yourself up but not fully. +If you wake up in the middle of the night to a fire alarm going off, you can place it on the other side of your room so that you have to get out of bed to turn it off. +Other alternatives based on circadian rhythms include drinking a lot of fluids (especially water or tea, a diuretic) before going to bed so that you have to wake up to urinate. +The amount of inner peace a person has is inversely proportional to the amount of tension in their body and mind. +The less tense you are, the more energy you have. Everyone can find complete peace and contentment. +Everyone can achieve enlightenment. The only obstacle is our own tension and negativity. +Tibetan Buddhism is based on the teachings of Buddha, but it added the concept of Mahayana or the "Greater Vehicle" and many yogic techniques from India. +In essence, Tibetan Buddhism is quite simple. It includes Kalachakra teachings, meditation, and the path of compassionate love. +In kundalini yoga, kundalini energy (energy of awakening) is awakened through yoga poses, breathing exercises, mantras, and visualization. +The focus of Tibetan meditation is deity yoga. Visualizing deities clears the channels, activates the chakras, and develops awareness of enlightenment. +Germany was a common enemy in World War II, so the Soviet Union and the United States worked together. After the war, differences in the systems, procedures, and cultures led to a rift between the countries. +Two years after the end of the war, former allies became enemies, leading to the Cold War. +That lasted for the next 40 years, and there were proxy wars in Africa and Asia and Afghanistan and Cuba and a lot of other places. +By 17 September 1939, the Polish defense had already been broken, and the only hope was to withdraw and regroup at the Romanian bridgehead. +These plans, however, became obsolete overnight when more than 800,000 Soviet Red Army troops poured across the frontier into Poland, in violation of the Riga Peace, the Soviet-Polish Non-Aggression Pact, and a host of other bilateral and multilateral agreements. +Ships are by far the most efficient way to move large amounts of people and goods across the oceans. +Traditionally, the Navy's mission has been to ensure that the country can move troops and supplies anywhere in the world, while disrupting the enemy's ability to move troops and supplies. +One of the most recent examples was the North Atlantic campaign of World War II, when the United States tried to get supplies and people across the Atlantic to help Britain. +Meanwhile, the German Navy was mostly trying to stop this traffic with submarines. +If the Allies had failed, Germany would probably have invaded and conquered Britain just as they did most of the rest of Europe. +Domestication of goats is believed to have taken place about 10,000 years ago in the Zagros Mountains of Iran. +Ancient cultures and civilizations began to keep them to easily obtain milk, wool, meat, and hides. +A flock of sheep were traditionally kept as a group, grazing on a hillside or other open land, often under the care of a shepherd, who would often be a child or young person. These methods of herding are still used today. +Carriages were built in England as early as the 16th century. +Although wagons were made entirely of parallel planks, their superiority over the carts of the day lay in their capacity to carry more and heavier loads at a faster rate of speed. +Sleepers were invented quite early on to keep the rails in place. However, it was eventually realized that rails would be more efficient if they were laid on a steel plate. +The practice became widespread, but the iron wheels consumed more of the carriages' wooden wheels. +Eventually, wooden wheels were replaced by iron ones. In 1767, the first iron rails were introduced. +The first known mode of transportation was walking upright, about 2 million years ago, when Homo erectus (or upright man) developed. +The australopithecines preceding it did not walk upright as consistently. +Bipedalism has been found in the fossil record of Australopithecines 4.2-3.9 million years ago, though Sahelanthropus may have walked upright as early as 7 million years ago. +We can make our lives more eco-friendly, join the environmental movement, and even become activists in order to lessen the impending doom. +This is often akin to treating the symptoms of a disease rather than the disease itself, but if we don't want to settle for just a temporary fix, we need to get to the root of the problem and fix it. +It's obvious that the world has changed a great deal as a result of the scientific and technological progress made by mankind, and the problems have grown as a result of overpopulation and the wastefulness of mankind's way of life. +After Congress had voted to accept it on July 4, a printed copy was sent to John Dunlap, a printer who was a few blocks away. +Between 150 and 200 copies were printed overnight, known today as the Dunlap Broadside. +On July 8, 1776, John Nixon read the Declaration of Independence publicly for the first time, on the steps of Independence Hall. +One was sent to George Washington on July 6 and read to his troops at New York on July 9; one arrived in London on August 10. +The 25 remaining known copies of the Dunlap Broadside are the oldest surviving copies of the document. The original handwritten copy is not known to have survived. +Many modern paleontologists believe that one group of dinosaurs has survived and is still living today: the birds. +Many people don't think of them as dinosaurs because they have feathers and can fly. +But birds have a lot of stuff going on that still looks pretty alien. +They have feet with flippers and claws, lay eggs, and walk on two legs just like a Tyrannosaurus Rex. +In practice, all modern computers are based on the manipulation of binary information. +A binary number can only have the values 0 or 1, so these numbers are called binary numbers - or in the jargon of computer engineers, "bits". +Internal poisoning may not be immediately apparent. Vomiting and diarrhea are so common as symptoms that a diagnosis cannot be made immediately. +The tell-tale sign of a suspected internal poisoning is an open medicine bottle or container of household chemicals. +Please refer to the first aid instructions on the label for this product. +Entomologists actually use the word "beetle" to refer to this group of insects. +The term derives from the fact that in ancient times fleas were very common. Fleas are insects that are highly adapted to be parasites of humans. +Both petrels and shearwaters are colonial nesters, adapting to life in the colony or rookery of a host species. +There are an estimated 400,000 people living with multiple sclerosis (MS) in the U.S., making it one of the most common neurological diseases among young and middle-aged adults. +MS affects the central nervous system, which includes the brain, optic nerves and spinal cord. +The study found that women were twice as likely to be diagnosed with MS compared to men. +A couple may decide that having a child is not in their or their child's best interests. +These couples can, if they choose, draw up an adoption plan for their child. +In an adoption, biological parents give up their rights to be a parent, so that another couple can be the child's parents. +Science's ultimate goal is to understand how the world works by using a systematic method of investigation. +However, this is not just a matter of doing experiments, and an experiment is a test that is used to disprove one or more hypotheses. Questioning and observation also guide scientific inquiry. +Natural philosophers and scientists focused on classical texts and especially the Latin Bible. +Aristotle's views in all fields of science, including psychology, were accepted. +As the Greek language became less common in the west, it became disconnected from its philosophical and scientific traditions. +Many rhythms of body structure and function depend critically on the existence of endogenous rhythms and their entrainment by biological clocks. +Seasonal rhythms, not just reactions to external seasonal stimuli, have been observed in many living things, including bacteria, fungi, plants, and animals. +Biological clocks are self-sustaining circadian oscillators that continue to function in the absence of external stimuli. +Hershey and Chase's work was one of the key pieces of evidence that DNA is the genetic material. +Hershey and Chase used viruses - called phages - to inject their own DNA into bacteria. +They did two experiments, either marking the DNA in the cell with radioactive phosphorus or the cell's protein with radioactive uranium. +Mutations can have a number of different effects depending on the type of mutation, where in the genome they occur, and whether they affect somatic cells or germ cells. +Only mutations in the germ cells can be passed on to children, and mutations elsewhere in the body can cause cell death or cancer. +Wildlife tourism is the practice of traveling to remote locations to observe, photograph, or hunt wildlife. +Examples of activities include hunting, fishing, photography, bird-watching, park visits, and gaining knowledge of the ecosystem. +One example is a visit to the orangutans in Borneo, learning about them and taking photos of them. +Every morning, residents of small-town America pile into their cars to drive to work, passing each other on the way to jobs that are no longer there. +In this dynamic plant-based traffic system, everything is somehow connected to the private car-based traffic system and at the same time supports it. +Science now suggests that the massive carbon economy has pushed the biosphere out of a stable state that has supported human evolution for the past 2 million years. +Everyone participates in society and uses traffic systems. Nearly everyone chooses a traffic system. +In developed countries, you seldom hear complaints about the quality of drinking water or broken faucets. +Why are traffic systems so rubbish, why do they fail so often, are traffic designers just incompetent, or is there something fundamentally wrong? +Traffic flow is the study of the movement of individual vehicles and pedestrians and how they interact with each other. +Unfortunately, it is difficult to study traffic flow, because the behavior of drivers cannot be predicted with 100% certainty. +Fortunately, traffic flow is reasonably self-similar, so there is usually some degree of predictability to traffic patterns, and they can be mathematically modeled in a crude way. +To better describe the traffic flow, a relationship between the following three main properties has been created: (1) current, (2) density, and (3) velocity. +Understanding these relationships helps in the planning, design, and maintenance of roadways. +Insects were among the first animals to evolve flight, allowing them to escape predators more easily and to find food and mates more efficiently. +Most insects have the advantage of being able to fold their wings over their bodies. +Thus, they have a wider selection of small places to hide from pedos. +Flying squid and day squid are currently the only cephalopods that are able to fold their wings back. +Thousands of years ago, a man named Aristarchus said that the universe revolved around the sun. +Some people thought he was right, but many believed the opposite, that the whole solar system, including the Sun (and even the other stars) orbited the Earth. +This makes sense, because the Earth doesn't feel like it's moving, right? +The Amazon is the second-longest and second-largest river in the world, with more than eight times the volume of the second-largest river. +The Amazon is also the world's widest river, up to 6 miles (9.7 km) wide. +The full 20 percent of the water that flows into our planet's oceans comes from the Amazon. +The true length of the Amazon River is 6,387 km (3,980 miles). It collects water from thousands of smaller rivers. +Although stone-building continued well into the Old Kingdom, the size or sophistication of Giza's pyramids was never exceeded. +The ancient Egyptians of the New Kingdom venerated the tombs of their predecessors, which were already well over a thousand years old by then. +The Vatican has a population of around 800, making it the smallest independent state in the world and also the smallest state in the world by population. +The Vatican City has Italian as its official and working language. +While most of the country speaks Italian as their everyday language, many religious ceremonies are conducted in Latin. +All Vatican citizens are Roman Catholics. +Humans have known the common chemical elements such as gold, silver, and copper since ancient times because they occur naturally and are relatively easy to extract using primitive methods. +The philosopher Aristotle theorized that everything was made of one or more of four elements: earth, water, air, and fire. +It more resembled the four states of matter - solid, liquid, gas, plasma - but he also theorized that they would change into each other to form what we see. +Alloys are basically a mixture of two or more metals. Don't forget that there are many elements in the periodic table. +Elements such as calcium and potassium are counted as metals. There are also metals such as gold and silver. +There are also alloys which contain small amounts of non-metals such as carbon. +Everything in the universe is made of stuff called "matter". Matter is made of tiny particles called "atoms". +Atoms are so small that there are trillions of them in a single drop of water. +So the lead pencil was a good friend to many when it came to the market. +Unfortunately, as new writing methods have developed, the value and use of the lead pencil has diminished. +Nowadays messages are written on a computer screen, and a typewriter is never needed. +Only time will tell what happens to the keyboard when something newer comes along. +A fission bomb works on the principle of requiring energy to form the nucleus of many protons and neutrons. +It's a little bit like pushing a heavy cart uphill. Splitting the atom again releases some of that energy. +Some atoms have an unstable nucleus, so they are capable of emitting a tiny particle of light called a "photon". +The moon's surface is made up of rock and dust. The outer layer of the moon is called its regolith. +The moon's crust is about 70 km thick at the visible side of the moon and about 100 km thick on the far side of the moon. +It is thinner under the sea and thicker on land. +Darker patches may be more visible because the crust is thinner. It was easier for the lava to reach the surface. +Content theories are primarily concerned with what is behind people's behavior or what draws people to certain things. +These theories suggest that people have certain needs and/or desires that they internalize as they become adults. +These theories look at why some people want what they want and what things in their environment make them do or not do certain things. +Maslow's hierarchy of needs and Herzberg's two-factor theory are popular content theories. +When leaders begin to lead their peers, in general there are two different behaviors that can result. At one end of the continuum is the desire to "be one of the guys" (or girls). +This type of leader has difficulty making unpopular decisions, maintaining discipline, assessing performance, allocating blame and holding people accountable. +At the other end of the spectrum, a person can become an anonymous individual who feels they have to change everything the group has done and make it their own. +The manager is ultimately accountable for the team's successes and failures. +This behavior often leads to disagreements between leaders and the rest of the group. +Virtual teams are expected to deliver the same level of quality as traditional teams, but with finer differences. +Virtual team members act as the point of contact for the immediate physical team. +They often have more decision-making power than regular team members, since their team may meet at different times of the day, and their local management may not always understand this. +The presence of a "real" "invisible team" (Larson and LaFasto, 1989, p. 109) is also one of the unique aspects of a virtual team. +The Invisible Team is a leadership team to which all members report. The Invisible Team sets the requirements for each member. +Why would an organization want to go through the lengthy process of establishing a learning organization when one of the aims of introducing a systematic approach to learning is innovation? +When all available resources are used effectively by all the working parts of the organization, creativity and ingenuity can flourish. +The result of this process, in which the organization works together to overcome a challenge, can be a new innovative process that better serves the customer. +Before an organization can be innovative, leaders must create a culture of innovation, share information and organizational learning. +Angel (2006) describes a continuum-based approach to help organisations achieve higher levels of performance. +Neurobiology provides physical evidence for theoretical approaches to the study of consciousness, thus narrowing the scope of the field and making it more precise. +The correlation between brain pathology and behavior supports this theory. +It has long been known that various brain injuries, traumas, lesions, and tumors affect behavior and produce changes in some psychological functions. +The advent of new technologies has made it possible to see and study brain structures and processes that have never been seen before. +This is how we get a lot of information and material to make simulations that help us understand our processes. +Although AI is often associated with science fiction, it is a very important field of computer science that studies the behaviour, learning and intelligent adaptation of machines. +Artificial intelligence research seeks to provide computers with the ability to reason and solve problems in a "smart" way. +Examples include surveillance, planning and scheduling, ability to respond to customer diagnoses and questions, handwriting, voice, and facial recognition. +These have become separate disciplines in their own right, focused on providing solutions to real-world problems. +Today, AI is often used in economics, medicine, technology, and military applications, just as it is embedded in many home computers and video games. +Field trips are an important part of the curriculum. Often, the teacher wants to take the class to places that cannot be reached by bus. +Technology offers a solution, in the form of virtual field trips. Students can "visit" museums, swim with sharks in an aquarium, or admire beautiful art while sitting at their desks. +Virtual breakout rooms are a great way to remember it and share experiences with future classes. +For example, each year students at Bennet Middle School in North Carolina create a website about their journey to the state capitol, but the old versions of the site are kept online as a sort of scrapbook. +Blogs can also help improve students' writing skills. In the early stages of blogging, grammar and spelling are often careless, but the presence of an audience generally improves this. +Because students are often the harshest critics, bloggers often find themselves improving their writing and avoiding criticism. +In addition, blogging "forces students to think carefully about the world around them" and the need to "feed the reader's interest" encourages students to be succinct and compelling (Toto, 2004). +Blogging is a tool that motivates collaboration and encourages students to extend their learning beyond the traditional school day. +Proper use of blogs "can give students the opportunity to be more analytical and critical, by actively responding to materials on the Internet, students can define their position against the background of other people's writings, as well as express their own opinion on a given question" (Oravec 2002). +Ottawa is the captivating bilingual capital of Canada and home to many art galleries and museums displaying the history and culture of Canada. +Further south are the Falls of Niagara, and in the north there is for example Muskoka, an unspoiled natural beauty. +These and many other factors make Ontario appear to outsiders as a microcosm of Canada. +Much of the north is sparsely populated, and some areas are virtually uninhabited wilderness. +The next population comparison may surprise many: There are more African-Americans in the U.S. than there are Canadians. +The East African islands lie off the eastern coast of Africa, in the Indian Ocean. +Madagascar is by far the largest, and in terms of its flora and fauna, it is a world in itself. +Most of the smaller islands are independent nations or part of France, and are known as luxurious beach destinations. +The Arabs also brought Islam with them, and it gained a lot of wind in the Comoros and Mayotte. +Europe's influence and colonialism began in the 15th century, when Portuguese explorer Vasco da Gama found a sea route from Europe to India. +The area is bounded in the north by the Sahel, in the south and west by the Atlantic Ocean. +Women - Regardless of marital status, women are advised to say they are married. +Also using a ring can help (as long as it doesn't look too expensive. +Women need to understand that cultural differences can cause offense that is perceived as harassment. It is not uncommon for someone to follow you around, grab your hand, etc. +When defending yourself against men, don't be afraid to show your claws (cultural differences do not justify closeness!). +The modern city of Casablanca was founded in the 10th century BCE by Berber fishermen, and was called Anfa by the Phoenicians, the Romans, and the Moroccans. +The Portuguese destroyed it and rebuilt it as Casa Branca, only to abandon it after the 1755 earthquake. +The Moroccan Sultan rebuilt the city, naming it Dar-ul-Badya, and the Spanish merchants who set up shop there called it Casablanca. +Casablanca is one of Morocco's least interesting shopping destinations. +Old medinas are fun to explore for their traditional Moroccan wares such as tagines, leather goods, water pipes and a wide range of rugs, but all this is aimed at tourists. +Goma is a tourist city on the border with Rwanda, in the Democratic Republic of the Congo. +In 2002, lava from Nyiragongo destroyed Goma and buried much of the city center, including the market. +While Goma is generally safe, all trips outside the city require prior research on the current situation of ongoing fighting in North Kivu province. +The city also serves as a base for climbing Nyiragongo, an active volcano, and is home to some of the cheapest gorilla trekking in Africa. +Motorcycle taxis (boda-bodas) can be used to get around Goma. Normal (local) taxis cost around 500 Congolese francs for short rides. +Given its remote location, "Timbuktu" has become a byword for exotic, far-off places. +Timbuktu is now a poor town, though its reputation makes it a tourist attraction, and it has an airport. +It was added to the List of World Heritage in Danger in 1990 due to the threat posed by desertification. +It was one of the key stops on Henry Louis Gates's PBS series Wonders of the African World. +The city is a stark contrast to the rest of the country, with more of a Middle Eastern than African feel. +The Kruger National Park (KNP) is located in northeastern South Africa, bordering on Mozambique in the east, Zimbabwe in the north and Crocodile River in the south. +The park has an area of 19,500 square kilometres (7,500 sq mi) and is divided into fourteen zones, each with different fauna and flora. +It is one of South Africa's most popular attractions and a flagship property of the South African National Parks (SANParks). +A daily conservation and entrance fee is charged for the park, similar to the way it is done in all South African national parks. +A Wild Card (wildcard) may also be worthwhile to buy, which covers either all South African parks or all South African national parks. +The island of Hong Kong gives the region its name, and is a popular tourist destination in its own right. +The skyline of Hong Kong has been likened to a jagged skyscraper jungle best viewed from Victoria Harbour. +The best of Hong Kong is out of the island, across the harbour in Kowloon. +Most of the urban area of Hong Kong Island is built on reclaimed land on the north shore. +This is where the British colonial rulers made their home, and if you want to get a sense of the area's colonial heritage, this is a good place to start. +The Sundarbans is the world's largest mangrove forest, covering an area of 8,000 km2 (3,100 sq mi) along the coast of Bangladesh and India. +Sundarbans is a UNESCO World Heritage Site. The Indian part is a National Park called Sundarbans National Park. +However, the forests are not just mangroves, but also some of the last vestiges of the vast forests that once covered the Ganges basin. +The Sundarbans covers an area of 3,850 square kilometres (1,500 sq mi), of which one third is waterlogged. +Since 1966, the Sundarbans have been a protected area for wildlife. It is estimated that there are about 400 Royal Bengal tigers and around 30,000 spotted deer in the Sundarbans today. +Public buses depart from the Dzongkhag bus station (across the river) throughout the day, though most depart early in the morning between 6:30 and 7:30. +Since the local buses are often full, it is advised to buy tickets a few days in advance. +Most areas of the county are served by small Japanese Coaster buses, which are comfortable and reasonably spacious. +Taxis are a quick and convenient way to get around, especially to places nearby such as Paro (150 rupees) and Punakha (200 rupees). +The Oyapock Bridge is a suspension bridge that crosses the Oyapock River and connects the Brazilian towns of Oiapoque and Saint-Georges de l'Oyapock in French Guiana. +Its two towers rise 83 metres, it is 378 metres long and has two three-and-a-half metre-wide carriages. +The bridge has a main span of 150 metres. Construction of the bridge was completed in August 2011, but it was not opened to traffic until March 2017. +According to the schedule, the bridge should be fully operational by September 2017, just in time for the opening of the Brazilian border posts. +The Guarani were the main indigenous group in what is now eastern Paraguay, living partly as hunter-gatherers and partly as farmers. +Other indigenous groups in the Chaco were the Guaycurú and the Payaguá, who lived by hunting, gathering, and fishing. +Paraguay, once called the "Republic of the Giants", was formed in the 16th century out of the encounter between Spanish conquerors and the native Guaraní people. +The Spanish began a three-hundred year period of colonial rule. +Paraguay has managed to preserve much of its original character and identity since its foundation in 1537. +Argentina has a reputation for having some of the best polo players and teams in the world. +The biggest tournament of the year takes place in December at the Las Cañitas polo field. +Smaller tournaments and matches can also be seen at other times of the year. +The Argentine Swimming Federation provides news about the tournaments and tickets for the polo matches. +The official currency of the Falkland Islands is the Falkland pound (FKP), which is fixed at parity with the pound sterling (GBP). +Money can only be exchanged in Stanley, in the only bank on the islands, which is located opposite FIC West. +Pound sterling is widely accepted throughout the islands, and in Stanley many shops and restaurants will also accept credit cards and US dollars. +Credit cards are unlikely to be accepted in out-of-the-way places, though major UK and US cards may be accepted by some larger establishments. It is best to check in advance. +Exchanging Falkland pound outside the Falklands is nearly impossible, so you should exchange your money before leaving the Falklands. +Because Montevideo is in the Southern Hemisphere, it has summer when the Northern Hemisphere has winter, and vice versa. +Montevideo has a subtropical climate in summer, with temperatures often reaching over 30 °C (86 °F) in the months of June through August. +Winter can be deceptively cold: although temperatures seldom go below freezing, the combination of wind and moisture can make it feel much colder. +There are no distinct wet or dry seasons: rainfall is more or less equally distributed throughout the year. +While many of the park's animals are accustomed to human visitors, wild animals are still wild and should not be fed or harassed. +Park officials advise staying at least 100 yards (91 m) away from bears and wolves, and 25 yards (23 m) away from all other wildlife. +Bison, moose, bears and just about every other large animal can be aggressive even though they may appear docile. +Each year dozens of visitors are injured in encounters with these animals, which are large, wild, and potentially dangerous; give them their space. +Also bear in mind that the smell of food will attract bears and other wild animals, so be careful not to bring or prepare food with strong odors, and keep your camp clean. +Apia is the capital of Samoa. It is located on the island of Upolu and has a population of about 40,000. +Founded in the 1850s, Apia has been the capital of Samoa since 1959. +A regrettable naval incident in 1889 saw seven ships - a German, an American, and a British one - refuse to leave the harbour. +All but one of the ships were sunk, and nearly 200 Americans and Germans were killed. +An independent rally organised by the Mau movement during the self-determination struggle has led to the death of High Commissioner Tupua Tamasese Lealofi III. +There are many beaches because Auckland is between two harbours. The most popular ones are in three different areas. +The beaches of North Shore (part of the North Harbour suburb) are along the Tasman Sea, from Long Bay in the north to Devonport in the south. +Almost all of them are sandy beaches with safe swimming, and pohutukawa trees give partial shade on most of them. +Tamaki Drive beaches are located in the affluent suburbs of Mission Bay and St Heliers in central Auckland. +They are sometimes crowded with families, and the shoreline is lined with shops. Swimming is safe. +The most important local beer is "Number One". It is not a multi-dimensional beer, but pleasant and refreshing. Another local beer is called "Manta". +There are plenty of worthwhile French wines to choose from, but New Zealand and Australian wines may hold up better in transit. +Tap water is completely safe to drink, but if you prefer, you can easily find bottled water. +The idea of a flat white is foreign to Australians. A small black coffee is known as an espresso, and cappuccinos are served with a large amount of milk rather than milk foam. Tea is served without milk. +The chocolate complies with Belgian standards. The fruit chocolates are expensive but excellent. +Many trips are organised on the reef year-round, and it is rare for injuries to occur as a result of any of these. +So take heed of official advice, obey all signs and pay close attention to security warnings. +From October to April they can be found in the vicinity of beaches and estuaries north of 1770. They are occasionally encountered at other times. +Sharks do pose a risk, but they rarely attack humans. Most sharks are afraid of humans and will likely swim away if they see one approaching. +Straw-headed scrubfowl do not actually live in the sea, but their primary habitat is the floodplains of the Burdekin River north of Rockhampton. +The traveller gets peace of mind when booking in advance knowing that they have a place to sleep when they reach their destination. +Travel agents often have offers for certain hotels, but through a travel agent you may be able to book other types of accommodation such as camp grounds. +Most agencies offer packages that include breakfast, transportation to and from the airport, and even combined flight and hotel packages. +They can also keep your reservation on hold for you if you need time to consider the offer or to obtain other documents (e.g. a visa). +However, all changes and requests should be made through the travel agent, not directly to the hotel. +At some festivals, the majority of attendees choose to camp on site, and many attendees consider this to be an essential part of the festival experience. +If you want to be close to the action, you'll need to arrive early to get a spot close to the music. +Bear in mind that even after the headliners on the main stages have finished there may be late-night music continuing in some of the smaller venues. +Some festivals have separate camping areas for families with children. +If you cross the northern part of the Baltic Sea during the winter, check the location of your cabin, as the sound of the ice breaking under the ship can be quite disturbing. +Time spent in St. Petersburg is part of a cruise to St. Petersburg. Cruise passengers are exempt from visa requirements (see below). +Typically, casinos try to maximize the amount of time and money their patrons spend, so windows and clocks are usually absent, and finding the exits can be difficult. +They often have special food, drink, and entertainment options to keep patrons happy - and coming back to the casino. +Some establishments serve alcoholic beverages, but intoxication will impair judgment, and all good gamblers know the importance of staying on one's feet. +All those who plan to travel by car in high latitudes or mountainous terrain should consider the possibility of snow, ice or extremely cold temperatures. +There is little grip on ice and snow roads, and you can’t drive the same way as you would on asphalt. +During a blizzard, so much snow can fall in a short time that cars get stuck. +Snow or blowing snow, and moisture or ice on car windows can also reduce visibility. +On the other hand, many countries have cold and snowy conditions as a normal part of the year, and traffic generally operates year-round without interruption. +Safaris are perhaps Africa's biggest draw and the reason many visitors come in the first place. +The word safari originates from the Swahili for "journey", originally from the Arabic for "journey", and in modern usage refers to a journey through Africa, particularly a journey to see African wildlife, including the "Big Five" (lion, leopard, buffalo, rhinoceros and elephant). +Some animals, such as bears and elephants, often come close to cars, and a normal zoom lens will suffice to get good shots of them. +Lions, leopards and cheetahs are sometimes shy, and you will see them better with binoculars. +A trek or hike is an extended walk, usually a multi-day journey. +The Paralympics will be held from 24 August to 5 September 2021. Some of the events will be held in other locations around Japan. +Tokyo will become the only Asian city to have hosted both the summer and winter Olympics, having been the host city of the 1964 Summer Olympics. +If you booked a flight or hotel for 2020 before the postponement was announced, your situation may be complicated. +Cancellation policies vary, but as of the end of March, most COVID-19 cancellation policies were through July 2020, the original date of the Olympics. +Tickets for most of the events are expected to cost between 2,500 and 130,000 yen when they normally cost around 7,000 yen. +Wet clothes can be dried by wringing them out. Many hotels provide wringing racks and boards, though they may not be in the room. +If you don't have a waxing kit or if you don't particularly care for shaved legs, you can try using a hair dryer, if you have one. +Beware that the fabric doesn't get too hot (it can shrink or even melt in extreme cases). +There are various ways to purify water, some more effective against certain contaminants. +In some areas, boiling the water for just one minute is enough, while in others several minutes are required. +The efficiency of filters varies, and if in doubt, consider buying bottled water from a reputable company. +Tourists can find themselves face-to-face with creatures they are unfamiliar with back home. +Pests can contaminate food, cause discomfort or, at worst, allergic reactions, spread dirt and contaminate diseases. +True infectious diseases or dangerous animals capable of harming or killing humans are seldom considered to be pests. +Duty-free shopping refers to the purchase of goods in certain places where they are exempt from customs and excise duties. +Heavy duty shoppers heading into tax-free countries can save a significant amount of money, especially on alcohol and cigarettes. +The stretch between Point Marion and Fairmont has the most challenging road conditions of the Buffalo-Pittsburgh Motorcycle Trail, as it frequently travels through remote forest areas. +If you're not used to driving on country roads, beware: there are lots of steep climbs and descents, narrow roads and sharp bends. +The prescribed speed limits are much lower than on earlier and later sections - generally 35-40 miles per hour (56-64 km/h) - and are strictly enforced. +Strangely, cellular coverage is much better here than in many other places along the trail, including the Pennsylvania Wilds. +German pastries are quite good, and in Bavaria there are many and varied, reminiscent of the pastries of Austria, the country's southern neighbour. +Pies are ubiquitous. Apple pies are made year-round, and in summer, cherries and peaches are popular fillings. +Many German pastries also contain almonds, hazelnuts and other nuts. Popular cakes often taste especially good with a strong cup of coffee. +If you're looking for a small but filling pastry, try a Berliner, Pfannkuchen or Krapfen, depending on where you are. +Curry is a dish whose base is a combination of spices and herbs, either with or without meat or vegetables. +Curry can be either "dry" or "wet" depending on the amount of water. +Inland areas of northern India and Pakistan often use yoghurt as a base for curries, whereas in southern India and some coastal areas coconut milk is more common. +With more than 17,000 islands, Indonesian cuisine is diverse, ranging from regional specialties to dishes common throughout the country. +However, if the term is used without qualification, it usually refers to food from the central and eastern parts of Java, the main island of Indonesia. +Indonesian cuisine is now widely available throughout the archipelago, and includes a wide range of simply-seasoned dishes. Spices commonly used in Indonesian cooking include peanuts, chili, sugar (especially coconut sugar), and various herbs and spices. +The stirrups are the rider's foot rests, which hang down on either side of the saddle. +They give more stability to the rider, but they can have safety concerns as the rider's feet can get caught in them. +If a rider falls off a horse but their leg gets caught in the stirrup, the horse could drag them. Various precautions can be taken to mitigate this risk. +Firstly, most riders use leather riding boots, which have a smooth and fairly thin sole. +Some saddles, especially English saddles, have a safety stirrup that prevents the rider from being dragged by the stirrup if they were to fall backward. +Cochamón Valley - Chile's number one rock climbing area, known as the "Yosemite of South America". The valley contains a variety of large granite walls and cliffs. +There are breathtaking views from the tops of these mountains, which are constantly being explored by climbers from all over the world. +Skiing and snowboarding are popular winter sports which involve going down snowy hills on skis or a snowboard. +Skiing is an important recreational activity, and many a part-time "weekend warrior" plans an entire vacation around it. +Skiing is an ancient idea - cave paintings of skiers date from 5000 BCE! +Alpine skiing as a sport can be traced back to at least the 17th century, and in 1861 Norwegians opened the first ski resort in Australia. +Cross-country skiing holiday: this activity is also known as ski touring, ski trekking or ski hiking. +It is similar to alpine hiking or mountaineering, but generally does not include rope climbing, which is done in steep terrain, and requires more specialized boots and clothing. +Think of ski trails as similar to hiking trails. +In good conditions, you can go faster on skis than you can on foot, but you seldom reach the same speed as when skiing on steep, untracked slopes and without a heavy rucksack. +Europe is a relatively small continent, but it has many independent countries. In normal circumstances, traveling through multiple countries would involve filling out multiple visa applications and passing through multiple passport controls. +However, the Schengen area operates as a single country in this regard. +As long as you remain in this area, you can usually cross the border without having to go through passport control again. +When you have a Schengen visa, you also do not need to apply for a separate visa for each Schengen country you wish to visit, thus saving time, money and bureaucracy. +There is no universally accepted definition of what constitutes "vintage" so the definition may vary from one customs authority to another. Some customs authorities consider items to be vintage if they are over 100 years old. +The definition varies from region to region. For example, in North America, an "antique" is an older item than in Europe. +Handmade items can be considered vintage even if they are newer than a similar mass-produced item. +Herding is an important livelihood for the Sami people, and the associated culture is also important for many other professionals. +Even traditionally, however, not all Sami have been involved in reindeer husbandry, but have lived from fishing, hunting, and similar occupations, and kept reindeer primarily as draught animals. +Today, many Sami people work in modern professions. Tourism is an important source of income in Lapland. +Although the word gypsy is widely used, even by non-Romani people, it is often considered offensive as it is associated with negative stereotypes and misconceptions about the Romani people. +If the country you are visiting is on a travel advisory, it may affect your travel insurance and cancellation insurance. +Maybe you should also ask for advice from other countries, in addition to your own, even though their advice is for their own citizens. +One example is that Americans may find themselves in a different situation in the Middle East than Europeans or Arabs. +These are just brief summaries of a country's political situation. +The views presented are often superficial, stereotyped, and over-simplified compared to the more detailed information available elsewhere. +A dangerous weather situation is a generic term for all dangerous weather phenomena that can cause damage, serious disruption of public life or loss of life. +Hazardous weather can occur anywhere in the world, and has many different types that are influenced by geography, topography, and atmospheric conditions. +Wind, heavy rain, flash flooding and landslides are the dangerous weather phenomena and consequences, also including thunderstorms, tornadoes, waterspouts and cyclones. +Blizzards, snowstorms, and sandstorms are area-specific and seasonal phenomena. +Travellers are strongly advised to be aware of the threat posed by the dangerous weather, which could affect travel plans. +All those wishing to work in a conflict-affected country should receive professional training. +A Google search for "Hate Crime Course" would most likely bring up a local business. +These courses generally go into much more detail on all of these topics and often combine theory with practical experience. +The course usually lasts between 2 and 5 days, and includes role-playing, a lot of first aid, and sometimes weapons training. +While there are plenty of books and articles on survival in the wilderness, there is little written on the subject of war zones. +Transgender travellers heading for gender reassignment surgery overseas are being advised to make sure they have a "return to life" plan in place. +The willingness of officials to issue passports without a sex designation (X) or to amend documents to reflect a desired name or gender varies. +The willingness of foreign governments to respect these documents varies widely. +Security checks have also become more invasive since September 11, 2001. +Transgender people who have not had reassignment surgery should not assume that they will pass inspection at security checkpoints while maintaining their privacy and dignity. +Return currents are the flow of water returning to the shore after waves break onshore. Often found in rip currents or similar locations. +Because of the topography of the bottom of the lake, the return flow is concentrated into a few deep parts, and there can be a fast current into deep water. +Most of the deaths are due to exhaustion from trying to swim against the current, which can be lethal. +As soon as you're out of the current, swimming back isn't any more difficult than usual. +Try to get to where you won't get swept away again or, depending on your skills and whether or not you've been noticed, wait for rescuers. +The return shock hits earlier than the cultural shock (the familiarisation phase is shorter), lasts longer, and can be more severe. +It can be especially difficult for travellers to adjust back to their home culture after being immersed in a new one. +When you return home after living in a foreign country, you've adapted to a new culture and lost some habits from your home culture. +When you first go out into the world, people are likely to be tolerant and understanding, knowing that travelers need to get accustomed to a new country. +People may not realize that patience and understanding are also important for the returning travelers. +The sound and light show on the Pyramids is one of the most interesting things to do with kids in the area. +Pyramids can be seen in the dark, and before the show begins they can be seen in complete silence. +Generally, one always hears the voices of travelers and merchants. The story of light and sound is just like a fairy tale. +The Sphinx is a long story's backdrop and narrator. +The scenes are projected against pyramids, and different pyramids are illuminated. +Many countries have claimed on the Southern Shetland Islands, which were discovered in 1819, and they currently have the most bases there with 16 in 2020. +The archipelago is located 120 km north of the peninsula. The largest island is King George Island, where Villa Las Estrellas is located. +Others include Livingston Island and Deception Island, where an active volcano's crater still fills with water, creating a magnificent natural harbor. +Ellsworth Land is the area south of the Antarctic Peninsula, bounded by the Bellingshausen Sea. +The peninsula is then capped by the Ellesmere Mountains, a 360 km (225 mi) long, discontinuous range which is separated from the rest of the peninsula by the Larsen Ice Shelf. +The Sentinel Range is home to the southern hemisphere's highest mountains, the Vinson Massif, with the highest point being Mount Vinson at 4,892 m (16,046 ft). +In remote areas where cell phones do not work, a satellite phone can be the only option. +A satellite phone is seldom a substitute for a cell phone because you have to be outdoors and have unobstructed view of the sky to make a call. +The service is often used on ships at sea, including cruise ships, as well as by expeditions requiring data and voice connectivity. +Your local phone service provider should be able to provide you with more information about this service. +Traveling and learning continues to be a popular option for those looking to take a gap year. +It is particularly popular with school leavers as they can take a gap year before going to university without affecting their funding. +In many cases, studying abroad for a year out of high school can even improve your chances of being accepted into a post-secondary institution in your home country. +Typically, a fee is charged for participation in such courses. +Finland is a great boating destination. There are thousands of lakes in the country, and thousands of islands in both the lake districts and the coastal archipelagos. +In the archipelago and lakes, you won’t necessarily need a large motorboat. +Although the coastal islands and the major lakes are big enough for any boat, smaller boats or even kayaks can provide a different experience. +Boating is a popular leisure-time activity in Finland, with one boat for every seventh or eighth person. +It's the same as in Norway, Sweden and New Zealand, but otherwise very rare (e.g. in the Netherlands it's one in forty). +Most real Baltic cruises include a longer stay in St. Petersburg. +This means that you can spend several days exploring the historical town and still return to the ship for the night. +You do not need separate visas if you transit through these countries on a cruise ship (situation in 2009). +A few cruises do include a visit to Berlin, Germany. As the map above shows, Berlin is far from the sea so a visit to the city is not included in the cost of the cruise. +Flying can be a daunting experience for anyone, more so if you've never flown before or have had a traumatic experience. +It's not something to be ashamed of: it's no different from many other people's fears and hatreds of other things. +For some, a rudimentary understanding of how a plane works and what happens during a flight may help overcome a fear stemming from a lack of knowledge or feeling "out of one's depth." +Carriers are rewarded handsomely for fast transit times, which is often crucial for time-sensitive business documents, retail goods or spare parts for emergency repairs. +Larger airlines have their own planes on some routes, but smaller airlines had a problem on some routes. +If they were shipping by air, some of those routes were so backed up that it could take days for a parcel to make it from one end of the country to the other. +The only way to get the luggage through faster was to send it as a registered baggage. Airline regulations do not allow baggage to be sent without a passenger, so this is where you come in. +The obvious way to fly in First or Business Class is to pay the big bucks for the privilege (or let your company do it for you). +But it won't come cheap: According to a rough rule of thumb, you can expect to pay up to four times as much for business class as for tourist class, and up to eleven times as much for first class! +In most cases, there is no point in even looking for discounts to business class or first class seats on a direct flight from A to B. +Airlines know that there is a core group of frequent flyers who are willing to pay a premium to get somewhere quickly and comfortably, and so they charge accordingly. +The capital of Moldova is Chişinău. The local language is Romanian, but Russian is also widely spoken. +Moldova is a multi-ethnic, multi-lingual, and multi-confessional democratic republic. +The conflict has led to Transnistria, a separatist region in eastern Moldova, declaring independence in 1994. It has its own government and currency but is not recognized by any UN member state. +Economic links are once again deepening between the two parts of Moldova, even though political talks have stalled. +Moldova's main religion is Orthodox Christianity. +İzmir is Turkey's third-largest city with a population of around 3.7 million, after Istanbul and Ankara, and a major port. +The ancient city of Smyrna is now a modern, developed, and busy commercial center encircled by mountains and facing a huge bay. +Broad boulevards, glass-fronted buildings and modern shopping malls are interspersed with traditional Ottoman-style buildings, 17th-century squares, old mosques and churches, though the city's atmosphere is more reminiscent of Mediterranean Europe than traditional Turkey. +Haldarsvik has an unusual octagonal church, and from the village there is a view of the nearby island of Eysturoy. +There are some interesting pigeon sculptures on the church grounds, perched on top of some tombstones. +Take half an hour to wander around the charming village. +North of here and easily accessible is the romantic and picturesque town of Sintra, immortalized by Lord Byron in his eulogy "Childe Harold's Pilgrimage". +Scotturbino bus line 403 runs regularly to Sintra and stops at Cabo da Roca. +Also worth visiting to the north is the Great Mosque of Fatimah, one of the most famous mosques in the world due to the apparition of the Virgin Mary. +Remember, you are essentially walking through a graveyard and visiting a site that is of immeasurable importance to a large portion of the world's population. +Still many men and women, Jews and non-Jews, who survived there, and many others whose relatives were murdered there or forced to dig their own graves there. +Remember to treat the place with all the respect, seriousness and reverence it deserves. Don't joke about the Holocaust or the Nazis. +Don't mark or scratch graffiti into the structure. +Catalan and Spanish are the official languages of Catalonia, and Catalan is spoken by approximately half of the population, understood by the majority and spoken by virtually all. +Most signs, however, are in Catalan, as it is the first official language of Catalonia. +Nevertheless, Spanish is still commonly used in public transportation and other services. +While the normal announcements on the metro are only in Catalan, the automatic system gives information in many different languages, including Spanish, English, French, Arabic and Japanese. +Parisians have a reputation for being selfish, rude, and arrogant. +While it is often just a stereotype, the best way to fit in with Parisians is to be as elegant as possible and behave as if you are "bien élevé" (well-bred). This will make your life much easier. +Parisians' gruff exterior quickly melts away if you just show a little politeness. +The Plitvice National Park has a lot of forest, mainly beeches, oaks and pines, and its flora is a mixture of Alpine and Mediterranean species. +There is an incredible diversity of plant communities due to the many microclimates, varied soils, and range in elevation. +The area is also home to an extraordinary number of different animal and bird species. +As well as the more common species, there are some rarer ones including bears, wolves, owls, eagles, wild cats and martens. +Women who visit the monasteries have to wear long skirts that cover their legs, and also their shoulders have to be covered. +But if you bring your own hat, especially a brightly colored one, you may get a smile from the monk or nun on duty at the entrance. +Also, men need to be wearing trousers that go below the knee. +These can also be borrowed from the wardrobe, but they are not washed after every use, so you may not feel comfortable in them. One size fits all! +Mallorquin cuisine, like other Mediterranean cuisines, is based on bread, vegetables, pork (especially pork) and olive oil. +A simple, popular summer dish is pa amb oli: bread, olive oil, tomatoes and anything else available, such as cheese or tuna. +All nouns, and also the pronoun "Sie" (i.e. "you") always begin with a capital letter, even in the middle of a sentence. +This is an important way of distinguishing some nouns from other nouns. +It can also make reading easier, though it does complicate writing, as one has to figure out whether verbs or adjectives are used in the nominal form. +Italian pronunciation is relatively easy because most words are pronounced exactly as they are spelled. +The letters C and G are worth paying the most attention to, because their pronunciation depends on the following vowel. +Also remember to pronounce r and rr differently. Caro means dear, carro means cart. +Persian grammar is fairly easy and regular. +Therefore, reading this grammar book will help you learn many things about Persian grammar and improve your understanding of sentences. +Even without saying a word, it is obvious that if you can speak a Romance language, then learning Portuguese will be easier. +However, those with a little knowledge of Spanish may be tempted to think that Portuguese is so similar as to not warrant separate study. +In modern times, most of the old observatories are not used for their original purpose, but have been converted into museums or learning environments. +As light pollution was not an issue back then, they were usually found in towns or campuses, and were easier to get to than modern buildings. +Most modern telescopes are huge constructions, and are situated in remote locations where the atmospheric conditions are as favourable as possible. +Cherry blossom viewing, or hanami, has been a part of Japanese culture since the 8th century. +The idea originated in China, where the most popular flower was the chrysanthemum. +The Japanese emperor established the first cherry blossom festivals only for himself and other members of the imperial court, a select group of aristocrats. +Plants look best in their natural environment, so resist the temptation to "just have one" as an example. +If you use an official and maintained garden, you can fly "samples" out of there without any hassle. +In general, Singapore is a very safe place to live in, and it is very easy to find your way around once you arrive. You can buy almost anything once you arrive. +However, if you're only a few degrees north of the equator, you'll have to deal with both heat (always) and intense sunshine (when the sky is clear, which is most of the time). +Also, a few buses go north to Hebron, the traditional burial place of the patriarchs Abraham, Isaac, and Jacob, as well as their wives. +Make sure the bus you plan to board goes to Hebron and not just the nearby Jewish settlement of Kiryat Arba. +Inland waterways can be a good theme around which to build a holiday. +For example, a visit to the castles of the Loire Valley, a cruise on the Rhine or a trip to the picturesque towns along the Danube. +They also determine the popularity of hiking and biking trails. +Christmas is one of the most important festivals of Christianity and is celebrated as the birthday of Jesus. +Many non-Christians and non-believers in Christian countries have adopted many of these traditions. +Traditionally, Easter was celebrated outdoors at sunrise. +There are, of course, Christian theological explanations for this tradition, but it could just as easily be a pre-Christian spring and fertility ritual. +Traditional churches often hold a Maundy Thursday service on the Thursday evening of Holy Week, to commemorate the Last Supper. +All of the animals that originally came to the island came by swimming, flying, or floating. +Because the mainland was so far away, continental animals were unable to migrate so the giant tortoise became the main herbivore on the Galapagos. +Humans have introduced many mammals to the Galapagos, including cows, horses, goats, pigs, rats, and dogs. +If you visit the Arctic or Antarctic in winter, you will experience a polar night, when the sun never rises above the horizon. +This provides a good opportunity to see the aurora, as the sky is almost completely dark. +Because the areas are so sparsely populated, light pollution is not a problem, so you can enjoy the stars. +Japanese work culture is more hierarchical and formal than what Westerners may be accustomed to. +Clothes are normal office wear, and colleagues call each other by their surname or title. +Having fun at work is absolutely crucial. Instead of personal achievements, group work is emphasized. +Employees often have to get approval from a manager for all decisions they make, and are expected to follow a manager's instructions without question. diff --git a/test-fi-en.bleu b/test-fi-en.bleu new file mode 100644 index 0000000000000000000000000000000000000000..60f4231c4af9c6a9693baacb44f88accb9659b4f --- /dev/null +++ b/test-fi-en.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 27.83 60.8/34.2/21.8/14.2 (BP = 0.981 ratio = 0.981 hyp_len = 24263 ref_len = 24721) diff --git a/test-fi-en.comet b/test-fi-en.comet new file mode 100644 index 0000000000000000000000000000000000000000..69387256f796ef103e5141d510de8e64d8a35971 --- /dev/null +++ b/test-fi-en.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 0 score: 0.8862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 1 score: 0.9167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 2 score: 0.9230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 3 score: 0.8387 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 4 score: 0.9224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 5 score: 0.8083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 6 score: 0.8354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 7 score: 0.8282 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 8 score: 0.8315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 9 score: 0.8506 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 10 score: 0.9044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 11 score: 0.8381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 12 score: 0.8831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 13 score: 0.7024 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 14 score: 0.8554 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 15 score: 0.8060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 16 score: 0.8995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 17 score: 0.9251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 18 score: 0.9022 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 19 score: 0.8758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 20 score: 0.9581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 21 score: 0.9340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 22 score: 0.9251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 23 score: 0.8876 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 24 score: 0.8815 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 25 score: 0.9082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 26 score: 0.8606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 27 score: 0.8581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 28 score: 0.9032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 29 score: 0.8246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 30 score: 0.8004 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 31 score: 0.8085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 32 score: 0.7996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 33 score: 0.9293 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 34 score: 0.9481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 35 score: 0.9266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 36 score: 0.8881 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 37 score: 0.9351 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 38 score: 0.7306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 39 score: 0.8401 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 40 score: 0.8196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 41 score: 0.9325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 42 score: 0.8990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 43 score: 0.9142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 44 score: 0.7852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 45 score: 0.8672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 46 score: 0.8764 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 47 score: 0.8951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 48 score: 0.9334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 49 score: 0.8888 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 50 score: 0.8008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 51 score: 0.8060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 52 score: 0.9104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 53 score: 0.9268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 54 score: 0.9230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 55 score: 0.8760 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 56 score: 0.8539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 57 score: 0.8315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 58 score: 0.8597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 59 score: 0.9495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 60 score: 0.8549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 61 score: 0.8912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 62 score: 0.8108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 63 score: 0.8946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 64 score: 0.9349 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 65 score: 0.8488 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 66 score: 0.8052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 67 score: 0.7887 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 68 score: 0.9007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 69 score: 0.8206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 70 score: 0.8526 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 71 score: 0.8680 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 72 score: 0.8469 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 73 score: 0.8420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 74 score: 0.8688 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 75 score: 0.7696 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 76 score: 0.8263 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 77 score: 0.9162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 78 score: 0.9603 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 79 score: 0.9120 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 80 score: 0.9278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 81 score: 0.9014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 82 score: 0.9148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 83 score: 0.8805 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 84 score: 0.8635 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 85 score: 0.8895 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 86 score: 0.8738 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 87 score: 0.8575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 88 score: 0.9334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 89 score: 0.8473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 90 score: 0.7655 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 91 score: 0.8743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 92 score: 0.8790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 93 score: 0.8733 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 94 score: 0.9448 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 95 score: 0.9245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 96 score: 0.9238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 97 score: 0.8915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 98 score: 0.7339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 99 score: 0.8575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 100 score: 0.8840 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 101 score: 0.8378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 102 score: 0.7869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 103 score: 0.9189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 104 score: 0.8879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 105 score: 0.8430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 106 score: 0.8791 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 107 score: 0.9139 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 108 score: 0.8400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 109 score: 0.7987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 110 score: 0.8671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 111 score: 0.9299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 112 score: 0.9011 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 113 score: 0.8956 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 114 score: 0.8984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 115 score: 0.8049 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 116 score: 0.8824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 117 score: 0.8072 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 118 score: 0.8987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 119 score: 0.8662 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 120 score: 0.8586 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 121 score: 0.8441 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 122 score: 0.8531 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 123 score: 0.8972 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 124 score: 0.8728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 125 score: 0.9177 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 126 score: 0.8797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 127 score: 0.8835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 128 score: 0.8920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 129 score: 0.9339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 130 score: 0.9045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 131 score: 0.8956 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 132 score: 0.8152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 133 score: 0.8935 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 134 score: 0.8167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 135 score: 0.8613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 136 score: 0.9051 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 137 score: 0.9201 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 138 score: 0.9071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 139 score: 0.8970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 140 score: 0.8724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 141 score: 0.8839 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 142 score: 0.9479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 143 score: 0.7906 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 144 score: 0.8993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 145 score: 0.9074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 146 score: 0.9304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 147 score: 0.9063 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 148 score: 0.9244 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 149 score: 0.9155 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 150 score: 0.8949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 151 score: 0.8960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 152 score: 0.8284 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 153 score: 0.8116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 154 score: 0.7848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 155 score: 0.8091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 156 score: 0.9142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 157 score: 0.8729 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 158 score: 0.8629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 159 score: 0.8638 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 160 score: 0.8920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 161 score: 0.8658 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 162 score: 0.8465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 163 score: 0.8980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 164 score: 0.7863 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 165 score: 0.8673 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 166 score: 0.8800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 167 score: 0.8986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 168 score: 0.8464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 169 score: 0.9121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 170 score: 0.9008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 171 score: 0.9000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 172 score: 0.9261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 173 score: 0.8660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 174 score: 0.8681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 175 score: 0.8511 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 176 score: 0.8833 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 177 score: 0.8993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 178 score: 0.9445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 179 score: 0.9312 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 180 score: 0.8856 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 181 score: 0.9643 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 182 score: 0.8864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 183 score: 0.9384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 184 score: 0.8503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 185 score: 0.9390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 186 score: 0.9140 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 187 score: 0.8913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 188 score: 0.9000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 189 score: 0.8919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 190 score: 0.9243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 191 score: 0.8795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 192 score: 0.8383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 193 score: 0.8364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 194 score: 0.8989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 195 score: 0.9478 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 196 score: 0.8998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 197 score: 0.8591 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 198 score: 0.9084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 199 score: 0.7980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 200 score: 0.8412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 201 score: 0.8094 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 202 score: 0.8134 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 203 score: 0.8088 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 204 score: 0.8412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 205 score: 0.8732 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 206 score: 0.9130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 207 score: 0.8905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 208 score: 0.8853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 209 score: 0.8651 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 210 score: 0.9248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 211 score: 0.8838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 212 score: 0.9209 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 213 score: 0.8824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 214 score: 0.9430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 215 score: 0.9115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 216 score: 0.9416 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 217 score: 0.8412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 218 score: 0.9005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 219 score: 0.9213 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 220 score: 0.9200 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 221 score: 0.9270 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 222 score: 0.9071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 223 score: 0.8342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 224 score: 0.9087 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 225 score: 0.9312 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 226 score: 0.9077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 227 score: 0.6426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 228 score: 0.8306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 229 score: 0.8055 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 230 score: 0.9271 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 231 score: 0.8788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 232 score: 0.8836 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 233 score: 0.8736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 234 score: 0.8479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 235 score: 0.9117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 236 score: 0.9139 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 237 score: 0.9011 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 238 score: 0.8934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 239 score: 0.7844 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 240 score: 0.8218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 241 score: 0.7553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 242 score: 0.8734 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 243 score: 0.7743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 244 score: 0.6612 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 245 score: 0.8773 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 246 score: 0.7871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 247 score: 0.8594 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 248 score: 0.8474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 249 score: 0.9578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 250 score: 0.8723 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 251 score: 0.9104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 252 score: 0.8045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 253 score: 0.9400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 254 score: 0.9456 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 255 score: 0.9217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 256 score: 0.8784 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 257 score: 0.9025 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 258 score: 0.9011 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 259 score: 0.8557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 260 score: 0.8738 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 261 score: 0.8240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 262 score: 0.7065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 263 score: 0.7774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 264 score: 0.9455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 265 score: 0.8999 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 266 score: 0.7996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 267 score: 0.8918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 268 score: 0.9529 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 269 score: 0.8811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 270 score: 0.8679 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 271 score: 0.8025 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 272 score: 0.8541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 273 score: 0.8930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 274 score: 0.5623 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 275 score: 0.7467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 276 score: 0.8641 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 277 score: 0.9061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 278 score: 0.8931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 279 score: 0.9494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 280 score: 0.9257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 281 score: 0.8765 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 282 score: 0.9372 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 283 score: 0.8927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 284 score: 0.9323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 285 score: 0.9299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 286 score: 0.8736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 287 score: 0.8579 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 288 score: 0.9167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 289 score: 0.8547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 290 score: 0.7859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 291 score: 0.8785 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 292 score: 0.8345 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 293 score: 0.8942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 294 score: 0.8412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 295 score: 0.8631 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 296 score: 0.8636 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 297 score: 0.6930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 298 score: 0.7386 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 299 score: 0.8994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 300 score: 0.9405 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 301 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 302 score: 0.9053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 303 score: 0.8891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 304 score: 0.9054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 305 score: 0.9515 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 306 score: 0.8746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 307 score: 0.8672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 308 score: 0.9064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 309 score: 0.9049 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 310 score: 0.9399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 311 score: 0.9201 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 312 score: 0.8569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 313 score: 0.7916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 314 score: 0.9707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 315 score: 0.9080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 316 score: 0.8822 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 317 score: 0.8623 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 318 score: 0.8881 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 319 score: 0.9243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 320 score: 0.8606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 321 score: 0.9097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 322 score: 0.9098 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 323 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 324 score: 0.9081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 325 score: 0.9122 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 326 score: 0.8629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 327 score: 0.8512 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 328 score: 0.9179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 329 score: 0.9081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 330 score: 0.8522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 331 score: 0.9036 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 332 score: 0.9062 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 333 score: 0.8237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 334 score: 0.9581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 335 score: 0.9258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 336 score: 0.9166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 337 score: 0.8357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 338 score: 0.8921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 339 score: 0.9079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 340 score: 0.8198 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 341 score: 0.9081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 342 score: 0.8904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 343 score: 0.8981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 344 score: 0.9222 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 345 score: 0.8416 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 346 score: 0.7924 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 347 score: 0.9296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 348 score: 0.8880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 349 score: 0.8114 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 350 score: 0.8991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 351 score: 0.8243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 352 score: 0.9106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 353 score: 0.9474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 354 score: 0.8762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 355 score: 0.8908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 356 score: 0.9225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 357 score: 0.8678 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 358 score: 0.9079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 359 score: 0.7782 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 360 score: 0.8640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 361 score: 0.7922 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 362 score: 0.9039 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 363 score: 0.7401 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 364 score: 0.9153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 365 score: 0.7975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 366 score: 0.8288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 367 score: 0.8586 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 368 score: 0.8359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 369 score: 0.8550 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 370 score: 0.8300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 371 score: 0.8560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 372 score: 0.8564 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 373 score: 0.8888 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 374 score: 0.9080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 375 score: 0.8366 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 376 score: 0.9365 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 377 score: 0.9428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 378 score: 0.8886 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 379 score: 0.7818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 380 score: 0.9145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 381 score: 0.8665 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 382 score: 0.8224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 383 score: 0.9130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 384 score: 0.7928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 385 score: 0.8317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 386 score: 0.8231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 387 score: 0.8169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 388 score: 0.8957 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 389 score: 0.8705 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 390 score: 0.9054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 391 score: 0.9079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 392 score: 0.8813 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 393 score: 0.9316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 394 score: 0.9117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 395 score: 0.8657 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 396 score: 0.8452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 397 score: 0.9593 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 398 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 399 score: 0.8688 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 400 score: 0.9512 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 401 score: 0.8846 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 402 score: 0.9464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 403 score: 0.8595 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 404 score: 0.8492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 405 score: 0.8711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 406 score: 0.9059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 407 score: 0.7927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 408 score: 0.9060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 409 score: 0.9071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 410 score: 0.8816 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 411 score: 0.8074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 412 score: 0.8921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 413 score: 0.9187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 414 score: 0.9064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 415 score: 0.8916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 416 score: 0.8890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 417 score: 0.9055 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 418 score: 0.9224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 419 score: 0.8983 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 420 score: 0.9012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 421 score: 0.9297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 422 score: 0.7612 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 423 score: 0.8083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 424 score: 0.7882 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 425 score: 0.9138 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 426 score: 0.8958 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 427 score: 0.9339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 428 score: 0.9147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 429 score: 0.9583 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 430 score: 0.9324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 431 score: 0.7515 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 432 score: 0.8001 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 433 score: 0.8689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 434 score: 0.8843 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 435 score: 0.8794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 436 score: 0.8373 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 437 score: 0.9293 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 438 score: 0.9156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 439 score: 0.8974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 440 score: 0.9099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 441 score: 0.9203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 442 score: 0.9576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 443 score: 0.8822 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 444 score: 0.8621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 445 score: 0.8658 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 446 score: 0.8746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 447 score: 0.8597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 448 score: 0.9490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 449 score: 0.8784 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 450 score: 0.8790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 451 score: 0.8458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 452 score: 0.8679 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 453 score: 0.8866 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 454 score: 0.8814 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 455 score: 0.9084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 456 score: 0.8895 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 457 score: 0.9016 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 458 score: 0.8367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 459 score: 0.8468 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 460 score: 0.8714 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 461 score: 0.8901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 462 score: 0.8775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 463 score: 0.6927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 464 score: 0.8845 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 465 score: 0.8197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 466 score: 0.8663 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 467 score: 0.7609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 468 score: 0.8037 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 469 score: 0.8123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 470 score: 0.8617 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 471 score: 0.8268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 472 score: 0.8467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 473 score: 0.8621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 474 score: 0.8023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 475 score: 0.8324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 476 score: 0.8873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 477 score: 0.7510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 478 score: 0.8687 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 479 score: 0.7964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 480 score: 0.9083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 481 score: 0.6962 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 482 score: 0.9130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 483 score: 0.8968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 484 score: 0.9170 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 485 score: 0.8771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 486 score: 0.9142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 487 score: 0.8647 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 488 score: 0.8809 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 489 score: 0.9237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 490 score: 0.8836 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 491 score: 0.8867 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 492 score: 0.9341 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 493 score: 0.9245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 494 score: 0.8870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 495 score: 0.8504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 496 score: 0.8812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 497 score: 0.8723 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 498 score: 0.9519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 499 score: 0.8903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 500 score: 0.9092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 501 score: 0.9392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 502 score: 0.8903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 503 score: 0.8847 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 504 score: 0.8200 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 505 score: 0.9357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 506 score: 0.8189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 507 score: 0.8486 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 508 score: 0.8912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 509 score: 0.8722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 510 score: 0.7635 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 511 score: 0.8375 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 512 score: 0.9095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 513 score: 0.8083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 514 score: 0.8857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 515 score: 0.9433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 516 score: 0.8422 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 517 score: 0.9401 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 518 score: 0.8247 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 519 score: 0.9223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 520 score: 0.8805 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 521 score: 0.9316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 522 score: 0.8991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 523 score: 0.8553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 524 score: 0.8624 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 525 score: 0.8316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 526 score: 0.8542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 527 score: 0.7177 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 528 score: 0.8251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 529 score: 0.8761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 530 score: 0.8477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 531 score: 0.8947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 532 score: 0.8956 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 533 score: 0.8260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 534 score: 0.8507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 535 score: 0.7618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 536 score: 0.8637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 537 score: 0.8935 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 538 score: 0.8677 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 539 score: 0.9116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 540 score: 0.8152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 541 score: 0.9008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 542 score: 0.8975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 543 score: 0.8760 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 544 score: 0.9067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 545 score: 0.9312 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 546 score: 0.8151 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 547 score: 0.9188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 548 score: 0.8458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 549 score: 0.9434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 550 score: 0.8418 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 551 score: 0.9174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 552 score: 0.8550 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 553 score: 0.9131 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 554 score: 0.8986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 555 score: 0.8338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 556 score: 0.8365 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 557 score: 0.9404 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 558 score: 0.7912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 559 score: 0.8479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 560 score: 0.8131 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 561 score: 0.9354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 562 score: 0.9014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 563 score: 0.7886 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 564 score: 0.8798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 565 score: 0.8803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 566 score: 0.8659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 567 score: 0.8754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 568 score: 0.7834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 569 score: 0.8080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 570 score: 0.8394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 571 score: 0.9242 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 572 score: 0.8937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 573 score: 0.9236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 574 score: 0.9604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 575 score: 0.7027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 576 score: 0.8537 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 577 score: 0.9038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 578 score: 0.9018 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 579 score: 0.9096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 580 score: 0.8933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 581 score: 0.8237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 582 score: 0.8349 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 583 score: 0.8524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 584 score: 0.6499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 585 score: 0.9067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 586 score: 0.8834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 587 score: 0.9219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 588 score: 0.9086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 589 score: 0.9177 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 590 score: 0.9006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 591 score: 0.8945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 592 score: 0.8799 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 593 score: 0.9208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 594 score: 0.9318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 595 score: 0.8620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 596 score: 0.8571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 597 score: 0.8901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 598 score: 0.8658 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 599 score: 0.8917 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 600 score: 0.9020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 601 score: 0.8834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 602 score: 0.8892 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 603 score: 0.9346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 604 score: 0.7605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 605 score: 0.9392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 606 score: 0.8365 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 607 score: 0.7621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 608 score: 0.7665 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 609 score: 0.9164 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 610 score: 0.8303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 611 score: 0.8573 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 612 score: 0.8859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 613 score: 0.8669 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 614 score: 0.9241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 615 score: 0.8288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 616 score: 0.9388 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 617 score: 0.9388 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 618 score: 0.9091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 619 score: 0.9182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 620 score: 0.7645 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 621 score: 0.7584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 622 score: 0.9139 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 623 score: 0.9173 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 624 score: 0.9147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 625 score: 0.8634 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 626 score: 0.8983 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 627 score: 0.9331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 628 score: 0.9325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 629 score: 0.8689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 630 score: 0.8678 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 631 score: 0.8694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 632 score: 0.8716 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 633 score: 0.8876 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 634 score: 0.9586 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 635 score: 0.9183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 636 score: 0.9187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 637 score: 0.9057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 638 score: 0.9602 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 639 score: 0.9395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 640 score: 0.9162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 641 score: 0.9167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 642 score: 0.7554 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 643 score: 0.8924 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 644 score: 0.8404 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 645 score: 0.7878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 646 score: 0.8815 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 647 score: 0.9070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 648 score: 0.8767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 649 score: 0.7431 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 650 score: 0.8810 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 651 score: 0.7886 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 652 score: 0.8431 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 653 score: 0.8323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 654 score: 0.8943 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 655 score: 0.9444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 656 score: 0.9178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 657 score: 0.8909 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 658 score: 0.8576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 659 score: 0.9136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 660 score: 0.8760 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 661 score: 0.9035 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 662 score: 0.9374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 663 score: 0.8883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 664 score: 0.9374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 665 score: 0.8763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 666 score: 0.9075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 667 score: 0.9116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 668 score: 0.9074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 669 score: 0.9306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 670 score: 0.9099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 671 score: 0.9431 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 672 score: 0.9168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 673 score: 0.9017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 674 score: 0.8950 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 675 score: 0.9123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 676 score: 0.9352 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 677 score: 0.8773 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 678 score: 0.9220 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 679 score: 0.8209 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 680 score: 0.9128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 681 score: 0.9353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 682 score: 0.9042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 683 score: 0.8925 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 684 score: 0.8878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 685 score: 0.7786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 686 score: 0.8962 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 687 score: 0.9015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 688 score: 0.8777 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 689 score: 0.8731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 690 score: 0.9572 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 691 score: 0.9012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 692 score: 0.9076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 693 score: 0.8897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 694 score: 0.7999 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 695 score: 0.9496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 696 score: 0.9131 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 697 score: 0.9445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 698 score: 0.8637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 699 score: 0.9476 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 700 score: 0.8036 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 701 score: 0.9374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 702 score: 0.9374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 703 score: 0.8125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 704 score: 0.8472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 705 score: 0.8762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 706 score: 0.7163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 707 score: 0.8804 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 708 score: 0.9342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 709 score: 0.9035 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 710 score: 0.9187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 711 score: 0.8363 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 712 score: 0.9183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 713 score: 0.8722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 714 score: 0.9039 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 715 score: 0.8640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 716 score: 0.9081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 717 score: 0.8668 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 718 score: 0.9417 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 719 score: 0.8573 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 720 score: 0.9289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 721 score: 0.8951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 722 score: 0.9092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 723 score: 0.8312 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 724 score: 0.9413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 725 score: 0.8970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 726 score: 0.8084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 727 score: 0.8544 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 728 score: 0.6680 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 729 score: 0.7528 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 730 score: 0.8394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 731 score: 0.8958 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 732 score: 0.8197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 733 score: 0.8512 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 734 score: 0.8755 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 735 score: 0.8537 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 736 score: 0.8996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 737 score: 0.8437 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 738 score: 0.9228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 739 score: 0.8940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 740 score: 0.8920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 741 score: 0.8598 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 742 score: 0.8152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 743 score: 0.8866 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 744 score: 0.8750 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 745 score: 0.8956 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 746 score: 0.8978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 747 score: 0.8757 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 748 score: 0.8325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 749 score: 0.9091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 750 score: 0.9361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 751 score: 0.9320 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 752 score: 0.9453 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 753 score: 0.8061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 754 score: 0.9020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 755 score: 0.8919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 756 score: 0.8491 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 757 score: 0.8146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 758 score: 0.8617 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 759 score: 0.8826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 760 score: 0.8922 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 761 score: 0.9309 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 762 score: 0.9106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 763 score: 0.9029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 764 score: 0.9201 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 765 score: 0.8915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 766 score: 0.8940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 767 score: 0.9140 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 768 score: 0.9353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 769 score: 0.9467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 770 score: 0.8386 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 771 score: 0.9118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 772 score: 0.8140 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 773 score: 0.9254 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 774 score: 0.8798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 775 score: 0.8912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 776 score: 0.8827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 777 score: 0.8982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 778 score: 0.9252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 779 score: 0.8775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 780 score: 0.8700 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 781 score: 0.8481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 782 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 783 score: 0.8706 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 784 score: 0.9210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 785 score: 0.7993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 786 score: 0.8924 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 787 score: 0.8475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 788 score: 0.9205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 789 score: 0.9017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 790 score: 0.9393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 791 score: 0.9070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 792 score: 0.9126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 793 score: 0.9094 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 794 score: 0.9029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 795 score: 0.8415 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 796 score: 0.9615 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 797 score: 0.8160 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 798 score: 0.8828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 799 score: 0.8921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 800 score: 0.8530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 801 score: 0.8482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 802 score: 0.9111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 803 score: 0.8303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 804 score: 0.9052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 805 score: 0.8794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 806 score: 0.8897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 807 score: 0.8889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 808 score: 0.6970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 809 score: 0.8747 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 810 score: 0.9518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 811 score: 0.7768 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 812 score: 0.9413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 813 score: 0.9160 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 814 score: 0.9323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 815 score: 0.8127 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 816 score: 0.8770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 817 score: 0.7879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 818 score: 0.7911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 819 score: 0.8692 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 820 score: 0.9068 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 821 score: 0.9469 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 822 score: 0.9021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 823 score: 0.7916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 824 score: 0.9028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 825 score: 0.8785 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 826 score: 0.9044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 827 score: 0.8157 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 828 score: 0.9065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 829 score: 0.9074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 830 score: 0.8962 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 831 score: 0.8898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 832 score: 0.8642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 833 score: 0.7963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 834 score: 0.9207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 835 score: 0.8455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 836 score: 0.8833 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 837 score: 0.9233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 838 score: 0.8782 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 839 score: 0.8642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 840 score: 0.8650 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 841 score: 0.8469 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 842 score: 0.8651 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 843 score: 0.9094 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 844 score: 0.8607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 845 score: 0.8661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 846 score: 0.8309 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 847 score: 0.9091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 848 score: 0.8159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 849 score: 0.8624 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 850 score: 0.7916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 851 score: 0.9154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 852 score: 0.9206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 853 score: 0.8850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 854 score: 0.8480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 855 score: 0.8691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 856 score: 0.8245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 857 score: 0.9225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 858 score: 0.9169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 859 score: 0.9453 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 860 score: 0.8965 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 861 score: 0.8626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 862 score: 0.7224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 863 score: 0.9050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 864 score: 0.8899 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 865 score: 0.8841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 866 score: 0.8535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 867 score: 0.9183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 868 score: 0.8706 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 869 score: 0.8935 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 870 score: 0.9160 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 871 score: 0.8847 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 872 score: 0.9347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 873 score: 0.9110 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 874 score: 0.9160 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 875 score: 0.8616 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 876 score: 0.8695 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 877 score: 0.8958 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 878 score: 0.8792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 879 score: 0.7847 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 880 score: 0.8968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 881 score: 0.9369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 882 score: 0.8849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 883 score: 0.8301 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 884 score: 0.8979 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 885 score: 0.9273 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 886 score: 0.9078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 887 score: 0.8564 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 888 score: 0.8618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 889 score: 0.8602 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 890 score: 0.8885 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 891 score: 0.9243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 892 score: 0.8418 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 893 score: 0.9001 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 894 score: 0.8326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 895 score: 0.9394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 896 score: 0.8818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 897 score: 0.9088 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 898 score: 0.9133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 899 score: 0.8765 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 900 score: 0.8298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 901 score: 0.8952 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 902 score: 0.8423 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 903 score: 0.8967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 904 score: 0.9100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 905 score: 0.8960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 906 score: 0.8847 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 907 score: 0.7466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 908 score: 0.8727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 909 score: 0.9311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 910 score: 0.8875 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 911 score: 0.8534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 912 score: 0.9403 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 913 score: 0.9195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 914 score: 0.9085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 915 score: 0.8832 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 916 score: 0.8767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 917 score: 0.8814 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 918 score: 0.8379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 919 score: 0.9050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 920 score: 0.9111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 921 score: 0.8301 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 922 score: 0.8935 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 923 score: 0.8936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 924 score: 0.8746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 925 score: 0.8911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 926 score: 0.9008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 927 score: 0.9103 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 928 score: 0.8307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 929 score: 0.8525 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 930 score: 0.8728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 931 score: 0.7870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 932 score: 0.8903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 933 score: 0.9022 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 934 score: 0.8732 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 935 score: 0.9175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 936 score: 0.9265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 937 score: 0.9660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 938 score: 0.8076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 939 score: 0.9131 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 940 score: 0.8812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 941 score: 0.9572 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 942 score: 0.9076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 943 score: 0.9234 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 944 score: 0.8851 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 945 score: 0.9100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 946 score: 0.8158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 947 score: 0.8941 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 948 score: 0.7629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 949 score: 0.9176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 950 score: 0.8375 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 951 score: 0.8968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 952 score: 0.8418 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 953 score: 0.9337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 954 score: 0.8627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 955 score: 0.8480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 956 score: 0.8591 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 957 score: 0.9120 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 958 score: 0.8529 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 959 score: 0.9609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 960 score: 0.8533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 961 score: 0.9018 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 962 score: 0.8863 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 963 score: 0.9183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 964 score: 0.9544 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 965 score: 0.8169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 966 score: 0.9040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 967 score: 0.7920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 968 score: 0.8783 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 969 score: 0.8292 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 970 score: 0.8703 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 971 score: 0.8627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 972 score: 0.8398 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 973 score: 0.8360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 974 score: 0.8760 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 975 score: 0.9369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 976 score: 0.8863 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 977 score: 0.8434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 978 score: 0.9491 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 979 score: 0.9028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 980 score: 0.8189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 981 score: 0.8751 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 982 score: 0.8904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 983 score: 0.8584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 984 score: 0.9041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 985 score: 0.9542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 986 score: 0.8651 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 987 score: 0.8905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 988 score: 0.7377 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 989 score: 0.6631 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 990 score: 0.9167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 991 score: 0.8704 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 992 score: 0.9323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 993 score: 0.9264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 994 score: 0.9518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 995 score: 0.8464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 996 score: 0.8802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 997 score: 0.9645 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 998 score: 0.8263 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 999 score: 0.7259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 1000 score: 0.9327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 1001 score: 0.7217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 1002 score: 0.9215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 1003 score: 0.8436 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 1004 score: 0.9077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 1005 score: 0.9107 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 1006 score: 0.8672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 1007 score: 0.9201 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 1008 score: 0.9627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 1009 score: 0.8959 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 1010 score: 0.8768 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en Segment 1011 score: 0.9053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-fi-en score: 0.8760 diff --git a/test-ja-en b/test-ja-en new file mode 100644 index 0000000000000000000000000000000000000000..a0e700040b25c264c4d6c865acec07442faaec61 --- /dev/null +++ b/test-ja-en @@ -0,0 +1,1012 @@ +Our 4-month-old mice used to have diabetes, but now they don't," he added. +Dr. Efo Kornyeye, a professor at Dalhousie University's Faculty of Medicine in Halifax, Nova Scotia, and chair of the Canadian Diabetes Association's Clinical and Scientific Advisory Committee, stressed that the study was in its early stages. +As with other experts, he was sceptical about whether type 1 diabetes could ever be cured, pointing out that these findings are of no use to people who already have type 1 diabetes. +Sara Danius, Permanent Secretary of the Swedish Academy's Nobel Committee for Literature, announced on Monday that the committee had given up trying to contact Bob Dylan about his winning the Nobel Prize for Literature in 2016. +Danias said, "I'm not doing anything now. I've called his close associates, I've sent emails, I've gotten very friendly responses, that's enough for now." +Jamie Siminoff, the CEO of Ring, has previously said that he was inspired to start the business after not being able to hear the doorbell from his garage. +He made a doorbell that rings over Wi-Fi. +Mr. Siminoff said sales had skyrocketed after he appeared on Shark Tank in 2013, only to be rejected by the show's panel of investors. +In late 2017, Siminoff appeared on the television shopping channel QVC. +Ring has also settled a lawsuit against rival security company ADT. +Experimental vaccines appear to be effective against Ebola, but there are no proven drugs to treat existing infections. +One of the antibody cocktails, called ZMapp, was at one time touted as a potential game-changer in this field, but it did not live up to expectations in formal studies. +In the PALM trial, ZMapp was used as a benchmark against which to compare three other treatments. +The United States Olympic & Paralympic Committee (USOPC) wrote a letter in support of the absolute necessity of the Olympic Family to create a safe environment for all athletes. +We agree with the USOC's statement that we believe athletes, clubs and sport are better served by pursuing meaningful change from within the organization. +The U.S. Olympic & Paralympic Committee said it would cooperate with an independent investigation to determine why abuse wasn't reported sooner and what changes are necessary to prevent it from happening again. +USA Gymnastics and the U.S. Olympic & Paralympic Committee have the same goal: to provide athletes with a safe and positive environment in which to pursue their dreams, whether that be in gymnastics or any other sport. +Throughout the 1960s, Brezhnev served as an advisor to John F. Kennedy and later to Lyndon B. Johnson. +He advised Carter on foreign policy during the 1976 presidential election and served as national security adviser from 1977 to 1981 under Henry Kissinger. +As NSA, Brzezinski advised Carter on the 1978 Camp David Accords, normalization of relations with China in the late 1970s, the Iranian Revolution and hostage crisis of 1979, and the Soviet invasion of Afghanistan in 1979. +The film, starring Ryan Gosling and Emma Stone, was nominated in all major categories. +Gosling and Stone were both nominated for Best Actor and Actress in a Leading Role. +It was nominated for Best Picture, Best Director, Best Cinematography, Best Costume Design, Best Film Editing, Best Music, Best Art Direction, Best Sound Editing, Best Sound Mixing, and Best Screenplay. +Two songs from the film, "The Fools Who Dream" and "City of Stars," were nominated for Best Original Song, while Lion's Gate Studios received the most nominations of any studio with 26. +Donald Trump, the US president, announced late on Sunday that US troops were withdrawing from Syria. +The announcement came after a phone call between Trump and Recep Tayyip Erdogan, the president of Turkey. +Turkey will also take over the detention of IS fighters, the statement said, adding that European countries had refused to take back their nationals. +Not only does it confirm that at least some dinosaurs had feathers, but it also reveals details of their colouration and three-dimensional arrangement that are rarely if ever seen in fossils. +Scientists say the animal's feathers were reddish-brown on the outside and a warm reddish-brown on the inside. +The findings also shed new light on the evolution of bird feathers. +Although dinosaur feathers do not have rachis, the well-developed shaft, they do have other features of feathers, such as downy and small filamentous barbs, so researchers speculate that the rachis may have evolved later than these other features. +Because of the structure of the feathers, it was suggested that they were not used for flight, but for temperature regulation and visual effect. Although the specimen was a young dinosaur, the feathers suggested that they were not juvenile feathers, but adult feathers. +Although the specimen is a young dinosaur's tail, the feathers suggest that it is not the fluffy down of a chick, but the adult plumage. +Yesterday morning, a car bomb exploded at a police headquarters in Gaziantep, killing two police officers and wounding more than 20 people. +Nineteen of the victims were police officers, according to the governor's office. +Police said they suspected the extremist group ISIL of carrying out the attack. +They discovered that the Sun and all the stars in the solar system are governed by the same basic principles. The activity of all the stars is driven only by their luminosity and their rotation, and nothing else. +The number of Rossby waves associated with the plasma flow is determined by the combination of luminosity and rotation. +The fewer Rossby waves, the slower the star's magnetic field reversal. +During his travels, Iwazaki was plagued by a number of problems. +They've been robbed by pirates, bitten by rabies-infected dogs in Tibet, chased out of a wedding in Nepal, and arrested in India. +If it complies with the 802.11n standard, it can communicate on either 2.4Ghz or 5.0Ghz frequencies. +This allows the base station to support downward compatibility with 802.11a, 802.11b, and 802.11g. +Wi-Fi 802.11n is much faster than the previous standard, 802.11g, which has a theoretical maximum throughput of 600 Mbit/s. +A married man with two grown children, Duval was not much of a presence in Miller's life. +Asked for a comment, Miller said, "I couldn't hear a damn thing because of the way the microphones work in the hearing." +Hu Jintao, the country's president, said that China would work to reduce its carbon dioxide emissions per unit of GDP by 40 to 45 percent from the 2005 level by 2020. +Hu did not specify by how much, but said the cuts would be based on China's economic output. +Hu Jintao, the country's president, called on developing countries to "avoid the old practice of polluting first and dealing with the consequences afterwards." +However, he added: 'But we must not be made to feel we have to take on more than we can reasonably be expected to do.' +The Iraqi High Commission for Human Rights published its report today at 12 noon GMT. +The warning comes as Iraq is on the brink of sliding back into sectarian violence and anarchy, with no one able to prevent the spiral of violence and reprisals. +The report begins by lamenting the lack of consensus within the United States about public debate and Middle East policy. +The report is highly critical of nearly every aspect of current U.S. policy on Iraq and urges an immediate course correction. +Among the 78 recommendations, the first is that Iraq should launch a new diplomatic push this year to secure its borders and re-establish relations with neighboring countries to counter "hostile interference." +Last night, Cristina Fernandez de Kirchner, a current senator and former president, announced her plans to run for the presidency at a rally in La Plata, about 50 km (31 miles) from Buenos Aires. +Mrs Kirchner announced her intention to run for the presidency at a rally in the Teatro Colon, where in 2005 she announced her plans to run for the Senate as a candidate for Buenos Aires Province. +The debate was spurred by the controversy over funding for hurricane recovery and reconstruction in the wake of Hurricane Katrina, which some fiscal conservatives have dubbed the "Bush's New Orleans Policy." +The liberal criticism of Washington's reconstruction efforts has focused on the contracts it has awarded to U.S. nongovernmental organizations. +More than 4 million people went to Rome to attend the funeral. +The number of attendees was so high that not everyone could fit into St. Peter's Square for the funeral. +Throughout Rome, large television screens were set up so that people could watch the ceremony. +Similar statues were erected in many other Italian cities and in many other parts of the world (especially in Poland). +Historians have criticized the FBI's past policy of focusing resources on solving easier cases, especially car thefts, in order to increase the FBI's success rate. +Congress began funding the obscenity law in 2005, and the FBI required 10 agents to investigate adult pornography. +Robin Uttappa scored 70 runs off 41 balls with 11 fours and 2 sixes. +Middle-order batsmen Bhuvneshwar Kumar, Sachin Tendulkar and Rahul Dravid combined well to take India to 100. +But India lost seven wickets for 36 runs after losing their captain, Wicketkeeper-batsman Wriddhiman Saha. +President Bush arrived in Singapore on the 16th and began his week-long tour of Asia. +He arrived in Singapore to be greeted by Deputy Prime Minister Wong Kan Seng and later met Prime Minister Lee Hsien Loong to discuss trade and terrorism issues. +A week after the midterm elections, Bush was on stage talking about expanding trade in Asia. +Prime Minister Stephen Harper agreed to send the government's "Clean Air Act" to all-party committees for review before a second reading in the House of Commons after a 25-minute meeting with NDP Leader Jack Layton on Tuesday. +Mr Rees-Mogg told the prime minister that the Tories wanted a "complete re-write" of the party's green agenda. +The Tasmanian and federal governments have been criticised by the state government and some federal MPs for intervention to raise funds for the Mersey Community Hospital in Devonport, which they say is a pre-election stunt ahead of the November state election. +However, Prime Minister John Howard says the legislation was only introduced to protect hospital facilities in Tasmania from being downgraded by the Tasmanian Government. +According to the latest report, the tide gauge readings indicated a tsunami had been triggered. Several clear tsunami waves had been recorded in the vicinity of Palu and Donggala. +There were no reports of major damage or injuries in Tonga, though power was knocked out in some areas and Tonga's government said it had received a tsunami warning from the Pacific Tsunami Warning Center in Hawaii. +Fourteen schools along the coastline or close to it remained closed Wednesday, even though the alert had been downgraded. +U.S. President George W. Bush welcomed the announcement. +Gordon Johndrow, a spokesman for Mr. Bush, said the North Korean pledge was "a significant step forward in achieving the goal of the denuclearization of the Korean peninsula." +Jerry, the tenth named storm of the Atlantic hurricane season has formed today. +As of now, the National Hurricane Center says there is no immediate threat of landfall. +The U.S. Army Corps of Engineers estimated that a levee that had been breached earlier could overtop again with 6 inches of rainfall. +In the Ninth Ward, which was devastated by a 20-foot wall of water when Hurricane Katrina hit, many areas are now flooded up to waist deep because of overflowing levees. +Water is overtopping the levee in a 100-foot-wide area. +In an interview with Wikinews last month, Commons bureaucrat Adam Carr expressed dissatisfaction with the deletion. +He basically lied to us from the start, first by making it seem like it was a legal reason, and then by pretending to listen to us and then deleting the artwork." +The community's frustration has led to the current push to draft a policy on sexual content on sites that host millions of open-license media. +Most of the content was theoretical, but the programs written were simulations of observations made by the telescope in the Sagittarius galaxy. +This effect would have been caused by the gravitational pull of the dark matter between the Milky Way and the galactic halo. +As the moon's gravity pulls on the oceans, it causes the tides to rise and fall. The Milky Way also exerts a gravitational pull on the oceans, causing the tides to rise and fall. +Scientists concluded that dark matter interacts with other dark matter in a way that is similar to the way ordinary matter interacts with other ordinary matter. +According to this theory, most of the dark matter surrounding galaxies is in the form of a "halo" that envelops the galaxy and is made up of many small particles. +According to TV reports, white smoke is rising from the plant. +Authorities have warned residents near the plant to stay outdoors and not to turn on air conditioning or drink water from the tap. +Japan's nuclear regulator says it has detected levels of radioactive cesium and iodine inside the plant. +Officials believe this is because a container filled with uranium fuel rods has ruptured, causing the fuel rods to leak. +Dr. Tony Moll has discovered a strain of extremely drug-resistant tuberculosis (XDR-TB) in the KwaZulu-Natal province of South Africa. +In an interview he said of the new variant, "It is a very contagious variant and one that we really need to watch." +Dr. Moll believes that some of the patients may have been infected within the hospital, and at least two of them were hospital staff. +One infected person can infect 10 to 15 close contacts one year later. +However, the proportion of XDR-TB cases among all TB patients remains low, while South Africa has 330,000 TB patients, 6,000 of whom are infected with XDR-TB. +The 1,000-pound satellite, traveling at about 17,500 miles per hour when it disintegrated, was about 491 miles above Earth. +Scientists say the impact was so violent that it created a massive explosion. +Scientists are currently working to determine the size of the impact and how the Earth was affected. +The U.S. Strategic Command, which is based at Offutt Air Force Base in Nebraska and reports to the U.S. Defense Department, is tracking the debris. +The results of the plot analysis will be posted on the public site. +A Pennsylvania pediatrician has been charged with aggravated murder in the death of his mother, whose body was found in the trunk of a car on Wednesday, Ohio officials said. +Dr. Marlene Barauskas, 29, was found dead on the side of the road near Blue Ash, Ohio, about 15 miles northwest of Cincinnati, wearing only a T-shirt and underwear, clearly intoxicated. +She then led police to the black Oldsmobile Intrigue, which was parked about 500 feet away. +His body was found wrapped in a blood-stained blanket on a bench there. +Police said the body had been there for about a day. +The first cases were reported in mid-July. +The disease is transmitted by pigs and then passed on to humans via mosquitoes. +The government has taken steps such as deployment of pig catchers in affected areas, distribution of thousands of mosquito nets and spraying of larvicides to contain the outbreak. +Millions of doses of meningitis vaccine have also been promised by the government and will be sent to health facilities next year. +This year's plan was to deliver vaccines to the areas that were historically the most affected, but it was delayed because of funding shortfalls and lower priorities compared to other diseases. +Born in Sweden in 1956, Svane moved to Sweden in 1959 and started working at the Swedish Post Office three years later, where he became a master engraver. +He has produced more than 1,000 stamps for 28 different countries, including Sweden. +His work is highly regarded for its quality and detail, and he is considered to be one of the few "celebrities" of stamp collecting, with collectors who specialise in his work only. +His 1,000th stamp was a wonderful "Kings of Sweden's Achievements" issued by David Cracker Erenstråle in 2000. +He has designed banknotes for dozens of countries, including Canada's new $5 and $10 notes, which feature portraits of Prime Ministers William Lyon Mackenzie King and Lester B. Pearson. +Gibson was taken to a hospital, where he later died. +The truck driver, 64, was not hurt. +The vehicle itself was removed from the scene at about 12:00 BST on the same day. +A man who works in a garage near the crash site said, "I heard all the kids screaming and crying." +Everyone made it out safely. +Issues on the agenda for Bali include preserving the world's remaining forests and sharing technology with developing countries to help them grow in a way that is low-polluting. +The U.N. also hopes to make a final decision on a fund to help developing countries cope with the effects of global warming. +The funding could be used to build homes that are more resistant to flooding, better water management and more diverse crops. +Fluke wrote about feeling pressure to not speak out about women's health issues. +She came to that conclusion after receiving many positive comments and encouragement from both men and women who believe that condoms are medically necessary. +After the injured man was taken away, about 40 other inmates remained in the courtyard, refusing to return to their cells. +Negotiators are trying to work out an agreement, but it's not clear what the inmates are demanding. +Between 10:00 and 11:00 p.m. MDT, inmates set fire to a courtyard. +Officers wearing riot gear then entered the jail to push back the inmates with pepper spray. +Firefighters were able to put out the fire by 11:35 a.m. +Since the dam was built in 1963, the seasonal floods that used to carry sediment throughout the river have been stopped. +This sediment was crucial to the formation of the dunes and beaches that are crucial habitat for wildlife. +As a result, two native species are already extinct and another two (Humpback Chub) are on the brink of extinction. +While the rise in water levels is only a few feet above flood stage, officials expect it to be high enough to return the eroded sand dunes downstream to their original state. +No tsunami warning was issued, according to Jakarta's geophysics agency, because the quake's magnitude was below 6.5, the threshold for issuing a warning. +Although there was no tsunami threat, residents were panicked and began to flee their homes and workplaces. +While Winfrey did tear up at the end of the interview, she made sure to tell viewers she would be back. +It's not goodbye, it's see you later, it's the beginning of the next chapter." +Final results from Namibia's presidential and parliamentary elections show incumbent Hage Geingob has won a landslide victory. +The South West Africa People's Organisation (SWAPO) also won a majority of seats in parliament. +Troops and Afghan forces have been deployed to secure the area and other coalition aircraft have been sent to provide support. +The crash is believed to have been caused by enemy fire. +Bad weather and rugged terrain have hampered the search for the crash site. +Medical charity Medecins Sans Frontieres (MSF), the International Federation of Red Cross and Red Crescent Societies and the World Health Organization (WHO) have said it is the worst epidemic to hit the country. +A spokesperson for Doctors Without Borders, Richard Weir, said, "Angola is now facing its worst cholera outbreak ever, with the situation set to get much worse." +The match kicked off at 10am and the early morning mist and drizzle soon cleared to become a glorious day for seven-a-side rugby. +South Africa, the top-ranked team in the tournament, got off to a hot start with a 26-0 win over Zambia, the fifth-ranked team in the tournament. +South Africa looked short of stomach for the fight against the Southern Hemisphere's rivals, but they did enough as the tournament progressed. +Their well-disciplined defense, ball-handling skills, and great teamwork were outstanding, and it was clear that this team was the winner. +Employees of the Amsterdam Municipality and the Anne Frank Museum have warned that the tree is infested with fungus and is in danger of collapsing at any moment, creating a public health hazard. +It was scheduled to be cut down on Tuesday, but was saved by a last-minute injunction sought by the court. +There are seven entrances to the cave, which are all between 100 and 250 metres (328 and 820 feet) in diameter, and are known as the "Seven Sisters". +When you look at the infrared image, you can see that the temperature difference between day and night makes it more likely to be a cave. +During the day they are cooler than their surroundings and at night they are warmer. +These heat waves are often less stable than those found in caves on Earth, but they do share the property of being able to dig holes deep underground," said Glenn Cushing of Northern Arizona University's U.S. Geological Survey Cosmochemistry Laboratory in Flagstaff, Ariz. +In France, voting is traditionally done using outdated equipment. Voters are isolated in booths and fill out pre-printed ballots which are then deposited in a box. +Voters then go to a booth to put their ballot in an envelope, which is then deposited in a ballot box and signed on a voter rolls. +French electoral law, on the other hand, is much more precisely codified. +Ever since 1988, the ballot boxes have to be transparent, so that voters and observers can see that there are no envelopes in the ballot box when voting begins, and that no envelopes are added to the ballot box except those cast by legitimate voters. +Candidates can appoint observers to oversee any part of the process, and in the afternoon, ballots will be counted under the watchful eye of volunteers following a specific procedure. +The ASUS Eee PC was launched ahead of the rest of the world in terms of both cost and functionality, and was the talk of the 2007 Taipei IT Month. +However, with ASUS winning the 2007 Taiwan Corporate Sustainability Award from the Taiwanese Executive Yuan, the market for notebooks will fundamentally diversify and change. +The station's website describes the show as "an old-fashioned radio theatre that plays the weirdest, most nerdy music you've ever heard!" +At first, the show was only available on TogiNet Radio, an internet radio station specializing in talk radio, and this is a long-running show. +At the end of 2015, Toginet established AstroNet Radio as a subsidiary. +The show originally featured a cast of local amateur actors from the East Texas area. +With no police on the streets of Bishkek, looting was reported to have gone on throughout the night. +Gangs roamed the streets and looted shops in the "lawless" city, one observer said. +Some residents of Bishkek accused the southern protesters of trespassing. +South Africa have pulled off the unthinkable by beating the All Blacks in a Rugby Union three-nation tournament in Johannesburg. +A final score of 21-20 ended All Blacks' 15-match winning streak. +Springbrook's five-game losing streak is over. +It was the last match of the season for Allblacks, who had already won the trophy two weeks earlier. +The series finale is next week at Ellis Park in Johannesburg, when Springboks take on Australia. +A minor earthquake hit western Montana at 10:08 a.m. Monday. +The U.S. Geological Survey and its National Earthquake Information Center had no immediate reports of damage. +The epicenter of the quake was located about 20 km (15 miles) northeast of Dilon and about 65 km (40 miles) southwest of Buet. +A highly pathogenic bird flu strain, H5N1, has been confirmed in dead wild geese found in a wetland near Lyon, in eastern France, the World Organisation for Animal Health (OIE) said on Monday. +France is the seventh country in the European Union to be hit by the virus, after Austria, Germany, Slovenia, Bulgaria, Greece and Italy. +There have been no confirmed cases of avian influenza in Croatia or Denmark. +Chambers alleged that "God has caused the deaths, destruction, and terror of millions of people around the world." +Chambers' assertion that the suit is "frivolous" and "anyone can sue anyone for anything" in the U.S. +The story, used in a French opera by Camille Saint-Saëns, is about an artist ruined by drugs and love for a Japanese woman. +As a result, performers are smoking marijuana on stage, and the theater is inviting the audience to participate. +Former House Speaker Newt Gingrich, Texas Gov. Rick Perry and U.S. Rep. Michele Bachmann of Minnesota rounded out the top six. +After the results were in, Gingrich heaped praise on Santorum but used harsh words for Romney, citing a negative ad in Iowa that Gingrich said was run by Romney's team in the state. +Perry said that he would "take a hard look at running for re-election" and later announced that he would run in the South Carolina Republican Party presidential primary on January 21, 2012. +Mr Backman, who won the Ames' mock election in August, has decided to end his election campaign. +The photographer was taken to Ronald Reagan UCLA Medical Center where he later died. +His age was reported to be in his 20s. In a statement, Justin Bieber said, "I was not there nor was I involved in the accident. I pray for the families and loved ones who are affected by this tragedy." +According to celebrity news website TMZ, the photographer had parked his car on the opposite side of Sepulveda Boulevard, in order to get a picture of the police checkpoint, and had been told twice by a California Highway Patrol officer to move his car back to the side of the road. +The driver of the car that struck the photographer's scooter is unlikely to face criminal charges, police said. +There were only 18 medals to be won on a day, so many countries were left empty-handed. +Specifically, yesterday's Super-G saw Anna Jochemsen of the Netherlands finish in 9th in the women's standing class, and Kata Sarlinen of Finland finish in 10th in the same event. +Australia's Mitchell Gourley finished 11th in the men's Super-G standings, while Czech Ondrej Jelinek was 16th in the men's Super-G. +Early Valesquez of Mexico finished 15th in the men's sitting super-G and Adam Hall of New Zealand was ninth in the men's standing super-G. +Poland's visually impaired skier Michal Krzeszczynski and his guide Anna Ogarzynska took 13th place in the super-G. Park Jung-sook of South Korea finished 24th in the men's sitting super-G. +Cholera broke out in Haiti in 2010 after the country was hit by a devastating earthquake, and the UN peacekeeping troops have been accused of sparking the outbreak. +According to the suit, the U.N. camp's wastewater was not properly disinfected, allowing bacteria to flow into the Artibonite River, Haiti's largest. +Since the 19th century, Haiti had not faced any problems related to this disease until the army arrived. +The Institute for Justice and Democracy in Haiti has conducted its own investigation, which suggests that Nepalese UN peacekeepers may have inadvertently introduced the disease to Haiti. +Daniel Lantier, a disease specialist with the UN's World Health Organization (WHO), said the epidemic was probably due to the peacekeeping force. +Hamilton acknowledged that the patient was admitted to Howard University Hospital in stable condition. +The patient was going to Nigeria, where there have been a few cases of Ebola. +The hospital is following protocols by isolating the patient to prevent the spread of infection to others. +Before The Simpsons, Simpson had worked on a number of shows in a variety of capacities. +In the 1980s he was a regular on shows such as Taxi, Cheers, and The Tracey Ullman Show. +In 1989 he worked with Brookes and Grainge on the creation of Simpson's, overseeing the recruitment of the show's original writing team. +Although he left the show in 1993, he continued to be credited as a co-executive producer and received tens of millions of dollars per season. +China's state news agency Xinhua reported earlier that the plane had been hijacked. +It then landed in Kandahar, Afghanistan, according to later reports, after receiving a bomb threat. +Earlier reports said the plane had diverted to Afghanistan after being denied an emergency landing in Urumqi. +Aircraft crashes are rare in Iran, where the military and civilian air fleets are aging and under-maintained. +International sanctions have prevented the country from purchasing new aircraft. +Earlier this week, a police helicopter crashed, killing three people and injuring another three. +Last month, Iran suffered one of its worst air disasters in recent years when a passenger plane crashed on a flight from Tehran to the Armenian capital, Yerevan, killing all 168 on board. +In the same month, another passenger plane crashed while overshooting the runway at Mashhad Airport, killing 17. +Aerosmith canceled a concert on their current tour. +The rock band was scheduled to tour the U.S. and Canada until September 16. +The tour was cancelled when lead singer Steven Tyler fell off the stage during a performance on August 5. +The Malaysian then lost the first set when he was broken while serving for the set at 5-4. +In the second set, Del Potro got off to a good start but he was soon pegged back to 6-6 and once again he had to play a tie-break. +Potro was receiving treatment for a shoulder injury at the time, but somehow managed to play through it. +The program started at 8:30 a.m. local time (1500 UTC). +Celebrity singers from across the country paid their tributes at the feet of Shree Shyam by singing bhajans (devotional songs). +The night began with a performance by singer Sanju Sharma, followed by Jai Shankar Chaudhary and Raksha Singh, who performed Chappan Bhog. Raja Kandelwal was the special guest. +Later, Rakka Singh took the lead and sang a Bajan. +A total of 108 chappan bhog (56 varieties of food offered to the deity in Hinduism) were offered to Baba Shyam. +Rakka Singh performed Chappan Bog Bajan with singer Raju Kandelwal. +In a keynote address at the Tokyo Game Show on Thursday, Nintendo Co. President Satoru Iwata unveiled the design for the company's new game console, the "Nintendo Revolution." +The controller, which looks a bit like a TV remote, communicates with two sensors placed near a home TV to measure the position of the device in three-dimensional space. +The player moves the controller in the air to control actions and movements in the video game. +Carlos Sainz Jr. dropped out of the race early on when he was unable to control his car. +Team-mate Fernando Alonso had been leading for much of the race but suffered a right-front tyre blowout while exiting the pits. +Michael Schumacher was then forced out of the race when his suspension broke after a series of crashes while running behind Alonso. +She's very cute, and she can sing quite well," he said, according to a transcript of the press conference. +Every time I did a rehearsal, I felt this overwhelming sense of awe. +About three minutes after launch, a camera aboard the ship showed multiple pieces of debris separating from the fuel tank. +However, it is not believed to have caused any damage to the shuttle. +NASA Shuttle Program Manager for Launch Integration, N. Wayne Hale Jr., said, "Once we get past this uncomfortable time, we'll see this foam come down." +Within 5 minutes a gust of wind picked up to 70km/h and it started to rain heavily, then hail the size of golf balls started to fall from the sky and panic ensued as people ran for their lives screaming and diving for cover. +I got separated from my sister and her friend, but there were two disabled people in wheelchairs, and people pushing wheelchairs, jumping over them," Almudena Versace said. +NHK also reported that the Kashiwazaki-Kariwa nuclear power plant in Niigata prefecture was operating normally. +Hokuriku Electric Power reported that there were no impacts from the earthquake and that the 1 and 2 reactors at Shiga Nuclear Power Plant had been shut down. +Around 9,400 homes in the area were reported to be without water and around 100 without power. +Some roads and railways were damaged in the disaster area, and the Noto Airport in Ishikawa Prefecture was closed. +A bomb exploded outside the governor's inauguration ceremony. +Within the next two hours, three more bombs exploded near government offices. +Some reports say the official death toll stands at eight, with another 30 people treated for injuries, but the final toll is not yet known. +Both cyanide and melamine were found in the urine samples of the pets that died after eating the contaminated pet food. +According to researchers at the university, the two compounds can form a crystal that blocks the function of the kidneys. +Researchers observed the formation of crystals in cat urine when melamine and cyanuric acid were added. +The crystals were found to be composed of the same compounds when compared by infrared spectroscopy (FTIR) to crystals found in the pet's urine. +I don't know if you're aware of this, but most of the goods coming into the country from Central America were duty-free. +However, 80% of our goods were taxed by Central American countries. +I didn't think it made sense, and it was unfair. +What I want to say is that we want you to treat us the way you want to be treated. +California Gov. Arnold Schwarzenegger has signed a bill that makes it illegal to sell or rent violent video games to minors. +The bill would require violent video games sold in California to be labeled with an "18" rating and would levy a $1,000 fine for each infraction (selling to a minor). +Kier Starmer, Director of Public Prosecutions (DPP) today announced that Harun and Price have both been charged. +Mr Hoon is standing down, to be replaced by Ed Davey as business secretary, and Norman Lamb as employment relations minister. +Hoon and Price are due to appear before Westminster Magistrates' Court on February 16. +The victims were identified as Nicholas O'Donnell, 25, and Zachary Caddock, 21, the driver. +Edgar Begiristain suffered a broken arm and a broken jaw, while Christopher Schnieder required facial reconstructive surgery. +His skull was fractured and he suffered a concussion and was temporarily blinded in one eye, with a titanium plate inserted in his forehead to fix his shattered skull. +Schneider testified via video link from a U.S. Air Force base in his home state. +After the Wednesday event, Carpenter had two individual races in the championships. +Her first race was the slalom, but she retired in the first run (Did Not Finish, DNF). Thirty-six of the 116 competitors had the same result. +In the second race of the day, the Giant Slalom, she finished in tenth in the women's Super-G group with a total time of 4:41.30, 2:11.60 behind the Austrian Claudia Roesch in first, and 1:09.02 behind the Hungarian Gyongyi Daniel in ninth. +A quartet of skiers made it through to the second run in the women's giant slalom, where 45 of the 117 starters made it through to the second run. +The Madhya Pradesh Police has recovered the stolen laptop and mobile phone. +Deputy Inspector General DK Arya said, "We have arrested the five men who raped the Swiss woman and recovered her mobile phone and laptop." +The names of the accused are Baba Kanjhar, Buta Kanjhar, Lampro Kanjhar, Gaza Kanjhar and Vishnu Kanjhar. +The accused appeared before the court with his face covered, police chief Chandrashekhar Solanki told reporters. +Three people were inside the home at the time of the crash, but no injuries were reported. +However, the driver suffered a head injury. +The road was closed for some time while paramedics worked to free the driver from the wreckage of his red Audi TT. +He was initially admitted to James Paget Hospital in Great Yarmouth. +He was later transferred to Addenbrooke's Hospital in Cambridge. +He has since appeared before Edinburgh Sheriff Court charged with his son's murder. +She has been remanded in custody until her trial, but there is a risk that witnesses' testimony could be tainted as her image has been widely disseminated. +While this is common practice in other parts of the UK, the Scottish legal system is different and the courts consider the publication of photographs to be potentially prejudicial. +Prof Pamela Ferguson, of Dundee University, said "journalists are treading on dangerous ground" by publishing photographs of suspects. +The Crown Prosecution Service, which is responsible for prosecuting the case, said it would not be making any further comment until the defendant has appeared in court. +According to leaked information, the document refers to border disputes, with the Palestinians seeking a return to the borders that existed before the 1967 Middle East war. +Other issues being discussed include the future of Jerusalem, which is considered sacred by both sides, and the Jordan Valley. +Israel says it is seeking a 10-year extension to the arrangement, while the Palestinians have agreed to a five-year extension. +The supplemental nuisance wildlife removal trials are monitored and assessed for effectiveness, so the volunteer shooters who participated in the trials were under the watchful eye of the rangers. +The National Parks and Wildlife Service (NPWS) and the NSW Sporting Shooters Association (SSA) have partnered to recruit qualified volunteers for the NSW Sporting Shooters Association's hunting program. +Mick O'Flynn, acting park superintendent for the National Park Service and Conservancy, said the four shooters selected for the initial round of firing had received overall safety and training instruction. +Yesterday, Martelly was sworn in as the head of the new nine-member Provisional Electoral Council (CEP). +This will be the fifth CEP for Martel in four years. +Last month, the Presidential Council recommended that the former European Commissioner resign as part of measures to prepare the country for new elections. +The commission was set up in response to widespread pro-regime protests that began in October. +These protests, sometimes violent, have been ongoing since 2011 after planned elections were not held. +About 60 incidents of overheating iPods have been reported, resulting in six fires and four minor burn injuries. +Japan's Ministry of Economy, Trade and Industry said 27 such incidents have been reported. +Last week, the Ministry of Economy, Trade and Industry announced that Apple had reported an additional 34 incidents of overheating, which it described as "not serious." +The department said in a statement that it was "deeply disappointed" that Apple had delayed its report. +The quake hit at 7:19 a.m. local time (9:19 p.m. ET Friday) +According to the Northern Mariana Islands Emergency Management Office (EMO), there have been no national reports of damage. +The Pacific Tsunami Warning Center said there were no tsunami warnings in effect. +A former Philippine police officer has hijacked a bus in the capital, Manila, and taken tourists from Hong Kong hostage. +Rolando Mendoza fired at tourists with an M16 rifle. +Several hostages were rescued, but at least six people have been confirmed dead. +Six hostages, including children and elderly people, were freed early and Filipino photojournalists were also freed. +Photographers posed as elderly women to get close to Mendoza. He was shot dead. +Riggs followed in his father's footsteps by pursuing a career in medicine. +He trained as a midwife and started work at the National Women's Hospital in Auckland in 1959. +While working at the hospital, Riggs began researching premature births in her spare time. +His research showed that giving hormones to women made their babies' lungs mature earlier. +State investigators on Wednesday recovered two flight recorders from the "black box" of the crashed plane, Xinhua news agency reported. +Other wrestlers also paid their respects to Luna. +Tommy Dreamer said, "Luna was the original Queen of Extreme. She was my first manager. Luna passed away the night of a double moon. It was a very unique night, just like her. She was a very strong woman." +Dustin "Goldust" Rhodes commented, "Luna was as crazy as I am... maybe more so... I loved her, I miss her, I want her to be in heaven if there is one." +A poll of 1,400 people conducted ahead of the 2010 federal election found eight per cent more people were against Australia becoming a republic compared with 2008. +In the lead-up to the 2010 federal election, then Prime Minister Julia Gillard argued that Australia should become a republic once the reign of Queen Elizabeth II ended. +A poll of 1,010 people found that 34 per cent were in favour of Australia becoming a republic with Elizabeth II as head of state. +The poll showed 29 percent of Australians thought the country should become a republic, while 31 percent said it should not. +The Olympic gold medallist was due to compete in the 100m and 200m freestyle as well as the 4x100m medley relay at the Commonwealth Games, but has been withdrawn due to a suspected health issue. +The painkillers he needed were banned at the tournament, so he couldn't take them. +Curtis Cooper, a professor of mathematics and computer science at Central Missouri State University, discovered the largest known prime number on January 25. +The discovery was announced on Tuesday after being verified by several individuals using different hardware and software. +Comets may have brought about the formation of proteins and carried organic material to support life, and may have been the source of Earth's water. +Scientists want to know how the planets formed, in particular how Earth formed, from the collisions of comets a long time ago. +The 53-year-old governor, who took office early this year and signed a bill into law last month legalizing same-sex marriage. +He called the rumors "political gossip and nonsense." +He is expected to run for president in 2016. +The NextGen system, the FAA says, will allow planes to fly shorter routes and save millions of gallons of fuel and reduce carbon emissions each year. +It uses a satellite-based technology rather than a ground-based radar, allowing controllers to see more accurately where a plane is and to provide more accurate information to pilots. +There are no special transportation facilities and the overground trains do not stop at Wembley and there are no car parks or Park and Ride facilities. +There were fears that the match could be played in front of a closed-doors crowd because of a lack of transportation. +A new species of bird has been discovered in the Galapagos Islands, Ecuador, according to a study published in the journal Science on Thursday. +A team of researchers from Princeton University in the United States and Uppsala University in Sweden have reported that this new species has evolved in just two generations, but it was thought to take much longer because it is a hybrid of two finch species, the Galapagos finch and the large ground finch. +Gold is a soft, malleable metal that can be worked into any shape. It can also be hammered into thin sheets. +It can be pulled into a wire-like state, twisted or braided, or stretched or extruded into a plate-like state. +It can be stretched thin enough to be applied to other metals, even thin enough to be used as "colored paper" for hand-drawn illustrations known as "coloring books". +This is called the pH of a substance. You can make a pH indicator with cabbage juice. +Vinegar reacts with chemicals to change color, depending on whether it's acidic or alkaline (basic). +The pH level is a measure of the concentration of hydrogen ions (H+) in a solution. +A proton is a positively charged particle (since the hydrogen atom has one proton and one electron). +I take two pinches of the powder and rub it between my palms, wetting my hands with clean water. +The moisture in your hands reacts with the outer layer, giving you a weird feeling and forming a kind of shell. +Cities such as Harappa and Mohenjo-daro had sewage systems and most houses had flush toilets. +Aqueducts have been found in the houses of Minoan cities at Knossos and Phaistos on the island of Crete, and at Santorini. +Ancient Egypt, Persia, and China also had toilets. In Roman times, they were part of the public baths. +When you call someone who is thousands of miles away, the call automatically becomes a satellite call. +Satellites in space can receive these calls and almost instantly reflect them. +Satellites are sent into space on rockets. Scientists use telescopes to look at space because some of the light or colours we can see with our eyes gets bent by the Earth's atmosphere. +To put a satellite or telescope into orbit, first you need a giant rocket at least 100 feet tall. +This wheel has changed the world beyond belief. The greatest achievement of the wheel is that it made transportation much more comfortable and much faster. +Trains, cars, and many other means of transportation were invented there. +Below these are the medium-sized cats, which eat medium-sized prey such as rabbits, hares and deer. +Finally, many small animals such as insects, bats, lizards, and birds are eaten by many small cats, including feral cats. +The secret to its success is the concept of niches, which means that each cat has a unique job to do and doesn't compete with other cats. +Lions are the most social of the cat species and live in a group called a "pride". +A pride consists of one to three male adults and around thirty females and cubs. +Females are usually related to each other and form a matriarchal society with sisters and daughters. +A lion's pride resembles a wolf or dog pack in its behaviour, and the lion (as opposed to other large cats) hunts and kills its prey by running it down. +A well-muscled tiger can outrun, outswim, outdive, outclimb, and outgrapple a reasonably fit human being by as much as ten to one. +A tiger belongs to the same biological group as lions, leopards and jaguars: the family Felidae. Only the four big cats of the family Felidae are able to roar. +A tiger's roar is not a loud scream like a lion's, but more of a deep, intimidating growl. +Ocelots eat a variety of small animals, including monkeys, snakes, armadillos, and birds. Most of the animals that ocelots hunt are much smaller than themselves. +Scientists think Ocellots hunt by smelling the ground for the scent of animals (prey) that have passed by, and then chasing them. +They have excellent night vision and are good at sneaking up on prey. Ocelots blend in with their surroundings and ambush their prey. +When a small group of organisms (fewer individuals) separates from a larger group (for example, by crossing a mountain range or a river, or by moving to a new island where they are unlikely to be able to return easily), they often become aware of their new environment. +The new environment will have different resources and different competitors, so the new group will need different characteristics and adaptations to survive, possibly becoming a powerful competitor. +The original group has not changed at all and is still in need of adaptation. +As the new group begins to adapt to the new environment, over time it will begin to look different from other groups. +Eventually, after thousands or even millions of years, the two populations will become so different that they can no longer be considered to be the same species. +This process is called speciation, which just means the formation of a new species. Speciation is an unavoidable result of evolution and is a very important part of it. +Plants make oxygen that humans breathe in and take in carbon dioxide that humans breathe out. +Plants use photosynthesis to make nutrients from the sun. They also make shade. +We build our houses out of plants, we make our clothes out of plants, a lot of the food we eat is from plants, animals wouldn't be able to survive without plants. +Mosasaurus was a top-level predator in its time, so it had nothing to fear from other mosasaurs or anything else. +It has more than 70 sharp teeth in its long jaw and a different set of teeth in its palate, so once it goes in there's no way out. +Whether or not it had a forked tongue is unknown, but it may have eaten mollusks, crustaceans, and even other mosasaurs. +Also, anything that goes into the water will be attacked, including the Tyrannosaurus, one of the largest dinosaurs. +Most of their food was familiar to us, but the Romans did eat some strange things, such as wild boar, peacocks, snails and a type of rodent called a dormouse. +Another difference is that while the poor and women ate while standing or sitting on the floor, the wealthy men preferred to eat while reclining on couches. +Ancient Roman cuisine did not include ingredients from the Americas or Asia that were introduced to Europe in later centuries. +For example, there were no sweet potatoes, tomatoes, yams, or cocoa beans, and the ancient Romans never tasted turkey. +The Babylonians built a temple for each of their gods, which were called "houses of the gods". +People made sacrifices to the gods, and priests tried to please the gods through rituals and festivals. +Each temple had an open courtyard and an inner sanctuary that only priests were allowed to enter. +As part of a temple, sometimes a ziggurat, a special type of tower in the shape of a pyramid, was built. +The top of the tower was a special sanctuary dedicated to the gods. +Houses were not as important to people who lived in the warm climates of the Middle East. +Most Hebrew families lived outdoors. +Women cooked in the courtyard, and the shops were all booths facing the street. Stone was used in the construction of the houses. +Since there were no large forests in the land of Canaan, wood was a very expensive and precious commodity. +Greenland was an uninhabited land when it was first discovered by the Norse in the 10th century. According to Norse legend, Erik the Red was exiled from Iceland for murder and set sail west to find new land, which he called Greenland. +However, his discovery was not the first to be made by Europeans in the area. +Although all of these countries were "Scandinavian", there were considerable differences in the nationality, kingship, customs, and history of the Danes, Swedes, Norwegians, and Icelanders. +People who have seen the movie "National Treasure" may think that there is a map on the back of the Declaration of Independence that leads to buried treasure. +But that's not true. There's something written on the back, but it's not a treasure map. +The reverse side of the Declaration of Independence is titled "Draft of the Declaration of Independence as Reported by the Committee of Five to the Congress, July 4, 1776" and is written upside down at the bottom of the document. +While it is not known who made it, the large scroll (29.75 inches by 24.5 inches) has been preserved in its rolled state since its initial use. +That's why they're often just added as a label. +While the north of France had been liberated in the D-Day landings and subsequent battles, the south of France was still occupied. +The rulers were the Vichy French, who had signed an armistice with the Germans in 1940 rather than fight them. +On August 15, 1940, the Allies invaded southern France in an operation code-named "Dragoon." +In just 2 weeks, the US and Free French forces liberated southern France and were on their way to Germany. +Civilization is the shared culture of a large group of people who live and work together. +The word "civilization" derives from the Latin adjective civilis, which means "of a citizen," from the Latin noun civis, meaning "citizen" or "city-state," and ultimately from the Latin noun civitas, meaning "city-state" or "community." +A city-state is the precursor to a nation-state. Civilization and culture refer to the passing down of knowledge from generation to generation, the continuation of a cultural heritage, and the fair distribution thereof. +Many out-of-the-mainstream cultures disappear without being recognized as a formal civilization, thus leaving no historical record. +During the War of Independence, the 13 states initially formed a weak central government based on the Articles of Confederation, with the Continental Congress as the sole component. +The legislature had no power to levy taxes, and the country's executive and judicial branches were not established, so all of the legislature's actions had to be approved by the states, which were often reluctant to do so. +They did not have the power to nullify state taxes or tariffs. +The amendment required a two-thirds majority of the states to ratify, and as the states ignored the central government, the delegates often skipped town. +Italy's national football team is the second 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 Formula 1 motor racing. +Winter sports are popular in the north of the country and it has produced a number of Italian players to play in international and Olympic competitions. +Japan has approximately 7,000 islands, the largest of which is Honshu, which is the seventh largest island in the world. +Japan is an archipelago, so it is often referred to geographically as the "archipelago". +Taiwan's beginnings can be traced back to the 15th century when Portuguese sailors called the island Ilha Formosa, which means "beautiful island". +In 1624, the Dutch East India Company established a base in the southwest of Taiwan and transformed the aborigines' method of producing crops, employing Chinese laborers to work on rice and sugar plantations. +In 1683, the Qing dynasty (1644–1912) invaded and occupied Taiwan, and in 1885 declared Taiwan to be a province of China. +In 1895, after its defeat in the First Sino-Japanese War (1894–1895), the Qing government signed the Shimonoseki Treaty, ceding sovereigntity over Taiwan to Japan. +The main three buildings of Machu Picchu are the Inti Watana (Sundial), the Temple of the Sun (the large tower) and the Temple of the Three Windows. +Most of the buildings on the edge of the complex have been rebuilt in their original style to give tourists a better idea of how they used to look. +Machu Picchu was 30% rebuilt in 1976 and is still being restored. +For example, the most common film format for still photography is 35 mm, which was the standard film size at the end of the era of analogue photography. +Still made today, what's more important is that its aspect ratio is the same as the image sensors in digital cameras. +It sounds confusing, but a 35 mm frame is actually 36 mm wide by 24 mm high. +Therefore, the aspect ratio of this format is said to be 3:2. +Many common recording formats (e.g. APS) are close to this aspect ratio. +The "rule of thirds" may be disregarded by some, but it is a simple guideline to maintain the order of a video while creating dynamism. +The most effective position to place the main subject is at the intersection of lines that divide the image into thirds vertically and horizontally (see example). +During this time, the Catholic Church, which had become wealthy and powerful in Europe, began to be scrutinized. +Christianity has linked European countries with different languages and customs for more than a thousand years. +Its universal appeal was such that it influenced everyone from kings to peasants. +One of the major tenets of Christianity is that wealth is meant to be used to reduce the suffering or poverty of others, and church funds are meant to be used for that purpose. +The central authority of the church has been in Rome for over a thousand years, and the concentration of power and finance has led many to question whether the doctrines are being upheld. +Soon after, Britain began a naval blockade of Germany. +The strategy was effective in blocking the flow of crucial military and civilian supplies, but the blockade was deemed illegal under international law by several international agreements over the past two centuries. +Britain laid sea mines in international waters to prevent ships from entering, endangering neutral ships. +Germany had anticipated a similar response from the Allies to their unrestricted submarine warfare. +In the 1920s, the most common beliefs among both citizens and the nation as a whole were isolationism and pacifism. +The horrors and futility of World War I led many nations to seek to avoid such a situation in the future. +In 1884, Tesla moved to New York to work for Edison's company. +He emigrated to the United States almost penniless with a single volume of poems and a letter of recommendation from his former employer, Charles Batchelor, to Thomas Edison. +The ancient Chinese had their own unique way of marking the passage of time, and each distinct phase or dynasty of Chinese history has its own characteristic emperor. +There were also interregnums between dynasties, most notably the three-decade period between the fall of the Han dynasty and the establishment of the Jin dynasty. +During this time, many noblemen fought fierce battles for the right to claim the throne. +The Three Kingdoms was one of the bloodiest periods in ancient China's history, with thousands of soldiers fighting for supremacy at the Daxing Palace in Xi'an. +There were many social and political influences including the adoption of the metre, the move from absolutism to republicanism, patriotism, and the belief that the country was not the property of one ruler but of the people. +After the revolution, jobs became open to all men, and the most motivated won. +This is also true of the military, where rank is no longer based on class but on ability. +The French Revolution inspired many workers in other countries to start revolutions in their own countries. +Muhammad had a keen interest in the problems of everyday life. He often went to a cave called Hira, which was located in a mountain called Nur, for meditation. +The caves, which have survived the ages, vividly depict Muhammad's spiritual epiphany. +The cave is located on a mountain north of Mecca, and is completely isolated from the outside world. +In reality, it is not easy to find a cave even if you know they are there. Once inside a cave, it is a completely enclosed space. +Besides the clear, beautiful sky above and the surrounding mountains, there was nothing else to be seen. From inside the cave, very little of the outside world could be seen and very little of the outside world could be heard. +The Great Pyramid of Giza is the only one of the Seven Wonders of the Ancient World still standing. +The Great Pyramid of Giza is one of several large pyramids built by the ancient Egyptians as tombs for their dead pharaohs. +The Giza Plateau (the Giza Necropolis) is the site of several pyramids (the Great Pyramid of Giza being the largest), many small tombs, a temple, and the Great Sphinx. +The Great Pyramid was built as a massive tomb for Pharaoh Khufu, and many of the smaller pyramids, tombs, and temples surrounding it were built in honor of Khufu's wife or other relatives. +The upper bow mark resembled a V, while the lower bow mark resembled a Hodgkin's needle or a truncated rectangle. +The up-bow begins at the tip of the bow, and the down-bow begins at the frog (the part of the bow you hold in your hand). +The upper bow produces a softer sound, while the lower bow produces a louder, more assertive sound. +You can write freely with a pencil, but remember that there are musical reasons for the bowed slurs. Usually, you should follow the bowed slurs. +On October 6, 1789, a terrified King Louis XVI, Queen Marie Antoinette, and their two young children (11-year-old Marie-Therese and 4-year-old Louis-Charles) were forcibly returned to Paris from the Palace of Versailles by an angry mob of market women. +They rode back to Paris in a carriage, shouting at the king and queen and hurling abuse at the rioters who surrounded them. +A mob of rioters smashed the windows of the king and queen's carriage. +At one point, a rioter brandished the head of a decapitated royal guard in front of the terrified queen. +Filipinos paid for the cost of the war in the Philippines with their lives. +They were forced to pay taxes to the American colonial government to fund most of the expenses, and also to pay interest on bonds sold in Wall Street under the name of the Philippine government. +Naturally, the excess profits wrung out of the Filipinos over the long term would have constituted the basis for the American empire's super-profit. +To understand the Knights Templar, one must understand the context in which their order arose. +This era is known as the High Middle Ages and generally includes the 11th, 12th and 13th centuries (1000s to 1300s). +The Middle Ages are generally considered to be the period between the Early Middle Ages and the Late Middle Ages, which ended in the year 1500. +The term "technological determinism" encompasses a wide range of thought, from the idea that human destiny is shaped by scientific and technological advances, to the notion that technology determines the course of history. +Most interpretations of the Actor-Network Theory share two common premises. The first is that technology itself has far-reaching cultural and political implications beyond its own development, and the second is that technology is not a social construct, but rather something that "influences" society. +For example, the invention of the car could be said to have led to the development of roads. +However, with only a handful of cars on the road, the economics of the national road network are not there, so new production methods are being developed to reduce the cost of the cars. +The increase in the number of car owners has led to an increase in the number of road accidents, which in turn has led to the development of new technologies in the medical field to treat injured bodies. +Romanticism was greatly influenced by the cultural determinism of writers such as Goethe, Fichte, and Schlegel. +In the context of Romanticism, geography shaped the individual, and as time passed, customs and cultures grew out of the geography and intertwined with society, surpassing the laws that were forced upon them. +As Paris is today a center of fashion, so in the Middle Ages Constantinople was a center of fashion. +Its reputation as a centre for luxury clothing began around 400 BCE and lasted until around 1100 CE. +Its status declined in the 12th century, when mainly crusaders brought back silk and spices from the Byzantine markets. +It was at this time that the title of fashion capital moved from Constantinople to Paris. +The Gothic style flourished in the 10th to 11th centuries and in the 14th century. +The original garment was heavily influenced by the Byzantine culture of the East. +However, due to the slower communication routes, European styles may be 25 to 30 years behind. +As the Middle Ages came to an end, Western Europe began to develop its own style distinct from the rest of the world. One of the biggest innovations to come out of the Crusades was the use of buttons to close clothing. +Subsistence farming is farming of a plot of land to provide food for the farmer and his or her family. +Permaculture is a simple system which seeks to maximise yields of food and other resources from ecologically-sustainable, closed-loop systems, often using organic techniques. +Historically, most farmers were subsistence farmers, and this is still the case in many developing countries. +A subculture is a group of people who feel disenfranchised from the mainstream and seek to either create or participate in a culture that allows them to express their uniqueness. +Subcultures can be defined by the age, race, class, location, or gender of their members. +The defining characteristics of subcultures can be language, aesthetics, religion, politics, sexuality, geography, or any combination of these. +Members of subcultures often signal their membership with a distinctive style that includes clothing, mannerisms, and jargon. +One of the most common ways to demonstrate the importance of socialization is to cite the few unfortunate cases of children who were denied socialization by parental abandonment, neglect, or intentional abuse. +These children are sometimes called "feral children" or "wild children". Feral children are sometimes abducted and held captive by adults (often their parents), and in some cases the cause of abandonment is a parent's refusal to care for a child with severe intellectual or physical disabilities. +Wild children may have experienced severe child abuse or trauma before being abandoned or running away. +Some are said to have been raised by animals, while others are said to have survived on their own in the wild. +Wild children who are raised by and grow up with non-human animals behave in much the same way (within the bounds of physical possibility) as the animals they are raised by and grow up with. +Project-based learning makes learning easier and more fun, but scaffolding takes it one step further. +Scuffold is not a method of learning, but a way to support people who are using new computer programs, starting new projects, or having new learning experiences. +There are two types of scaffolding: virtual and real. In other words, the teacher is a type of scaffolding, as are clip art images in Microsoft Office. +Virtual scaffolding is built into the software, so students can ask questions, give instructions, and explain things in a way that's easy for one student to understand. +Children are placed in foster care for a variety of reasons ranging from neglect to abuse to extortion. +All children should be raised, cared for, and educated in a well-rounded environment, but feral children are not. +We know that the foster care system is the safety net for these children. +The foster care system is designed to provide safe homes, loving parenting, consistent education, and reliable medical care. +Under the foster care system, foster parents are required to provide for any and all necessities that the child may have lacked prior to being taken away from their biological family. +The Internet is a medium that combines both elements of mass communication and interpersonal communication. +The distinctive feature of the Internet is that it leads to further dimensions when viewed from the perspectives of utilization and satisfaction. +For example, "learning" and "socializing" are cited as important motives for Internet use (James et al., 1995). +The concepts of "personal involvement" and "continued relationship" were identified as new motivational aspects by Eighmey & McCord (1998) in their study of viewer reactions to websites. +The use of video recordings has led to important discoveries about the meaning of tiny facial movements, or micro-expressions, which last for only fractions of a second. +Specifically, it claims to be able to tell if a person is lying by reading the subtle movements of their face. +Oliver Sacks pointed out in his essay "The President's Speech" that people with brain damage can still appreciate the sincerity of a speech. +He suggests that this ability to interpret human behaviour is not unique to us, but also shared with animals such as dogs. +Research in the twentieth century revealed that there are two pools of genes, one hidden and one expressed. +Sudden mutations introduce new genetic variants, which are then selected out of the pool of variants by the process of natural selection. +Mutation shuffling and crossover is the process by which alleles are recombined and shuffled between chromosomes as they pass from one generation to the next. +It is difficult for primates with a digestive system similar to that of humans to obtain essential amino acids from the plant resources available in the savannah environment. +If left untreated, this can lead to growth restriction, nutritional deficiencies, and ultimately death. +The most easily obtained plant foods were proteins contained in leaves and legumes, but these are difficult to digest in their raw state for primates such as ourselves. +On the other hand, animal foods (bees, ants, eggs) are easily digested and are high-quality protein sources that contain all essential amino acids. +Given that our ancestors solved the "protein problem" the same way that chimpanzees living in today's rainforests do, this is not surprising. +A nap is a short sleep which is taken during the day, usually lasting from 10 to 60 minutes. +This can easily be done by using a relatively quiet alarm clock to wake you completely without disturbing your sleep. +If you find yourself inadvertently turning off your alarm, try placing your clock across the room from your bed so that you have to get out of bed to turn it off. +Other methods based on biorythms include drinking a lot of fluids (especially water and tea with diuretic properties) before going to bed so that you have to get up to pee. +The degree to which people feel peaceful is inversely proportional to the degree to which they are tense physically or mentally. +The less tense you are, the more positive energy you give off. Everyone has the potential to find absolute peace and contentment. +Anyone can be enlightened. The only thing that stands in the way of achieving this goal is one's own fears and negative feelings. +Tibetan Buddhism is a faith based on the teachings of Buddha, but it has expanded to include many techniques from Mahayana Buddhism and yoga from India. +In essence, Tibetan Buddhism is very simple. It consists of Kundalini yoga, meditation, and the path of compassionate love. +Kundalini yoga combines yoga poses, breathing techniques, mantras, mudras, and meditation to awaken the kundalini (the energy at the base of the spine). +The center of Tibetan meditation is deity yoga. Through visualization of various deities, energy channels are purified and chakras activated, leading to a state of enlightenment. +During World War II, Germany was a common enemy, leading to cooperation between the Soviet Union and the United States; after the war, they became rivals as a result of ideological, systemic, and cultural clashes. +Within two years of the end of the war, former allies became enemies and the Cold War began. +It then went on for another forty years, with proxy wars being waged in Africa, Asia, Afghanistan, Cuba, etc. +By September 17, 1939, the Polish defense had already been broken, and the only hope was to withdraw through the Romanian bridgehead and regroup. +However, these plans were almost overnight rendered obsolete by the Soviet Union's invasion of eastern Poland on 17 September 1939, which formed the Belarusian and Ukrainian fronts after more than 800,000 Soviet troops had invaded Poland in violation of the Ribbentrop–Molotov Pact, the Soviet–Polish Non-Aggression Pact, and other international agreements (bilateral and multilateral). +Shipping is the most efficient way to move large quantities of people and goods across the world. +Traditionally, the Navy's job has been to maintain the ability to move troops and supplies while denying the enemy the ability to do the same. +A recent example of this is Operation Overlord during World War II, when the United States attempted to transport troops and supplies across the Atlantic to help liberate Britain. +At the same time, the German Navy was mainly using U-boats to try to stop this convoy. +If the Allies had lost, Germany would probably have invaded and conquered Britain just like they did with the other European countries. +Domestication of sheep began approximately 10,000 years ago, and its center was in the Zagros Mountains of Iran. +Ancient cultures and tribes began keeping sheep for their milk, wool, meat, and skin. +Generally, flocks of sheep were left to graze on hillside or other pastureland, with a shepherd boy to guard the flock. This tradition continues today. +In the 16th century, Britain's roads were already laid with cobblestones. +A cart track was simply a path laid with boards parallel to each other, but a cart pulled by a horse could carry more stuff at a faster rate of speed than the slightly rougher roads of the day. +Sleepers were introduced quite early on to keep the track in place, and then it became apparent that it was more efficient to put a metal point on top of them. +This became common, but iron wheels were a cause of wear to the wooden wheels of carriages. +Eventually, wooden wheels were replaced by iron wheels. In 1767, the first all-iron wheels were introduced. +The first known mode of human locomotion was walking upright, which became possible around 2.0 million years ago with the appearance of Homo erectus ("upright man"). +The direct ancestors of humans, the australopithecines, did not have the habit of walking upright for an extended amount of time. +Sahelanthropus may have walked upright 7 million years ago, but the trait of bipedalism has only been confirmed in the fossil record 3.9–4.2 million years ago with the species Australopithecus. +You can start a more eco-friendly lifestyle, join the environmental movement, or become an activist to help reduce future suffering. +In many cases, this is a symptom-based treatment. However, it is not just about seeking a temporary fix; it is about identifying the root cause of the problem and inactivating it. +The world has changed dramatically as a result of the progress of human science and technology, and the problems have been exacerbated by overpopulation and excessive consumption. +The handwritten draft, signed by President John Hancock and Secretary of State Charles Thomson, was sent to John Dunlap, a printer who lived several blocks away, on July 4, 1776. +In one night, 150 to 200 copies were made, and today they are known as "Dunlap Broadsides". +The first public reading of the Declaration of Independence was given by John Nixon on July 8, 1776, in front of Independence Hall. +One was delivered to George Washington on July 6 and read to the army at New York on July 9; the other arrived in London on August 10. +The 25 surviving Dunlap Broadsides are the earliest known copies of the document. The originals, written in longhand, do not survive. +Today, many paleontologists believe that a group of dinosaurs survived, and is the ancestor of the birds we see today. +Because they have feathers and can fly, many people don't think they are dinosaurs. +Birds, however, are still very similar to dinosaurs in many ways. +They have scales and claws on their feet, are egg-laying, and walk on their hind legs like a Tyrannosaurus. +In essence, all computers used today are based on the manipulation of information encoded in binary form. +Binary numbers are expressed in either of the two values (0 or 1) and are called binary numbers or bits when used in computers. +Internal poisoning can take a while to show itself. Vomiting is a common symptom so it can't be immediately diagnosed. +The most obvious sign of internal poisoning is an open container of a drug or toxic household chemical. +Check the label on the poison to see if there is specific first-aid advice for that particular poison. +Entomologists use the term "insect" in a formal sense to refer to this group of organisms. +This name derives from the fact that the bed bug has been a pest that has infested beds since ancient times due to its high adaptability. +Both the Sasigame and Tokojira are sedentary parasites that have adapted to living in the nests or homes of their hosts. +Multiple sclerosis (MS) is estimated to affect up to 400,000 people in the U.S., and is a common neurological disease 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. +According to research, women are twice as likely to be diagnosed with multiple sclerosis (MS). +Some couples may decide that parenting is not in their or their child's best interests. +Couples like this can take advantage of the adoption system for their babies. +In an adoption, the biological parents relinquish their parental rights and the child becomes the legal child of another couple. +The main goal of science is to understand how the universe works by using scientific methods. In fact, this method is the guide for most science research. +But that's not all. Experiments are also tests used to disprove one or more of a set of possible hypotheses, and asking questions and observing are also guidelines for scientific research. +Naturalists and philosophers paid attention to classic books, especially the Bible written in Latin. +Accepted were Aristotle's views on all matters scientific, including psychology. +As Greek knowledge declined, Western countries began to realise they were disconnected from the roots of Greek philosophy and science. +Many rhythms observed in physiology and behaviour are determined by the presence of an endogenous circadian clock that is set by a system of biochemical reactions. +A cyclic rhythm is not simply a response to a cyclic stimulus from the outside, but has been recorded in most organisms from bacteria to plants, fungi, and animals. +A pacemaker is a self-contained, battery-operated device that produces electrical impulses similar to those of the heart's natural pacemaker, the sinoatrial (SA) node. +Hershey and Chase's experiment was one of the strongest experiments to suggest that DNA is the genetic material. +Hershey and Chase used viruses (called "phages") to transfer DNA from one bacterium to another. +They carried out two experiments, one in which they marked the DNA of viruses with radioactive lithium, and another in which they marked the proteins of viruses with radioactive sulphur. +Mutations can have different effects depending on the type of mutation, the importance of the mutated gene, and whether the mutated cell is a somatic cell or a germ cell. +Only mutations in reproductive cells can be passed on to offspring, while mutations in other cells can be lethal or cause cancer. +Nature-based tourism is attracting more and more people interested in visiting natural areas to enjoy the scenery, including wildlife. +Examples of local activities include hunting, fishing, photography, bird-watching, park visits and ecological surveys. +For example, going to meet orangutans in Borneo and taking photos and learning about them. +Every morning, commuters pass each other on their way to work in small-town America. +In this dynamic back-and-forth, everyone is connected in some way to a transportation system based on the car. +Science now shows that this massive carbon economy has disrupted one of the stable states of the biosphere that has supported human evolution for the past 2 million years. +Anyone who participates in society relies on some form of transportation. Most of those people are dissatisfied with their transportation options. +In developed countries, you rarely hear complaints about water quality or bridges collapsing. +Why does this keep happening, and why is it so common? Is it just incompetence on the part of the transport authorities, or is there a more fundamental problem? +Traffic flow research is the study of individual drivers and vehicles and how they interact with each other. +Unfortunately, predicting the actions of the driver with 100% certainty is not possible, so studying traffic flow is difficult. +Fortunately, drivers tend to behave in a reasonably consistent manner, so the flow of traffic can be roughly described mathematically. +To more accurately represent traffic, a relationship has been established between (1) flow, (2) density, and (3) speed, which are the three main characteristics of traffic. +These relationships help in the planning, design, and operation of roadway facilities. +Insects were the first animals to evolve flight. Being able to fly has helped them escape predators, find food and mates more efficiently. +Most insects can fold their wings along their bodies. +This allows for a wider range of habitats in which to hide from predators. +Currently, only dragonflies and damselflies can fold their wings. +Thousands of years ago, a scholar named Aristarchus claimed that the solar system revolved around the sun. +His theory was accepted by some, but many were of the opinion that the Sun (and the other planets) orbited the Earth. +It doesn't feel like the earth is moving, so it makes sense to me. +The Amazon is the second-longest river in the world and has the greatest volume of water of any river in the world. +The Amazon is the widest river in the world, and has a width of up to 6 miles (9.7 km) in some places. +Twenty percent of the water that flows into the oceans as runoff comes from the Amazon. +The Amazon has a length of 6,387 km (3,980 miles) and collects water from thousands of small rivers. +Stone-built pyramids continued to be built until the end of the Old Kingdom, but the pyramids of Giza were by far the largest and most sophisticated. +The ancient Egyptians of the New Kingdom were amazed by the monuments of their predecessors, which were over a thousand years old. +The Vatican City State has a population of around 800. It is the smallest independent state in the world, and also the state with the lowest population. +In the Vatican City State, Italian is used in laws and official communications. +Most of the people who work in Vatican City speak Italian, and many religious ceremonies are conducted in Latin. +The citizens of the Vatican City are all Roman Catholics. +Basic chemical elements such as gold, silver and copper have been valued by people since ancient times, and all of them can be found naturally in the form of ores, which can be mined relatively easily with primitive tools. +The philosopher Aristotle believed that everything was made of four elements: earth, water, air, and fire. +This is something close to the four states of matter (solid, liquid, gas, plasma) in order, but his theory also stated that they can form new stuff that you can see in this world. +An alloy is basically a mixture of two or more metals. Think of all the elements on the periodic table. +Elements such as calcium and potassium are metals. Of course, there are other metals such as silver and gold. +Alloys are also classified by the amount of non-metal elements they contain, such as carbon. +Everything in space is made of stuff called matter. Matter is made of tiny particles called atoms. +Atoms are so incredibly small that a trillion of them could fit in the period at the end of this sentence. +Thus, the invention of the lead pencil was a good friend to many people. +Unfortunately, as new styles of writing developed, the role and function of the lead pencil began to decline. +Nowadays, as more and more people type messages into their computer screens, the need for pencil sharpeners has decreased. +I wonder what the keyboard will be like when something newer comes out. +The nuclear bomb works on the principle of needing energy to collect many protons and neutrons into one nucleus. +It's like rolling a heavy truck up a hill. Some of the energy released when the atoms split is emitted as heat. +Some atoms have an unstable nucleus, and these nuclei tend to "decay" into other nuclei. +The moon is made of rock and dust. The outer layer of the moon is called the crust. +The crust is about 70 km (40 miles) thick on the near side and about 100 km (60 miles) thick on the far side. +The bottom of the sea is thin, and the bottom of the mountains is thick. +Because the crust is thin, there are more oceans closer to the poles. It is easier for molten rock to come to the surface. +Content theory focuses on finding things that appeal to people's emotions or motivate them. +These theories suggest that as people mature into adulthood, they internalize specific needs or desires. +These theories look at the motives behind why some people want to do certain things on a regular basis, and the environmental factors that either encourage or discourage them from doing so. +The two content theories are Maslow's hierarchy of needs theory and Herzberg's two-factor theory. +In general, there are two actions that may occur if a manager is promoted to a position where they used to be a peer: either "staying as one of the gang" or "trying to be one of the gang." +Managers of this type dislike making unpopular decisions, disciplinary actions, performance reviews, assigning blame, and determining who is responsible. +The opposite end of that spectrum is the individual who can't see that they have to change themselves when the team has changed. +In the end, it's the manager's job to get the best out of the players he has at his disposal. +This behavior often causes rifts between the leader and the rest of the group. +Virtual teams require the same level of excellence as traditional teams, but with a twist. +Members of a virtual team often function as a physical group's window to the outside world. +Virtual teams may meet across time zones, which can be difficult for local managers to understand, so members of virtual teams often need to be more self-motivated than members of traditional teams. +Another unique element of virtual teams is the existence of "invisible teams" (Larson and LaFasto, 1989, p109). +The "invisible team" is management, the people who set the standards that people are measured against. +Why would an organization want to go through the lengthy process of establishing a learning organization? Innovation is one of the reasons. +When all available resources are effectively utilized across the functional areas of the organization, creativity and innovation can flourish. +As a result, the collaborative process of overcoming the obstacles can lead to a new innovative process that meets the customer's needs. +For an organization to be innovative, leaders must create a culture of innovation, not just knowledge sharing and organizational learning. +In 2006, Angel explained the concept of continuous improvement as a way for organizations to achieve higher performance levels. +Neurobiological data provides physical evidence to support theoretical approaches to the study of cognition, thus narrowing the scope of research and enabling more precise research. +The correlation between brain pathology and behavior is backed by science. +Various types of brain damage, injury, abnormalities, and tumors have long been known to affect behavior and some aspects of mental function. +New technologies have made it possible to see and investigate structures and processes in the brain in ways that were not possible before. +This has allowed us to obtain a great deal of information and materials that can be used to construct a simulation model to help us understand the workings of the human mind. +While AI has a very sci-fi meaning, it has formed a very important field in computer science, processing actions, learning, and intelligent adaptation in machines. +AI research has led to the creation of machines that can perform tasks that require intelligence. +Examples include control, planning, scheduling, answering questions and diagnosing customers, as well as handwriting, speech, facial recognition, etc. +This has become a separate field of study that focuses on solving real-world problems. +While AI systems are now being incorporated into some home computers and video games, they are increasingly being used in the economic, medical, engineering, and military fields. +Much of the school's learning takes place outdoors, with teachers often taking groups of pupils on bus trips to places they would not otherwise get to visit. +Technology is providing a new way of learning by taking students on virtual field trips to museums, aquariums, and beautiful art. +Also, virtually sharing out-of-classroom learning is a great way to reflect on a trip and share experiences with future lessons. +For example, students at Bennettsville Middle School in Bennettsville, South Carolina, create a website every year for their trip to the state capitol, but the old sites are kept online so they can be used as scrapbooks. +A blog can also help improve a student's writing skills. Students who are just starting to blog tend to make a lot of grammatical and spelling errors, but having an audience makes a big difference. +Students are often the most critical readers, so bloggers often try to improve their writing in order to avoid criticism. +Writing a blog also allows students to "become more knowledgeable about the world that surrounds them," which in turn makes them "smarter and more interesting people" (Toto, 2004). +Blogs are tools that encourage collaboration and extend learning beyond the traditional classroom. +Proper use of blogs "improves students' analytical and critical thinking skills. Students are able to define their position in relation to others' writings and express their own opinions on specific issues" (Oravec, 2002). +Ottawa is a bilingual, charming capital of Canada and home to many museums and galleries displaying the country's past and present. +Further south are the Falls of Niagara, and to the north are the wilderness areas of Muskoka. +As a result, Ontario is seen by outsiders as a truly Canadian province. +Northern regions are even more sparsely populated, with some areas being virtually uninhabited wilderness. +Many will be surprised by this population comparison: The number of African-Americans in the U.S. is now greater than the number of Canadians. +The East African islands lie in the Indian Ocean, off the eastern coast of Africa. +Madagascar is the largest island between Africa and Asia and a unique biodiversity hotspot. +Most of the smaller islands are independent countries or French overseas territories, and many have famous luxury beach resorts. +Arabs also brought Islam to the region, which was widely accepted in Comoros and Mayotte. +In the 15th century, Portuguese explorer Vasco da Gama discovered a sea route from Europe to India that marked the beginning of European influence and colonialism. +It is bordered on the north by Sahel, on the south and west by the Atlantic Ocean. +Women: Women traveling alone should consider saying they're married, whether or not they actually are. +Wearing a ring (not too high) is effective. +Women should be aware that cultural differences can lead to behavior that is considered harassment, and that being followed or grabbed by the arm is far from unusual. +When you turn down a man's advances, do so with a firm but polite tone-of-voice (even if there is a cultural difference, you don't have to be nice about it!). +The modern city of Casablanca was founded in the 10th century BCE by Berber fishermen on the site of the ancient city of Anfa. It later became a strategic port for the Phoenicians, Romans, and Moroccans. +The Portuguese destroyed and rebuilt it, naming it Casabranca, but they eventually left it in 1755 after a devastating earthquake. +The city was rebuilt by the Sultan of Morocco as Dar al-Baydha and named Casablanca by the Spanish traders who set up a trading post there. +Casablanca is one of the worst places in Morocco to shop. +Around the old medina there are plenty of shops selling Moroccan handicrafts such as jewellery, leather goods, pottery and carpets, but all of these are geared towards tourists. +Goma is a tourist city in northeastern Democratic Republic of the Congo, close to Rwanda. +In 2002, Goma was devastated by lava from the Nyiragongo volcano, which destroyed most of the city's streets, especially in the central part. +Goma is quite safe, but if you go outside of Goma, you need to understand the situation on the ground in North Kivu, which continues to be tense. +The city is a base for trekking to Mount Nyragongo, an active volcano that is one of the cheapest places in Africa to see mountain gorillas. +Moving around Goma can be done using bodaboda (motorcycle taxis). Normal (local) rates are around 500 Congolese francs for short distances. +The name "Timbuktu" has come to connote a remote, exotic place that is difficult to get to. +Present-day Timbuktu is a tourist attraction because of its reputation, and it has an airport, but it is a poor town. +It was added to the List of World Heritage in Danger in 1990 to protect it from the threat of desertification. +It was one of the main stops on Henry Louis Gates's PBS special Wonders of the African World. +The city is more Arab than African, and feels very different from any other city in the country. +Kruger National Park (KNP) is located in northeastern South Africa, bordering on Mozambique and Zimbabwe to the north and east, and the Crocodile River to the south. +The park has an area of 19,500 square kilometres (7,500 sq mi) and is divided into fourteen ecological zones, each with different fauna. +This is one of South Africa's main tourist attractions and a jewel in the crown of the South African National Parks (SANParks). +As with all national parks in South Africa, there is a daily conservation fee and an entrance fee to get into the park. +It can be worthwhile to buy a Wildcard. This allows you access to all major parks in South Africa or just South Africa's national parks. +Hong Kong Island is, in fact, part of Hong Kong and is a popular tourist attraction in its own right. +The skyscrapers that line the skyline of Hong Kong have been likened to a bar graph because of the reflection of the water in Victoria Harbour. +To see the best views of Hong Kong, head out of the island and towards the waterfront of Kowloon. +Much of the urban development of Hong Kong Island has been concentrated along the northern shoreline. +This is where the British colonial rulers made their mark, so it's a good place to start if you want to look for evidence of the colonial era. +Sundarbans is the world's largest coastal mangrove forest, spread over 80 km (50 miles) along the coastline of Bangladesh and India. +The Sundarbans are a UNESCO World Heritage Site, and some of the forests within India are part of the Sundarbans National Park. +These forests are not just mangroves; they are also the last vestiges of the vast jungles that once spread across the Hindustan plains. +Sundarbans has an area of 3,850 square kilometres (1,500 sq mi), of which about a third is waterlogged. +Sundarbans became a wildlife sanctuary in 1966, and today is home to an estimated 400 Royal Bengal tigers and around 30,000 deer. +The buses depart from the district bus station (across the river) throughout the day, but most buses, especially those heading east or to Jekaterinburg/Bumtan, leave between 6:30am and 7:30am. +The commuter buses often fill up, so it is advised to purchase tickets well in advance. +Most areas have Japanese-made Coaster buses, which are comfortable and sturdy mini-buses. +Taxis are a convenient way to get around Palo (150 rupees) and Punaka (200 rupees) and other nearby places. +The Oiapoque Bridge is a suspension bridge that crosses the Oiapoque River, connecting the cities of Oiapoque in Brazil and Saint-Georges-de-l'Oyapoc in French Guiana. +The two towers are 83 metres high and 378 metres long, and the bridge is 3.50 metres wide with two lanes. +The space above the bridge is 15 metres high. It was completed in August 2011 and opened in March 2017. +The full opening of the bridge is scheduled for September 2017, and is expected to coincide with the end of Brazilian customs inspections. +The Guarani were the most important indigenous group in present-day eastern Paraguay, living as semi-nomadic hunter-gatherers and practicing some subsistence farming. +Other groups of indigenous peoples lived in the Chaco, including the Guaicuro and Payaguá. +Paraguay was formed in the 16th century, when Spanish conquerors encountered the Guaraní people. +The Spanish colonial era began in the 16th century and lasted until the 19th century. +Since the founding of Asunción in 1537, Paraguay has retained many of its indigenous characteristics. +Argentina is famous for having the best polo teams and polo players in the world. +The biggest event of the year will take place in December at the Los Canitos Polo Field. +Smaller tournaments and competitions can also be watched here at other times. +For the schedule and tickets for the Polo Tournament, please check with the Asociacion Argentina de Polo. +The official currency of the Falkland Islands is the Falkland Island pound, which is fixed at one pound sterling (GBP). +Exchanges can be made at the only bank on the island located in Stanley (across from FIC West). +The pound sterling is widely used throughout the island, and Stanley's credit cards and US dollars are also widely accepted. +In the outlying islands, you can use British and U.S. currency, but probably not credit cards; check with the owner well in advance of what forms of payment are accepted. +It is not possible to exchange Falkland pound outside of the islands, so it is best to exchange before leaving the islands. +Since Montevideo is in the Southern Hemisphere, winter in the Northern Hemisphere is summer in Montevideo, and summer in the Northern Hemisphere is winter in Montevideo. +Montevideo has a subtropical climate with warm summers and mild winters, with average temperatures above 30 °C (86 °F) in summer. +It's rare for temperatures to get below freezing, but the combination of wind and humidity can make it feel colder than the temperature on your thermometer. +There is no "rainy season" or "dry season" per se, and the amount of rainfall remains fairly constant throughout the year. +While many of the animals in the park are accustomed to human contact, wild animals should never be fed or harassed. +According to park officials, you must be at least 100 yards (91 m) away from bears and wolves and 25 yards (23 m) away from all other wildlife! +Even though they appear docile, bison, moose, elk, bears, and virtually all large animals can be aggressive. +Each year, dozens of tourists are injured by these animals because they approach them too closely; these wild animals are large and potentially dangerous, so keep your distance. +Also, avoid carrying or cooking food with strong smells as this will attract bears and other wild animals, and try to keep your camp as clean as possible. +Apia is the capital of Samoa. The town is located on the island of Upolu and has a population of approximately 40,000. +Apia was founded in the 1850s, and became the official capital of Samoa in 1959. +The harbour was the scene of a famous stand-off in 1889 when seven ships from Germany, the United States and Britain were refused permission to leave. +All of the ships except one British cruiser were sunk, and nearly 200 Americans and Germans were killed. +During the peaceful rally, which was organised by the Mau movement, the prime minister, Tu'i Tamase Lealofi III, was killed. +Oakland has two harbors and many beaches. Popular beaches are spread out over three areas. +North Shore Beach (North Harbour area) is a Pacific Ocean facing beach that stretches from Long Bay to Devonport. +Most of the beaches are safe for swimming, and the Pohutukawa trees provide shade from the summer sun. +Tamaki Drive-Beach is located between Mission Bay and St Heliers Bay in the central suburbs of Auckland. +These are sometimes overcrowded family-friendly beaches with various shops right on the beach. Swimming is safe. +The main local beer is called "Number One" and is not a strong beer, but a refreshing and easy-to-drink beer. Another local beer is called "Manta". +French wine is easy to find, so why not try some New Zealand or Australian wine while you're there. +Tap water is absolutely fine to drink, but if you are worried then bottled water is easily available. +The concept of "flat white" coffee is foreign to Australians. Short blacks are "espressos", cappuccinos are (not milky) cream-filled, and tea is served without milk. +Hot chocolate is a beverage that meets the Belgian standard. Juice drinks are expensive but very tasty. +Trips to the reef are year-round, and injuries caused by the above reasons are rare. +Still, heed all advisories from authorities, and pay close attention to safety warnings. +The hawksbill turtle is found along coasts and in river mouths from October to April, but can be seen at other times. +Sharks do attack humans, but this is very rare. Most sharks are scared of humans and will swim away. +Saltwater crocodiles do not live in the open ocean but mainly inhabit river mouths north of Rockhampton. +It gives travellers a sense of security knowing that a bed is waiting for them when they arrive at their destination. +Many travel agents have contracts with specific hotels, but they may also be able to book other lodgings, such as camp grounds. +In general, travel agents offer breakfast, arrange transportation from the airport to the hotel, or package airfares and hotels together. +Also, if you need time to consider the offer, or to obtain other documentation (such as a visa) to take up the offer, then we can reserve the booking for you. +However, requests for changes or special requests must be made through your travel agent, not directly to the hotel. +Some festivals have decided that most of their attendees will camp on site, and many attendees consider this to be a significant part of the experience. +If you want to experience this in person, you'll need to arrive early to secure a camp site with good acoustics. +Remember that there may be sections that play music late into the night, even when the main stage has finished for the day. +Some festivals offer a dedicated family camping area for families with young children. +In winter, when crossing the Baltic Sea, check the location of the cabins. The cabins most affected by the noise of the ship cutting through the ice are horribly noisy. +The St. Petersburg cruise includes a stay in the city, and cruise passengers are visa-exempt (please check the conditions). +Casinos are usually designed to tempt guests to spend as much time and money as possible. Often there are no windows or clocks, and the exits are not obvious. +Casinos usually have special dining and entertainment options to keep guests happy. +Some venues serve alcoholic beverages. However, alcohol impairs judgement, so good gamblers know that it doesn't matter who serves them. +Those who drive in high latitudes or mountainous areas should consider the possibility of snow, ice, and below-freezing temperatures. +Snowbanks and frozen roads have less traction, so driving like you do on paved roads won't work. +When it snows, it can snow quite a bit in a short time. +Also, snow falling or blowing into the windshield can limit visibility. +Meanwhile, many parts of the country remain blanketed in snow and ice, with travel disrupted for months at a time. +A safari is probably the most popular tourist attraction in Africa, and for many visitors a highlight of their tour. +A safari is an overland journey, usually into remote wilderness areas, for the purpose of observing and photographing wild animals, especially in their natural habitat. +Some animals, such as elephants and deer, have a tendency to approach cars, so they can easily be observed using standard equipment. +Lions, cheetahs and tigers are surprisingly short-sighted, so you'll need to use binoculars to see them well. +A walking safari (also known as a "bush walk" or "hiking safari") is a multi-day trek through a wilderness area. +The Paralympic Games are scheduled to take place between August 24 and September 5, 2021, and will be held in various locations around Japan. +Tokyo will become the only city in Asia to have hosted both a summer and winter Olympics when it stages the 2020 Games. +Those who had booked flights or lodging for 2020 before the postponement may find themselves in an uncomfortable situation. +Cancellation policies vary widely, but as of mid-March, most COVID-19-related cancellation policies were extended to July 2020, the original date of the Olympics. +Tickets for the event will be priced from 2,500 yen to 130,000 yen, with regular tickets costing around 7,000 yen. +If you have wet clothes, ironing them will make them dry faster. Many hotels will lend you an iron and an ironing board if you ask. +If you don't have an iron or don't want to use one, you can also try using a hair dryer. +Be careful not to overheat the dough (it can cause shrinkage or even burning). +There are many ways to treat water to make it safe to drink, including sophisticated methods that can remove specific risks that can make water unsafe to drink. +Some areas will come to a full boil in one minute, while others will take many minutes to come to a full boil. +The effectiveness of filters varies, but if you care, consider buying bottled water in sealed containers from a reputable company. +Travellers may encounter exotic diseases in areas where they are not common in their home country. +Pests can make food inedible, irritate skin, sometimes cause allergic reactions, contaminate food, and transmit diseases. +Viruses and other infectious diseases, as well as dangerous animals, are usually not considered pests. +Duty-free shopping is the opportunity to buy goods tax-free in certain shops. +Travellers visiting countries with high taxes on alcohol or tobacco can often save a significant amount of money by bringing their own. +The stretch between Point Marion and Fairmont is the least-traveled section of the Buffalo-Pittsburgh route, frequently passing through remote wilderness areas. +Those unaccustomed to driving on country roads should beware of the steep grades, narrow lanes, and sharp curves. +The posted speed limit is often significantly lower than the speed limit on adjoining roadways, and is more strictly enforced. +However, oddly enough, cellular service is better here than in many other areas of the county (Waynesboro, etc). +German pies are very tasty, and in Bavaria, they are similar to the pies from the neighboring southern country of Austria, and there are many varieties. +Fruit-filled pastries are common, and apples are used year-round as an ingredient, while summer sees the arrival of cherries and plums. +Many German cakes use nuts such as almonds or hazelnuts. Popular cakes are especially good with strong coffee. +If you want a small, rich, pudding-like dessert, try a Berliner, Pfannkuchen, or Krapfen, depending on where you are. +Curry is a dish whose base is herbs and spices, cooked with meat or vegetables. +Curries are classified either as "dry" or "wet" depending on the amount of water used. +In northern India and Pakistan, yogurt is often used in curries; in southern India and along the coast of the subcontinent coconut milk is often used. +Indonesian cuisine is a collection of cuisines from the more than 17,000 islands of Indonesia, reflecting its ethnic and cultural diversity. +However, when used without further qualification, it can refer to food from the central to eastern parts of Java. +Traditional Javanese cuisine, now popular throughout the archipelago, is characterised by simple flavourings, with peanuts, chilli, sugar (especially Javanese coconut sugar) and various spices being the main ingredients. +The abumi (あぶみ) is the part of the saddle that hangs down on either side to support the rider's feet. +This gives the rider a lot of stability, but there is a concern about safety as the rider's feet can get caught in the pedals. +There is a risk that your foot can get caught in the stirrup when dismounting from the horse, and be dragged along as the horse gallops away. Several safety measures can be taken to minimize this risk. +Firstly, most riders wear boots with a heel and a smooth sole with a fairly narrow heel. +Next, some saddles, especially British-made saddles, have a safety bar, which prevents the rider from being dragged by the reins if he or she falls backward. +Colca Canyon - Known as the Grand Canyon of South America, Colca Canyon is home to some of the continent's most impressive cliffs and rock formations. +Looking down from the top, the view is breathtaking. Climbers from all over the world continue to push the boundaries of what is possible on these walls, establishing new routes. +Downhill skiing and snowboarding are popular sports that involve going down a snow-covered hill while wearing skis or a snowboard. +Skiing is a major activity and many enthusiasts, known as "ski-nuts", plan their holidays around specific skiing destinations. +The concept of skiing is very ancient; a cave painting from 5000 B.C. depicts a skier. +The history of downhill skiing as a sport can be traced back at least to the 17th century, and in 1861 Norwegians established the first recreational ski club in Australia. +Backcountry Skiing: Also known as backcountry skiing, ski touring or ski mountaineering. +Although related to cross-country skiing and mountaineering, they are usually excluded and require sturdier skis and boots for uphill and downhill travel in rugged terrain. +Think of ski trails as hiking trails. +Under ideal conditions, you can go farther on foot than on a bicycle, but off-road running at speed, like cross-country skiing with a heavy backpack, is quite rare. +Europe is a relatively small continent with many independent countries, and in normal circumstances multiple visas and border crossings are required to visit multiple countries. +However, the Schengen area functions as a single country in this regard. +As long as you stay within this zone, you can usually cross the border without having to go through immigration several times. +Similarly, once you have a Schengen visa, you do not need to apply for separate visas for each Schengen country, saving time, expense, and bureaucracy. +There is no universally accepted definition of antiques. Some tax authorities define antiques as items that are over 100 years old. +The definition varies geographically, and in some areas of North America the age restrictions are tighter than they are in Europe. +Crafts are younger than their mass-produced counterparts, but can also be considered antiques. +Herding reindeer is an important means of livelihood for the Sami people, and the culture surrounding this trade is important for many people who pursue other professions. +However, the Sami have traditionally not been reindeer herders, but rather fishers and hunters, so most reindeer were kept as draft animals. +Today, many Sámi work in modern trades, and tourism is an important source of income for many parts of Sápmi. +While the word "Gypsy" is often used by non-Roma to refer to them, it is often considered offensive due to its association with negative stereotypes and misconceptions about Romani people. +If the country you are visiting becomes subject to a travel advisory, it may affect your travel health insurance or trip cancellation insurance. +While advice from foreign governments may or may not be heeded, such advice is invariably aimed at the country's own citizens. +For example, an American living in the Middle East might face a different situation than a European or Arab. +The advice is not a summary of the security situation in any particular country. +Many of the views presented were oversimplified or just plain wrong, compared to the more detailed and accurate information available elsewhere. +Extreme weather is a general term for dangerous weather phenomena that can lead to physical damage, serious social disruption or loss of life. +Extreme weather can be found anywhere in the world, and takes many different forms depending on the geography, topography, and state of the atmosphere. +High winds, hail, excessive rainfall, and wildfires are the result of severe weather phenomena such as thunderstorms, tornadoes, flash flooding, and cyclones. +Regional and seasonal weather phenomena include blizzards, blizzards, hail, sandstorms, etc. +Travellers are advised to be aware of the risk of disruptive weather that can affect travel plans. +Anyone planning to travel to a country where there is a perceived conflict should consider undertaking specialist training. +A search on the Internet for "hostile environment course" would probably bring up the address of a local company. +Courses generally go into much more detail about all of these issues, and often include practical exercises. +Courses usually last between 2 and 5 days, and may include role-playing and first-aid training, as well as instruction in the use of weapons. +While there are few books or magazines devoted to survival in the wild, there are virtually none on the subject of survival in a combat zone. +Travellers who are scheduled to undergo gender reassignment surgery in a foreign country need to make sure they bring along valid documentation that can be used to verify their identity when they return home. +There are many ways in which a government's policy on issuing passports with no gender designation (marked "X") or amending documents to reflect a person's desired name or gender varies. +The willingness of foreign governments to recognize these documents varies widely. +After September 11, 2001, security checkpoints became even more invasive. +Trans people undergoing surgery were shocked to find they would have to pass a scanner to maintain their privacy and dignity. +A rip current is a current of water flowing away from the shore, and can often be found around rock outcrops or other obstacles in the sea bed. +Because of the topography of the ocean floor, tides can concentrate in a few deep spots and form a current that goes out to the open ocean. +Most of the deaths are caused by exhaustion from trying to swim against the current, but it is unlikely that you would be able to swim against the current. +If you can get out of the current, it won't be so hard to swim back. +If you're out of your depth and don't have the swimming ability to get yourself out of trouble, then it's probably best to wait for help. +Re-entry shock can come sooner, last longer, and be more severe than culture shock. +Travelers who easily adapt to new cultures may have trouble adjusting to local cultures. +When you go back to your home country after living in a foreign country, you lose the habits of the culture of your home country to the degree that you adapted to the new culture. +If it's your first trip out of the country, chances are you'll be met with a lot of patience and understanding from the locals. After all, they know you're new to traveling. +People may not expect travelers to ask for patience and understanding when they return. +The Sound and Light Show at the Pyramids is one of the things to do in Cairo that is especially fun for kids. +In the darkness you can see the pyramids, and before the show you can see the pyramids in silence. +Normally, you'll hear the sounds of tourists and vendors here. The story told by the sounds and lights is almost like a children's book. +The Sphinx is both the narrator and the background of the long story. +Images are projected onto the pyramid at night, and the pyramid is lit up. +The South Shetland Islands, discovered in 1819, are claimed by several countries and have the most bases of any archipelago, with 16 in 2020. +The archipelago is located 120 km north of the Peninsula. The largest island is King George Island, where the settlement of Villa Las Estrellas is located. +Other areas include Livingstone Island, Desolation Island, and the magnificent natural harbours created by the drowned calderas of the still-active volcanoes. +Elsworthland is a region south of the peninsula, bordering the Bering Sea. +The mountains of this peninsula have eroded to form a plateau, and then re-eroded to form the 360 km long Elsworth Range, which has been split in two by the Minnesota Glacier. +The Vinson Massif, at 4,892 m the highest mountain in Antarctica, is located in the Sentinel Range of the Transantarctic Mountains. +In remote areas where cellular networks do not reach, satellite phones can be the only option. +Satellite phones are not really a substitute for cell phones because you have to be outdoors with a clear view of the sky to make a call. +The service is often used by pleasure craft, explorers in remote areas requiring data or voice, and other vessels. +Your local phone company should be able to provide you with details on how to connect to this service. +Studying abroad is becoming an increasingly popular option for students looking to make the most of their gap year. +It is particularly popular with graduates who are unsure of what to do next, as it allows them to take a year out of study without jeopardising their chances of gaining a place at university. +In many cases, by going to a gap year course overseas, you will find it easier to get into university when you return home. +Normally, there is a tuition fee to enroll in these educational programs. +Finland is a great country for boating holidays, with thousands of lakes and thousands of islands, many of which are accessible only by boat. +In the islands and lakes, you don't necessarily need a boat. +While the coastal islands and the largest lake are big enough for yachting, smaller boats and kayaks offer a different experience. +Boating is a national pastime in Finland, with one in seven or eight people owning their own boat. +This is similar to Norway, Sweden and New Zealand, but very rare in most other countries (e.g. 1-40 people in the Netherlands). +Most Baltic cruises have a long stay in St. Petersburg, Russia. +Basically, you sleep on the boat at night and over the course of 2-3 days you get to see the historical city. +If you disembark only for shore excursions, you do not need a separate visa (as of 2009). +Some cruises include a stop in Berlin, Germany. As you can see from the map above, Berlin is some distance from the sea, so a shore excursion to see the city sights would be an extra cost. +Flying can be a terrifying experience for people of all ages and walks of life, more so perhaps for those who have never flown before or who have had a traumatic experience on a plane. +It's not shameful, it's a very common fear or dislike that many people have. +Understanding the workings of an aircraft and how it behaves in flight can help overcome a fear of the unknown or of being out of one's depth. +Couriers are often paid a premium for urgent deliveries, and in many cases it is essential that business documents, goods or replacement parts arrive quickly. +Some airlines have their own jets, but at other airlines and for smaller companies there were problems. +Back in the days when air freight was new, it sometimes took days to get cargo off the plane and through customs. +The only way to get it through quickly was to send it as a registered parcel. Airline regulations do not allow bags to be sent if there are no passengers, so that was the next hurdle. +Naturally, you'll have to pay a premium to travel in first or business class (make sure to negotiate with your employer if you're on an expense account). +But they're never cheap. Business class is about four times as much as economy, and first class is about eleven times as much. +In general, it doesn't make sense to search for discounted business- or first-class tickets on direct flights from A to B. +Airlines know that certain groups of passengers are willing to pay a premium in order to have the privilege of getting to their destination faster and more comfortably, so they charge accordingly. +The capital of Moldova is Chișinău. The local language is Romanian, but Russian is widely spoken. +Moldova is a multi-ethnic country which has seen ethnic tensions in the past. +The conflict has resulted in the Transnistria, a breakaway eastern region of Moldova, which has its own government and currency but is not recognized by any UN member state. +Economic links have been re-established between Moldova's two separatist regions despite the failure of political talks. +Moldova's main religion is Orthodox Christianity. +Izmir is Turkey's third-largest city, with a population of around 3.7 million, and the country's second-largest port after Istanbul. It is also a major traffic hub. +Formerly an ancient Greek city, it is now a modern, bustling commercial centre surrounded by mountains and a huge bay. +Wide boulevards, glass-fronted buildings and modern shopping centres are interspersed with traditional red-roofed buildings, 18th-century markets, old mosques, churches and synagogues, more reminiscent of Mediterranean Europe than traditional Turkey. +From Haldarsik, you can see the nearby island of Esturoi, and the village has a rare octagonal church. +Some tombs in the churchyard are decorated with interesting stone carvings of doves. +It's worth spending 30 minutes or so wandering around the village, taking in the sights. +The north of the country is home to the romantic and charming city of Sintra, which has been immortalised in the works of Lord Byron. +A regular Scotterbus 403 runs from Sintra to Cabo da Roca. +Also, visit the Sanctuary of Our Lady of Fatima, one of the most important pilgrimage sites in the world. +Remember that in essence it is a huge group cemetery, and for the vast majority of the world's population it is a cemetery of unknowns. +Many of the men and women who survived that time are still alive, and many of those who were killed or deported were people who were important to us, whether they were Jewish or not. +Show the appropriate level of deference and behave with dignity and decorum. Don't make jokes about the Holocaust or the Nazis, for example. +Be careful not to vandalise famous landmarks by spraying paint or scratching graffiti into them. +Catalan and Spanish are the official languages of Catalonia. About half of Catalans prefer to speak Catalan, most of them are bilingual in Catalan and Spanish, and nearly all of them are able to speak Spanish. +However, because Catalan is legally designated as the primary language, most signs are written only in Catalan. +However, Spanish is still widely used in public transportation. +The regular announcements on the metro are in Catalan only, but in case of delays due to an accident, the automatic system will announce in Spanish, English, French, Arabic, and Japanese. +Parisians are said to be self-centered, arrogant, and rude. +While this is an oversimplification, the best way to make the most of your time in Paris is to "act like a local" and do the things that the locals do. That way, you'll fit in and feel more comfortable. +Parisians may seem rude at first, but once you know the basics of etiquette it's easy to fit in. +The Plitvice Lakes National Park is a UNESCO World Heritage Site comprising 16 lakes connected by a series of waterfalls in a vast forest (primarily beech, spruce and fir) that is shared with the Alps and the Mediterranean. +Due to the mild climate, there is a wide range of soil types and elevations, resulting in a great diversity of plant life. +The area is also home to a wide variety of animals and birds. +European brown bears, wolves, eagles, owls, long-eared owls, short-eared owls and capercaillies are among the rare species that can be found there, as well as many more common ones. +Women are required to wear skirts that go below the knee and cover the shoulders when they visit the abbey. +Most of the monasteries will have shawls to lend to women who come unprepared, but if you bring your own especially bright one, you will be smiled at by the monks and nuns at the entrance. +Men are also required to wear trousers that cover the knee. +These can be borrowed from the reception desk at the entrance, but some people may find them uncomfortable to wear as they are not washed after each use. They are a one-size-fits-all for men. +The cuisine of Mallorca, like that of other Mediterranean regions, is based on bread, vegetables, meat (particularly pork) and olive oil. +During the summer, a simple dish called "panburi" made with tomatoes, cheese, and chutney on top of bread coated with olive oil is especially popular. +All nouns, just like the pronoun "you" in English, always begin with a capital letter, even in the middle of a sentence. +This is an important way to distinguish some verbs and objects. +It may be slightly more complicated for the writer, to see if verbs or adjectives are being used in a concrete way, but it's easy for the reader. +Italian pronunciation is relatively easy, and most words are pronounced exactly as they are spelled. +The pronunciation changes based on the next vowel, so the main letters to be aware of are c and g. +Also, while caro means "dear", carro means "tank", so the pronunciation of r and rr needs to be distinguished. +Persian is relatively easy to learn and is mostly regular in its grammar. +Therefore, reading an introductory text on Persian grammar will help you learn a lot about Persian grammar and make it easier to understand sentences. +It goes without saying that if you already know one of the Romance languages, you should have an easier time learning Portuguese. +However, those who know a little Spanish may jump to the conclusion that "Portuguese is so similar to Spanish that I don't need to learn it separately." +Before the modern era, most observatories were disused and left as museums or educational sites. +The pollution back then was different in kind from today's problems and because it was happening in towns and school playgrounds it seemed more immediate than present-day problems. +Many of the latest research telescopes are located in remote areas because of the good observing conditions. +The viewing of cherry blossoms, known as hanami, has been a part of Japanese culture since the 8th century. +The concept comes from China, where plum blossoms are popular. +The first hanami party in Japan was hosted by the emperor for himself and members of the court. +Plants are at their most beautiful when they are in their natural environment, so resist the temptation to bring back 'just one'. +If you try to collect "specimens" in a well-kept garden, you will be unceremoniously ejected. +Singapore is generally very safe, very easy to move around in, and you can buy almost anything once you arrive. +However, due to its positioning several degrees north of the equator, it has a (perpetual) tropical climate with both heat and (infrequent) sunshine. +There are also several buses heading north to Hebron, the legendary burial site of the patriarchs Abraham, Isaac and Jacob and their wives. +Make sure the bus you take is going to Kiryat Arba and Hebron and not just to a Jewish settlement near Kiryat Arba. +A walk along an inland waterway would be a great theme for a day out. +Things to do include visiting castles in the Rhine Valley or a cruise on the Danube between Nuremberg and Regensburg, or a boat trip on the Elbe. +They also mark popular hiking and cycling routes. +Christmas is celebrated as the birthday of Jesus and is one of the most important festivals of Christianity. +Many of the traditions associated with the holiday have been embraced by non-Christians in the United States and around the world. +Traditionally, people would stay awake on Easter eve in order to see the sunrise. +There is, of course, a theological explanation for this tradition, but it could also have something to do with ancient spring and fertility rites. +Traditional churches often hold a Vigil of the Resurrection on the eve of Easter Saturday, which is a celebration of the resurrection of Christ at midnight on Easter. +All of the original animals that came to the Galapagos were either swimming, flying, or floating. +Because of its isolation from the mainland, mammals could not migrate to the Galapagos, so the tortoise became the archipelago's main herbivore. +Humans have introduced many mammals to the Galapagos, including goats, horses, cows, rats, cats, and dogs. +In winter, you can experience the polar night, when the sun never rises above the horizon. +This phenomenon makes the sky almost completely dark for almost 24 hours, so it is a good opportunity to see the aurora. +This area is sparsely populated and has little light pollution, so you can enjoy the stars. +Japanese work culture is more hierarchical and formal than what Westerners are accustomed to. +A suit is standard work wear, and colleagues often address each other by their surname and title. +Workplace harmony is very important, and this is achieved by praising group efforts rather than individual accomplishments. +Many workers have to get approval from a supervisor to do anything, and are often expected to follow the supervisor's instructions without question. diff --git a/test-ja-en.bleu b/test-ja-en.bleu new file mode 100644 index 0000000000000000000000000000000000000000..4288ba6cd036fd105624132590b1a942b3459ddc --- /dev/null +++ b/test-ja-en.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 22.64 55.8/28.5/16.9/10.3 (BP = 0.987 ratio = 0.987 hyp_len = 24394 ref_len = 24721) diff --git a/test-ja-en.comet b/test-ja-en.comet new file mode 100644 index 0000000000000000000000000000000000000000..1b3e34719d364be1518353bafa2070d75e170160 --- /dev/null +++ b/test-ja-en.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 0 score: 0.8246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 1 score: 0.8489 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 2 score: 0.9162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 3 score: 0.8189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 4 score: 0.8541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 5 score: 0.8279 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 6 score: 0.8607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 7 score: 0.8349 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 8 score: 0.9466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 9 score: 0.9328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 10 score: 0.8938 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 11 score: 0.8436 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 12 score: 0.8777 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 13 score: 0.8169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 14 score: 0.8732 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 15 score: 0.7606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 16 score: 0.8585 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 17 score: 0.9125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 18 score: 0.8924 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 19 score: 0.8380 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 20 score: 0.9503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 21 score: 0.8898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 22 score: 0.8405 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 23 score: 0.8769 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 24 score: 0.8715 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 25 score: 0.9057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 26 score: 0.8525 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 27 score: 0.8595 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 28 score: 0.8081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 29 score: 0.9107 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 30 score: 0.8300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 31 score: 0.8176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 32 score: 0.7773 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 33 score: 0.9052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 34 score: 0.9119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 35 score: 0.8997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 36 score: 0.9031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 37 score: 0.8152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 38 score: 0.7870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 39 score: 0.8405 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 40 score: 0.8257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 41 score: 0.8897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 42 score: 0.8725 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 43 score: 0.8777 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 44 score: 0.7333 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 45 score: 0.7268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 46 score: 0.8473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 47 score: 0.8890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 48 score: 0.8623 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 49 score: 0.7579 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 50 score: 0.8379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 51 score: 0.8266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 52 score: 0.8587 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 53 score: 0.9219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 54 score: 0.8824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 55 score: 0.8591 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 56 score: 0.8039 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 57 score: 0.8922 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 58 score: 0.8321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 59 score: 0.9656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 60 score: 0.8798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 61 score: 0.9084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 62 score: 0.7978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 63 score: 0.9145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 64 score: 0.9032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 65 score: 0.8239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 66 score: 0.7941 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 67 score: 0.7217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 68 score: 0.8872 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 69 score: 0.8865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 70 score: 0.8250 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 71 score: 0.8950 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 72 score: 0.8118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 73 score: 0.8399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 74 score: 0.8492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 75 score: 0.8424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 76 score: 0.8487 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 77 score: 0.8724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 78 score: 0.9781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 79 score: 0.9099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 80 score: 0.8447 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 81 score: 0.8542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 82 score: 0.8615 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 83 score: 0.8724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 84 score: 0.8967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 85 score: 0.8680 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 86 score: 0.8517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 87 score: 0.8961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 88 score: 0.8828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 89 score: 0.8174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 90 score: 0.7837 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 91 score: 0.8471 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 92 score: 0.8760 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 93 score: 0.9198 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 94 score: 0.9152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 95 score: 0.9204 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 96 score: 0.8535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 97 score: 0.8867 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 98 score: 0.8010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 99 score: 0.8766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 100 score: 0.8967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 101 score: 0.8116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 102 score: 0.8035 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 103 score: 0.9141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 104 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 105 score: 0.8011 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 106 score: 0.9185 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 107 score: 0.8614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 108 score: 0.8351 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 109 score: 0.8350 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 110 score: 0.7728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 111 score: 0.9415 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 112 score: 0.8746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 113 score: 0.9369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 114 score: 0.8795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 115 score: 0.8340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 116 score: 0.9057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 117 score: 0.8299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 118 score: 0.9408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 119 score: 0.8664 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 120 score: 0.7888 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 121 score: 0.7726 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 122 score: 0.8478 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 123 score: 0.8849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 124 score: 0.8851 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 125 score: 0.8569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 126 score: 0.6333 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 127 score: 0.8849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 128 score: 0.9127 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 129 score: 0.8873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 130 score: 0.8079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 131 score: 0.8516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 132 score: 0.8717 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 133 score: 0.8980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 134 score: 0.8678 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 135 score: 0.8775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 136 score: 0.8899 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 137 score: 0.9184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 138 score: 0.9064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 139 score: 0.8499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 140 score: 0.8918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 141 score: 0.8778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 142 score: 0.9343 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 143 score: 0.8284 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 144 score: 0.7806 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 145 score: 0.8335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 146 score: 0.8810 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 147 score: 0.9118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 148 score: 0.8313 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 149 score: 0.8971 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 150 score: 0.8502 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 151 score: 0.8807 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 152 score: 0.8562 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 153 score: 0.7986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 154 score: 0.6450 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 155 score: 0.9016 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 156 score: 0.8895 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 157 score: 0.8770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 158 score: 0.9088 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 159 score: 0.8528 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 160 score: 0.8618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 161 score: 0.8185 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 162 score: 0.8207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 163 score: 0.8012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 164 score: 0.8520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 165 score: 0.8509 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 166 score: 0.8749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 167 score: 0.8517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 168 score: 0.8299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 169 score: 0.8746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 170 score: 0.8688 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 171 score: 0.9190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 172 score: 0.9149 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 173 score: 0.8688 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 174 score: 0.7638 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 175 score: 0.8417 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 176 score: 0.7582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 177 score: 0.8813 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 178 score: 0.8131 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 179 score: 0.9059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 180 score: 0.8825 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 181 score: 0.9335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 182 score: 0.9078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 183 score: 0.9098 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 184 score: 0.8753 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 185 score: 0.9309 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 186 score: 0.8408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 187 score: 0.8567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 188 score: 0.8106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 189 score: 0.8264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 190 score: 0.8979 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 191 score: 0.7811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 192 score: 0.8596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 193 score: 0.7579 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 194 score: 0.8163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 195 score: 0.9308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 196 score: 0.8832 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 197 score: 0.8086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 198 score: 0.8817 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 199 score: 0.8089 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 200 score: 0.8411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 201 score: 0.8564 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 202 score: 0.8852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 203 score: 0.8492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 204 score: 0.8387 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 205 score: 0.8801 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 206 score: 0.9102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 207 score: 0.8445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 208 score: 0.8729 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 209 score: 0.9191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 210 score: 0.9153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 211 score: 0.8893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 212 score: 0.8915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 213 score: 0.9154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 214 score: 0.8216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 215 score: 0.8762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 216 score: 0.8983 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 217 score: 0.8702 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 218 score: 0.9093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 219 score: 0.8724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 220 score: 0.9254 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 221 score: 0.9207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 222 score: 0.8927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 223 score: 0.8582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 224 score: 0.8903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 225 score: 0.9385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 226 score: 0.8978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 227 score: 0.6227 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 228 score: 0.8135 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 229 score: 0.8382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 230 score: 0.9314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 231 score: 0.8673 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 232 score: 0.7902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 233 score: 0.8417 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 234 score: 0.7850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 235 score: 0.7481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 236 score: 0.8770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 237 score: 0.8846 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 238 score: 0.8662 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 239 score: 0.8010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 240 score: 0.7988 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 241 score: 0.7826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 242 score: 0.9187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 243 score: 0.7925 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 244 score: 0.8444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 245 score: 0.9378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 246 score: 0.7709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 247 score: 0.7780 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 248 score: 0.7984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 249 score: 0.9276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 250 score: 0.8920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 251 score: 0.9173 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 252 score: 0.8763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 253 score: 0.8513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 254 score: 0.9357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 255 score: 0.9065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 256 score: 0.8947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 257 score: 0.8942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 258 score: 0.9332 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 259 score: 0.8737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 260 score: 0.9161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 261 score: 0.8511 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 262 score: 0.9200 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 263 score: 0.8243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 264 score: 0.9095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 265 score: 0.8953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 266 score: 0.8428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 267 score: 0.8181 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 268 score: 0.9214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 269 score: 0.8605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 270 score: 0.8615 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 271 score: 0.7507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 272 score: 0.9142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 273 score: 0.8223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 274 score: 0.7708 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 275 score: 0.8034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 276 score: 0.7118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 277 score: 0.9509 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 278 score: 0.9115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 279 score: 0.8407 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 280 score: 0.8964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 281 score: 0.8736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 282 score: 0.9100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 283 score: 0.8416 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 284 score: 0.9305 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 285 score: 0.9406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 286 score: 0.8665 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 287 score: 0.8649 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 288 score: 0.9212 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 289 score: 0.8912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 290 score: 0.8740 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 291 score: 0.8790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 292 score: 0.9037 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 293 score: 0.7706 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 294 score: 0.8582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 295 score: 0.8711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 296 score: 0.8788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 297 score: 0.8682 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 298 score: 0.8460 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 299 score: 0.8814 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 300 score: 0.9276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 301 score: 0.9020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 302 score: 0.9111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 303 score: 0.8519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 304 score: 0.8735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 305 score: 0.8600 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 306 score: 0.8883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 307 score: 0.8336 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 308 score: 0.8932 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 309 score: 0.9055 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 310 score: 0.9283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 311 score: 0.9330 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 312 score: 0.8873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 313 score: 0.5969 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 314 score: 0.9469 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 315 score: 0.8967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 316 score: 0.8714 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 317 score: 0.8370 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 318 score: 0.8723 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 319 score: 0.8799 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 320 score: 0.8807 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 321 score: 0.8682 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 322 score: 0.8913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 323 score: 0.8696 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 324 score: 0.8014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 325 score: 0.8477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 326 score: 0.8300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 327 score: 0.8355 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 328 score: 0.9147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 329 score: 0.8952 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 330 score: 0.8947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 331 score: 0.8971 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 332 score: 0.8471 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 333 score: 0.9174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 334 score: 0.9499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 335 score: 0.9313 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 336 score: 0.8872 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 337 score: 0.8823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 338 score: 0.8690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 339 score: 0.9013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 340 score: 0.8072 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 341 score: 0.8391 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 342 score: 0.7893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 343 score: 0.8110 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 344 score: 0.9094 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 345 score: 0.8241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 346 score: 0.8947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 347 score: 0.8316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 348 score: 0.7413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 349 score: 0.8737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 350 score: 0.8674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 351 score: 0.7666 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 352 score: 0.8539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 353 score: 0.9008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 354 score: 0.8833 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 355 score: 0.8468 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 356 score: 0.8945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 357 score: 0.8614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 358 score: 0.8689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 359 score: 0.8315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 360 score: 0.8228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 361 score: 0.8867 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 362 score: 0.8581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 363 score: 0.8461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 364 score: 0.8485 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 365 score: 0.7142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 366 score: 0.6244 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 367 score: 0.8496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 368 score: 0.8363 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 369 score: 0.8600 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 370 score: 0.7995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 371 score: 0.8074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 372 score: 0.8574 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 373 score: 0.8717 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 374 score: 0.8489 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 375 score: 0.8714 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 376 score: 0.9276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 377 score: 0.9389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 378 score: 0.8827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 379 score: 0.8852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 380 score: 0.9053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 381 score: 0.8637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 382 score: 0.7504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 383 score: 0.7496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 384 score: 0.7891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 385 score: 0.8888 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 386 score: 0.7873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 387 score: 0.8897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 388 score: 0.8958 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 389 score: 0.8849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 390 score: 0.9119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 391 score: 0.9165 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 392 score: 0.8605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 393 score: 0.9377 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 394 score: 0.8834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 395 score: 0.7890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 396 score: 0.8555 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 397 score: 0.9316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 398 score: 0.8238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 399 score: 0.6555 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 400 score: 0.9115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 401 score: 0.8516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 402 score: 0.8858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 403 score: 0.7516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 404 score: 0.7529 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 405 score: 0.8396 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 406 score: 0.8947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 407 score: 0.8345 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 408 score: 0.9107 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 409 score: 0.9205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 410 score: 0.8832 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 411 score: 0.7878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 412 score: 0.8507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 413 score: 0.8571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 414 score: 0.9027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 415 score: 0.8283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 416 score: 0.8404 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 417 score: 0.7836 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 418 score: 0.9007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 419 score: 0.9489 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 420 score: 0.8519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 421 score: 0.8869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 422 score: 0.7675 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 423 score: 0.8402 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 424 score: 0.8996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 425 score: 0.8778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 426 score: 0.8872 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 427 score: 0.8293 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 428 score: 0.9206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 429 score: 0.8601 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 430 score: 0.9199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 431 score: 0.8229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 432 score: 0.8473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 433 score: 0.6914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 434 score: 0.8569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 435 score: 0.8507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 436 score: 0.9132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 437 score: 0.9083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 438 score: 0.8504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 439 score: 0.8734 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 440 score: 0.9084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 441 score: 0.9148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 442 score: 0.9082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 443 score: 0.9099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 444 score: 0.8480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 445 score: 0.8609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 446 score: 0.8988 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 447 score: 0.8742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 448 score: 0.8714 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 449 score: 0.8228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 450 score: 0.8395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 451 score: 0.8282 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 452 score: 0.9085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 453 score: 0.8450 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 454 score: 0.8640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 455 score: 0.8367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 456 score: 0.8657 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 457 score: 0.8510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 458 score: 0.8637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 459 score: 0.8341 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 460 score: 0.9134 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 461 score: 0.8569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 462 score: 0.8672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 463 score: 0.8996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 464 score: 0.8691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 465 score: 0.8641 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 466 score: 0.8790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 467 score: 0.7428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 468 score: 0.7886 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 469 score: 0.8344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 470 score: 0.7184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 471 score: 0.8245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 472 score: 0.8173 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 473 score: 0.7469 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 474 score: 0.8232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 475 score: 0.6966 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 476 score: 0.8615 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 477 score: 0.8166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 478 score: 0.9044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 479 score: 0.8872 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 480 score: 0.8323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 481 score: 0.8309 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 482 score: 0.8452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 483 score: 0.8708 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 484 score: 0.8482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 485 score: 0.8710 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 486 score: 0.8960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 487 score: 0.8398 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 488 score: 0.8414 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 489 score: 0.8571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 490 score: 0.7993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 491 score: 0.9091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 492 score: 0.9275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 493 score: 0.8987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 494 score: 0.8739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 495 score: 0.8719 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 496 score: 0.8539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 497 score: 0.8326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 498 score: 0.9401 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 499 score: 0.8333 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 500 score: 0.9324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 501 score: 0.9046 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 502 score: 0.9152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 503 score: 0.8713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 504 score: 0.8530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 505 score: 0.9431 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 506 score: 0.9038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 507 score: 0.7688 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 508 score: 0.9025 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 509 score: 0.8605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 510 score: 0.8196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 511 score: 0.7183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 512 score: 0.9147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 513 score: 0.6556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 514 score: 0.8964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 515 score: 0.9378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 516 score: 0.8375 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 517 score: 0.9351 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 518 score: 0.8582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 519 score: 0.9465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 520 score: 0.9095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 521 score: 0.9115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 522 score: 0.8430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 523 score: 0.8460 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 524 score: 0.9008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 525 score: 0.8844 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 526 score: 0.7711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 527 score: 0.6298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 528 score: 0.8881 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 529 score: 0.8590 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 530 score: 0.8712 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 531 score: 0.8968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 532 score: 0.8679 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 533 score: 0.6520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 534 score: 0.8820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 535 score: 0.8249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 536 score: 0.8242 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 537 score: 0.7979 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 538 score: 0.8859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 539 score: 0.8565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 540 score: 0.8677 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 541 score: 0.9236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 542 score: 0.8505 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 543 score: 0.8948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 544 score: 0.8812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 545 score: 0.9405 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 546 score: 0.8121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 547 score: 0.9043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 548 score: 0.8575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 549 score: 0.8903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 550 score: 0.8017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 551 score: 0.8702 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 552 score: 0.8897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 553 score: 0.8778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 554 score: 0.8866 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 555 score: 0.8359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 556 score: 0.7460 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 557 score: 0.6960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 558 score: 0.7979 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 559 score: 0.8017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 560 score: 0.8508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 561 score: 0.9156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 562 score: 0.9035 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 563 score: 0.8032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 564 score: 0.8194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 565 score: 0.8757 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 566 score: 0.8799 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 567 score: 0.8770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 568 score: 0.8577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 569 score: 0.8824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 570 score: 0.8703 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 571 score: 0.9076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 572 score: 0.8424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 573 score: 0.8654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 574 score: 0.9058 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 575 score: 0.8327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 576 score: 0.8200 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 577 score: 0.9061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 578 score: 0.8497 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 579 score: 0.8648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 580 score: 0.8918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 581 score: 0.9159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 582 score: 0.8995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 583 score: 0.8435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 584 score: 0.7927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 585 score: 0.8733 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 586 score: 0.9089 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 587 score: 0.8568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 588 score: 0.8218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 589 score: 0.8644 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 590 score: 0.8969 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 591 score: 0.9205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 592 score: 0.8839 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 593 score: 0.9151 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 594 score: 0.9442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 595 score: 0.8894 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 596 score: 0.8620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 597 score: 0.8632 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 598 score: 0.5978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 599 score: 0.8866 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 600 score: 0.8703 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 601 score: 0.8483 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 602 score: 0.8856 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 603 score: 0.9063 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 604 score: 0.8850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 605 score: 0.9183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 606 score: 0.8203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 607 score: 0.7049 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 608 score: 0.8178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 609 score: 0.8860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 610 score: 0.8477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 611 score: 0.9358 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 612 score: 0.8628 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 613 score: 0.8696 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 614 score: 0.8832 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 615 score: 0.9117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 616 score: 0.9329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 617 score: 0.9679 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 618 score: 0.9019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 619 score: 0.8512 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 620 score: 0.8778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 621 score: 0.7796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 622 score: 0.9148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 623 score: 0.8527 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 624 score: 0.8391 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 625 score: 0.8677 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 626 score: 0.8870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 627 score: 0.8817 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 628 score: 0.9210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 629 score: 0.8459 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 630 score: 0.8987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 631 score: 0.8987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 632 score: 0.8946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 633 score: 0.8711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 634 score: 0.9666 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 635 score: 0.8971 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 636 score: 0.8912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 637 score: 0.8693 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 638 score: 0.9073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 639 score: 0.9416 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 640 score: 0.8399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 641 score: 0.9315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 642 score: 0.9261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 643 score: 0.8591 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 644 score: 0.8136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 645 score: 0.8001 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 646 score: 0.8683 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 647 score: 0.8945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 648 score: 0.8244 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 649 score: 0.7775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 650 score: 0.9286 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 651 score: 0.9086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 652 score: 0.7459 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 653 score: 0.8057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 654 score: 0.9065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 655 score: 0.9282 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 656 score: 0.8437 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 657 score: 0.8672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 658 score: 0.7857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 659 score: 0.8821 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 660 score: 0.7208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 661 score: 0.6885 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 662 score: 0.9329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 663 score: 0.8574 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 664 score: 0.8545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 665 score: 0.8533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 666 score: 0.8953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 667 score: 0.8020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 668 score: 0.8821 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 669 score: 0.9363 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 670 score: 0.8907 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 671 score: 0.9017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 672 score: 0.8835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 673 score: 0.9054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 674 score: 0.8826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 675 score: 0.8818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 676 score: 0.9053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 677 score: 0.8843 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 678 score: 0.8812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 679 score: 0.8870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 680 score: 0.8831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 681 score: 0.9151 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 682 score: 0.9042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 683 score: 0.8339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 684 score: 0.8470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 685 score: 0.8671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 686 score: 0.8709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 687 score: 0.8527 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 688 score: 0.9240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 689 score: 0.8710 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 690 score: 0.8953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 691 score: 0.8928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 692 score: 0.9200 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 693 score: 0.8522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 694 score: 0.7955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 695 score: 0.9288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 696 score: 0.8664 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 697 score: 0.9474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 698 score: 0.7885 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 699 score: 0.9048 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 700 score: 0.8646 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 701 score: 0.9289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 702 score: 0.8893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 703 score: 0.7876 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 704 score: 0.7286 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 705 score: 0.8792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 706 score: 0.7624 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 707 score: 0.9004 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 708 score: 0.8939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 709 score: 0.9068 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 710 score: 0.9141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 711 score: 0.8479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 712 score: 0.9242 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 713 score: 0.8858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 714 score: 0.8540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 715 score: 0.8212 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 716 score: 0.9000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 717 score: 0.8662 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 718 score: 0.8994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 719 score: 0.8371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 720 score: 0.9195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 721 score: 0.8774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 722 score: 0.8835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 723 score: 0.8558 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 724 score: 0.9056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 725 score: 0.9088 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 726 score: 0.8747 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 727 score: 0.7975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 728 score: 0.8192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 729 score: 0.9218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 730 score: 0.8691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 731 score: 0.8791 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 732 score: 0.8744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 733 score: 0.8790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 734 score: 0.8919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 735 score: 0.8338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 736 score: 0.8936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 737 score: 0.8800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 738 score: 0.8848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 739 score: 0.8992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 740 score: 0.8342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 741 score: 0.8398 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 742 score: 0.8744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 743 score: 0.8445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 744 score: 0.9002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 745 score: 0.9090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 746 score: 0.7769 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 747 score: 0.7918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 748 score: 0.8187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 749 score: 0.9175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 750 score: 0.9255 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 751 score: 0.8555 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 752 score: 0.8873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 753 score: 0.8415 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 754 score: 0.8668 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 755 score: 0.8995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 756 score: 0.8577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 757 score: 0.8874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 758 score: 0.8824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 759 score: 0.7162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 760 score: 0.8690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 761 score: 0.9067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 762 score: 0.9301 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 763 score: 0.8801 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 764 score: 0.9102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 765 score: 0.9007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 766 score: 0.8766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 767 score: 0.9055 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 768 score: 0.9363 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 769 score: 0.9434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 770 score: 0.8834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 771 score: 0.9346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 772 score: 0.7697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 773 score: 0.8853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 774 score: 0.8831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 775 score: 0.8408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 776 score: 0.8255 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 777 score: 0.9081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 778 score: 0.8970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 779 score: 0.8269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 780 score: 0.8993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 781 score: 0.8723 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 782 score: 0.8569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 783 score: 0.8718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 784 score: 0.9153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 785 score: 0.7762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 786 score: 0.9239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 787 score: 0.8990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 788 score: 0.8548 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 789 score: 0.8912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 790 score: 0.9044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 791 score: 0.8625 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 792 score: 0.8870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 793 score: 0.8880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 794 score: 0.8691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 795 score: 0.8882 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 796 score: 0.9545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 797 score: 0.8227 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 798 score: 0.9070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 799 score: 0.8641 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 800 score: 0.8156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 801 score: 0.8180 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 802 score: 0.9108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 803 score: 0.8017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 804 score: 0.6858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 805 score: 0.8431 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 806 score: 0.7399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 807 score: 0.9134 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 808 score: 0.8377 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 809 score: 0.8779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 810 score: 0.7862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 811 score: 0.8718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 812 score: 0.8858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 813 score: 0.8511 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 814 score: 0.8852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 815 score: 0.8241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 816 score: 0.8384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 817 score: 0.8578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 818 score: 0.7914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 819 score: 0.8315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 820 score: 0.8098 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 821 score: 0.7447 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 822 score: 0.8957 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 823 score: 0.8364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 824 score: 0.9064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 825 score: 0.8080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 826 score: 0.8634 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 827 score: 0.8236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 828 score: 0.8883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 829 score: 0.8933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 830 score: 0.7960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 831 score: 0.7982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 832 score: 0.8508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 833 score: 0.8749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 834 score: 0.8742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 835 score: 0.8308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 836 score: 0.8757 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 837 score: 0.8474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 838 score: 0.8900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 839 score: 0.8399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 840 score: 0.8480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 841 score: 0.8773 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 842 score: 0.7975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 843 score: 0.8645 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 844 score: 0.8408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 845 score: 0.8577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 846 score: 0.7774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 847 score: 0.7959 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 848 score: 0.8336 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 849 score: 0.8960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 850 score: 0.8978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 851 score: 0.8981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 852 score: 0.9299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 853 score: 0.8726 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 854 score: 0.7708 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 855 score: 0.8193 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 856 score: 0.8194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 857 score: 0.8930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 858 score: 0.9090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 859 score: 0.8915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 860 score: 0.8912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 861 score: 0.9174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 862 score: 0.8888 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 863 score: 0.8505 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 864 score: 0.8961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 865 score: 0.8175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 866 score: 0.8965 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 867 score: 0.8941 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 868 score: 0.9356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 869 score: 0.8118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 870 score: 0.9228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 871 score: 0.8411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 872 score: 0.9056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 873 score: 0.9173 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 874 score: 0.9075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 875 score: 0.9044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 876 score: 0.8208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 877 score: 0.8852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 878 score: 0.8884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 879 score: 0.8749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 880 score: 0.8803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 881 score: 0.8980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 882 score: 0.8282 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 883 score: 0.8549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 884 score: 0.8386 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 885 score: 0.8834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 886 score: 0.8873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 887 score: 0.8272 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 888 score: 0.8196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 889 score: 0.7994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 890 score: 0.7981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 891 score: 0.8426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 892 score: 0.6987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 893 score: 0.8754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 894 score: 0.8698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 895 score: 0.8258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 896 score: 0.8160 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 897 score: 0.7993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 898 score: 0.8611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 899 score: 0.8810 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 900 score: 0.8515 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 901 score: 0.8781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 902 score: 0.8046 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 903 score: 0.9004 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 904 score: 0.9179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 905 score: 0.8094 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 906 score: 0.8973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 907 score: 0.8319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 908 score: 0.8399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 909 score: 0.8941 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 910 score: 0.8954 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 911 score: 0.8649 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 912 score: 0.9285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 913 score: 0.8952 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 914 score: 0.8321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 915 score: 0.8539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 916 score: 0.9480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 917 score: 0.8234 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 918 score: 0.8656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 919 score: 0.8941 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 920 score: 0.9118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 921 score: 0.8802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 922 score: 0.9102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 923 score: 0.8215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 924 score: 0.9062 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 925 score: 0.8373 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 926 score: 0.9060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 927 score: 0.8176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 928 score: 0.8431 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 929 score: 0.8673 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 930 score: 0.8003 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 931 score: 0.8361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 932 score: 0.8233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 933 score: 0.7910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 934 score: 0.8109 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 935 score: 0.8819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 936 score: 0.8738 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 937 score: 0.9620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 938 score: 0.9169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 939 score: 0.8779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 940 score: 0.9028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 941 score: 0.9542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 942 score: 0.9019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 943 score: 0.8714 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 944 score: 0.8758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 945 score: 0.8460 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 946 score: 0.8980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 947 score: 0.8898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 948 score: 0.8364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 949 score: 0.8582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 950 score: 0.8481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 951 score: 0.7369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 952 score: 0.8123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 953 score: 0.8736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 954 score: 0.8655 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 955 score: 0.8366 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 956 score: 0.8957 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 957 score: 0.9128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 958 score: 0.8534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 959 score: 0.9254 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 960 score: 0.7349 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 961 score: 0.8185 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 962 score: 0.8044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 963 score: 0.8638 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 964 score: 0.9487 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 965 score: 0.7878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 966 score: 0.8579 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 967 score: 0.8412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 968 score: 0.9032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 969 score: 0.7523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 970 score: 0.9168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 971 score: 0.8252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 972 score: 0.8242 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 973 score: 0.9557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 974 score: 0.7803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 975 score: 0.9258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 976 score: 0.8752 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 977 score: 0.8335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 978 score: 0.9202 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 979 score: 0.8633 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 980 score: 0.8475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 981 score: 0.8725 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 982 score: 0.9133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 983 score: 0.7613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 984 score: 0.8561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 985 score: 0.9178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 986 score: 0.8906 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 987 score: 0.8033 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 988 score: 0.7875 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 989 score: 0.8014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 990 score: 0.9293 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 991 score: 0.8237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 992 score: 0.9186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 993 score: 0.8776 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 994 score: 0.8614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 995 score: 0.8464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 996 score: 0.9454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 997 score: 0.9589 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 998 score: 0.8990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 999 score: 0.8361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 1000 score: 0.8941 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 1001 score: 0.8128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 1002 score: 0.8772 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 1003 score: 0.8066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 1004 score: 0.9064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 1005 score: 0.8455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 1006 score: 0.8367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 1007 score: 0.8991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 1008 score: 0.9508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 1009 score: 0.8984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 1010 score: 0.9277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en Segment 1011 score: 0.8841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ja-en score: 0.8618 diff --git a/test-ka-en b/test-ka-en new file mode 100644 index 0000000000000000000000000000000000000000..6b184236e9f89ed54e8c65d6d0e8951a03ea445b --- /dev/null +++ b/test-ka-en @@ -0,0 +1,1012 @@ +We now have four decades of evidence that people with diabetes can and do put their diabetes into remission," he said. +The study, which is still in its early stages, is being carried out by researchers at the University of Dalhousie in Halifax, Nova Scotia, and Dr. Ehud Ur, a diabetes specialist at the Diabetes Association of Canada's Clinical and Scientific Research Laboratories. +As with some other experts, he is skeptical of people without type 1 diabetes being diagnosed with type 2. +Sara Danius, Permanent Secretary of the Nobel Prize Committee for Literature at the Swedish Academy, told Sveriges Radio on Tuesday that in 2016 the Nobel Prize Committee for Literature had never contacted Bob Dylan directly after deciding not to award him the prize. +We're not there yet. I've sent a letter to the new directors and got some very positive responses back. That's really all I can ask for at this stage," Denis said. +Ring CEO Jamie Siminoff has previously said he joined the company because he was frustrated by not being able to find his car in a crowded parking lot. +He said he created a Wi-Fi hotspot. +Siminoff said sales increased in 2013 after an episode of Shark Tank in which investor Lori Greiner declined to take a stake in the startup. +Siminoff joined QVC in 2017. +Ring has also sued security company ADT for patent infringement. +Although one experimental vaccine has been shown to reduce the severity of Ebola, there is currently no proven cure for the disease. +One of the experimental vaccines, ZMapp, has been hailed as a potential game-changer in the fight against Ebola, but early trials suggest it is far from being ready for use in the field. +The efficacy of ZMapp had been demonstrated in tests conducted by PALM, indicating that scientists were using the standard criteria to judge its effectiveness in treating the three monkeys. +The U.S. Olympic Committee says it will abide by the IOC's decision to recommend that all athletes be vaccinated against COVID-19. +We agree with the U.S. Olympic and Paralympic Committee's statement that our clubs and athletes' interests, as well as their sport, may be jeopardized by potential changes to our organization that are not based on certification. +U.S. gymnasts are on a mission at the world championships to prove that the Larry Nassar sexual abuse scandal is in the past and that the sport can move forward without any more embarrassing revelations. +The U.S. Olympic & Paralympic Committee and the U.S. Center for SafeSport's shared mission is to prevent abuse and create a safe environment for athletes to thrive, both on and off the field of play. +In the 1960s he was John F. Kennedy's deputy, and later worked for Lyndon Johnson's administration. +In the 1976 election he was the Carters' point man on foreign policy, and from 1977 to 1981 he was ambassador to the United Nations, where he succeeded Henry Kissinger. +He has cited the 1978 Camp David Accords, the U.S. normalization of relations with China in the late 1970s, the Iranian revolution of 1979 and the Soviet withdrawal from Afghanistan in 1989 as examples of his diplomatic successes. +The film, starring Ryan Gosling and Emma Stone, is nominated for all the major categories. +Gosling and Stone were nominated for Best Actor and Best Female Actor in a Leading Role. +Best Picture, Best Director, Cinematography, Costume Design, Film Editing, Original Score, Production Design, Art Direction, Set Decoration, and Screenplay. +Two songs from the film, "Masterpiece" and "Warriors of the Sun," were nominated for Best Original Song - a category in which Lionsgate had more nominations than any other studio. +U.S. forces are withdrawing from Syria, U.S. President Donald Trump announced on Sunday, citing the defeat of the Islamic State group. +The statement came after Trump had a phone conversation with Turkish President Recep Tayyip Erdogan. +Turkey also says it will not allow European countries to return IS fighters to their home countries. +In addition to confirming the theory that some dinosaurs had feathers, it also revealed details such as the shape of the beak and the colour of the feathers that are invisible to the naked eye. +Scientists think that it must have been so light that it floated on top of the water - like a jellyfish or a balloon. +It also allows us to see the evolution of the bumblebee's tongue. +Because the hollow bones of the Diplodocus are not well preserved, it is difficult to determine exactly how big the creature was, though it is known that it was longer than a bus and taller than a giraffe or a banana tree. +The structure of the bubble suggests that it was not used as a frisbee, but rather to regulate temperature or as a drinking vessel. Although this is conjecture on the part of the researchers, it is supported by the fact that it is more similar to a water bottle than to a frisbee. +Although it is a younger cousin of the Tyrannosaurus rex, scientists think it was a larger animal than the T. rex. +At least two police officers have been killed in a car bombing outside a police station in Gaziantep, Turkey, with more casualties reported. +A police officer was among those killed, the governor's office said. +Police said the attackers were believed to be ISIS militants. +Like the other planets, it orbits the Sun in an elliptical path, but unlike the other planets, its orbit is tilted with respect to the plane of its equator and rotation. +Together, heat and rotation cause the planet to have a bulge on the side that is facing the star. +As the Earth's rotation slows down, the magnetic field becomes weaker. +Yeasayer have often found themselves at the centre of various controversies while on tour. +He outran the Sherpas, climbed to the top of Mount Everest in Tibet, reached the summit of Cho Oyu in Nepal, and climbed Annapurna in India. +Both the 2.4GHz and 5GHz bands support up to 802.11n speeds. +This gives it the ability to connect to 802.11a, 802.11b, and 802.11g access points, so long as there are at least two radios in range. +Compared to its predecessor, the 802.11n model is faster, with a maximum theoretical throughput of 600 Mbps. +The mother-of-two, who was married to Miller at the time of the allegations, has always denied the claims. +Miller, when asked about the comment, said, "Mike has a lot of lapses in judgement ... I'm in the process of filing for divorce, so I really don't have much to say." +We envisioned back in 2005 that by 2020 we would see a dramatic reduction in the number of new HIV infections among young people," said Ms. Hum. +He did not disclose the size of the cuts, but said they were made in anticipation of China's slowing economic growth. +Hugh called on developing countries to "not be fooled by the old excuse that it's not our fault, it's because we're poor." +He added that "these sanctions must not be allowed to undermine the development of their economies, deny their people access to basic services and deny them the opportunities to pursue their aspirations." +At 12:00 on Greenwich Mean Time, the school day began. +He warned that no one can guarantee that Verstappen will not win the title in Brazil with some crazy overtakes or fastest laps. +The article goes on to request that the U.S. begin debates on the current policy regarding relations with the East. +The article is critical of the current foreign policy of the United States and calls for a complete reversal of that policy. +In the run-up to the end of the year, the new diplomatic initiative of introducing a new visa waiver scheme for Erasmus students and establishing diplomatic contacts with other countries is to be launched, which is the top priority of the 78 recommendations. +Christina Fernandez de Kirchner, a former president and Argentina's vice-presidential frontrunner, cast her ballot in La Plata, some 50 km (31 miles) southwest of Buenos Aires. +Kirchner has said she plans to run for the presidency of Argentina in 2015, where she served as vice-president from 2007 to 2011, as well as a senator for Buenos Aires province from 2005 to 2007. +The damage wrought by Hurricane "Katrina" has sparked a huge debate over aid and reconstruction, with some conservatives jokingly dubbing it "Bush's New Orleans Levee." +Liberal criticism has focused on Washington's insistence on awarding reconstruction contracts to U.S. firms. +More than four million people were dislocated. +It would have been impossible for anyone to escape the onslaught of people rushing toward the Peter's Field. +A number of big screens were set up around town so that people could watch the ceremony. +Similar installations have been made in many other cities in Italy and elsewhere in the world, especially in Poland. +Criticism has been levelled at the Federal Bureau of Investigation's (FBI) previous policy of rewarding its agents' success in securing convictions, particularly in the area of car theft. +Congress authorized funding for the initiative in Fiscal Year 2005, and specified that the FBI should have 10 agents specializing in child pornography. +Robyn Inning top scored with 70 runs from 41 balls including 11 fours and 2 sixes. +Sunny Tendulkar and Rahul Dravid put on a superb stand for the second wicket to take India closer to victory. +But India managed only 36 runs in the next 10 overs as seven wickets fell for just 36 runs. +George H.W. Bush became the first sitting U.S. president to visit China on November 16, 1989, and embarked on a weeklong tour of Asia. +Wong was briefed by Singapore's Deputy Prime Minister and Coordinating Minister for National Security Teo Chee Hean and Singapore's Prime Minister Lee Hsien Loong on counterterrorism and maritime security issues. +Bush has been on a tear lately, following last week's one-sided midterm elections. +On Wednesday, following a 25-minute meeting with NDP leader Jack Layton, Prime Minister Stephen Harper agreed to a second reading of the government's controversial "tough-on-crime" legislation at the Standing Committee on Justice and Human Rights. +In a speech to the Conservative Party conference, Mr Rees-Mogg hit out at the proposed changes to the Leave Means Leave group, which is being set up by Tory MPs opposed to Theresa May's plans for post-Brexit relations with the EU. +After the federal government awarded Tasmania's Mersey Hospital $67 million in funding, the state government and some federal MPs criticised the move as a "trick" ahead of the upcoming November federal election. +However, like John Howard, the Prime Minister said this decision was made solely on the advice of the Tasmanian Health Department and was costed at an additional $45 million. +According to new information, the tsunami was triggered by an undersea earthquake. The tsunami's activity was felt in Palu and Donggala. +There were no immediate reports of major damage or casualties, though power was knocked out in some areas and a tsunami warning was in effect for Tonga. +Although the warning has now been lifted, a tsunami has been observed hitting the shores of Havai'i or Hawaii's Big Island. +George W. Bush, the former U.S. president, welcomed the news. +North Korea's pledge to dismantle a missile site has been hailed by US President George Bush's spokesman as a "significant goodwill gesture." +Jerry, a Category 2 hurricane, has formed in the Atlantic Ocean and is moving toward the Caribbean. +The U.S. National Hurricane Center (NHC) said in a bulletin that as of 1100 EDT (1500 GMT) there were no winds of hurricane force. +The U.S. Treasury Department estimates that the tariffs already in place could cost U.S. consumers $6.4 billion. +The lower house, which was destroyed by a tsunami that hit when the "Katrina" was just 20 meters (65 feet) from the shoreline, has now been moved further inland because of fears of another tsunami. +The water is about 100 feet deep just offshore. +Adam Quinney, director of comms at Viking, told The Bookseller last year that the company was "looking into" the issue of unauthorised content. +In principle, he [Wells] agreed to start from scratch. The first time he did so, it was on the basis of the allegations that had been made against him. Then, when he came back, it was on the basis of a complete denial of the allegations." +The proliferation of sites offering millions of licensed images at a fraction of the cost of traditional photo agencies has made it harder for photographers to make a living from their work. +Although the program was designed to simulate a journey through the Milky Way, most of the work was theoretical. +The group claimed to have the ability to manipulate gravity to levitate both the Milky Way galaxy and the moon out of Earth's orbit. +Irma's outer bands are beginning to bring flooding rains across portions of the Caribbean, similar to the effects of a tropical depression moving toward land. +Scientists have made a breakthrough in the race to create a room-temperature superconductor, a material that can conduct electricity with no loss of energy. +According to this theory, most of the matter in the Universe is in the form of a hot, dense gas that fills the space between the stars. +A white flag has been hoisted on the roof of the hospital. +Local authorities are urging residents to stay indoors and turn on their air conditioners with the doors and windows closed to help relieve some of the Oncale's overflow. +Japan's nuclear regulator has confirmed the release of radioactive caesium and iodine from the plant. +The government hopes to install and fill the tanks with rainwater at the site. +Doctor Tony Molyneux has discovered a new form of extensively drug-resistant tuberculosis (XDR-TB) in South Africa's KwaZulu-Natal province. +He said in an interview with the new station that he would "rather die standing up than living down on my knees." +At least two staff members at the hospital have contracted the infection, according to Dr. Molis. +An infected person can infect 10 to 15 people in a year who they are in close contact with. +Nevertheless, the incidence of XDR-TB remains low, even in high-burden areas such as South Africa, where between 330,000 and 600,000 people are infected at any one time. +The satellites, each of which weighed around 1,000 pounds and travelled at speeds of up to 17,500 miles per hour relative to the Earth, were launched from a site about 491 miles downrange from the launch pad. +Scientists estimate the force of the eruption to be very high. +The extent of his injuries is unknown and what led to the crash remains unclear. +The delays stem in part from a strategic bet by the U.S. Department of Health and Human Services. +A graphical representation of the analysis results will be published on the website. +A Pennsylvania woman has been charged with attempted murder after allegedly stabbing a doctor at a children's hospital in Pittsburgh on Thursday, according to a release from the Allegheny County District Attorney's Office. +Doctor Malar Balasubramanian, 29, has been found dead in Blue Ash, Ohio, about 15 miles northwest of Cincinnati, with multiple stab wounds to his chest and abdomen. +He called the officers to his black Oldsmobile, which was parked about 500 feet away. +They found the body of a 53-year-old man with stab wounds to his chest. +According to police, he had been staying there for about a day. +The first killing of the current season took place in July. +Sharks are carnivorous fish that hunt and eat other animals. +The outbreak has prompted India's government to take steps such as deploying bulldozers to bury pigs in infected areas, distributing tens of thousands of chickens and handing out pesticides. +The government has also ordered millions of doses of the Encephalitis vaccine to help health officials prepare for next year. +The plan for vaccinating the most vulnerable areas this year has been put back due to a shortage of doses and other delays. +Sonia emigrated to Sweden in 1956, where three years later she started working for the Swedish Postal Service and became the main gravure artist. +He has sold more than 1,000 copies in Sweden and 28 other countries. +He is one of a number of collectors who specialise in finding and restoring vintage typewriters, some of whom have made it their life's work. +In 2000 "Sweden's Greatest Hits" was David Coverdale's 1,000th Whitesnake album, which went into the Guinness Book of World Records. +He has also been convicted of forgery of many country's banknotes, his latest convictions being for forging the portraits of the Prime Ministers on the new Canadian $5 and $100 bills. +Gibson was taken to a hospital where he later died. +The 64-year-old driver of the pickup truck suffered non-life-threatening injuries. +The crash happened at about 12:00 BST on Friday. +A witness in the car behind said, "The kids were running to the road, screaming and crying." +They've all been accounted for at the scene of the accident. +Along with the ban on plastic bags and the technology that is helping developing countries leapfrog the developed world's more costly path to development, there are other lessons from Balikpapan. +The UN also has a fund to help countries devastated by global disasters get back on their feet. +Water harvesting can help in replenishing groundwater, better utilisation of water resources and diversification of crops. +As Sandra Fluke pointed out, some attempts to deny women control over their own bodies have backfired spectacularly. +After receiving hundreds of comments from women and men asking for contraception to be made available on prescription, it has now been introduced. +Nearly 40 bodies were recovered from the rubble of a collapsed building in the city of Ezo, officials said. +Officers were called to the scene but no injuries were reported. +Around 10:00-11:00 a.m. on a sunny day, you can see the glacier from Patrim. +Much of the damage in Malle was caused by looters taking advantage of the power outages to ransack stores. +The fire was reported at 11:35 p.m. +Following the 1963 flood, seasonal overflows became a regular event, spilling over the banks of the river. +In the past, this nail was essential for making hats and shoes for the wilderness. +This resulted in two factions of the Tehreek-e-Taliban Pakistan, including the Khyber Pakhtunkhwa chapter. +Although only a few feet below the water's surface, the government hopes that this will be the perfect way to showcase the beauty of the island's underwater world to tourists. +No tsunami warning has been issued, though the Jakarta Geophysics Agency said there was no tsunami threat because the quake's magnitude was below 6.5. +Although no tsunami was triggered, panic gripped Palu as residents ran for their lives and authorities ordered an evacuation of hospitals and shelters. +Although Winfrey was tearful while recounting the allegations, she told her audience that she would be back. +This is not revenge. It's payback." +Early results from the presidential and parliamentary elections show that Hifikepunye Pohamba, the incumbent, is set to win handily. +The South West Africa People's Organisation (SWAPO), which is the ruling party, also won a majority in parliament. +Afghan forces and the coalition moved in to secure the site, and other coalition aircraft were brought in to help. +The disaster happened in a mountainous region and is believed to have been caused by a landslide. +Bad weather and rugged terrain hampered rescue efforts. +The World Health Organization (WHO) and Médecins Sans Frontières (MSF) say it is the country's most serious epidemic to date. +Richard Vann, a spokesman for Medecins Sans Frontieres, said: "Angola is already facing one of the worst epidemics in the country's history and the situation is now critical." +Play got underway just after 10:00 BST on a breezy, overcast morning and it was Malta who made the better start, scoring an unconverted try within the first few minutes. +South Africa got off to a strong start in the tournament, taking an early lead on top of the group with a comfortable 26-0 win over Zimbabwe. +They got off to a slow start in the Southern Derby, but South Africa have steadily improved as the tournament has progressed. +They were a well-disciplined outfit, good at keeping their lines tight and doing the simple things well, and it was clear from the start that they were the better side. +Officials from the Museum of Ancient Sculpture in Amstredam and the Anne Frank House have confirmed that the skull is infected and because of this, its removal is necessary for public health reasons. +He was arrested on Thursday, but released on bail later that day. +All tornadoes longer than 100 meters (328 feet) are considered to be "giant" tornadoes. +Images from infrared cameras showed that the temperature had dropped below freezing overnight and was probably below zero. +They are more relaxed during the day and more active at night - more nocturnal. +The thermal radiation they give off is different from the infrared we feel from the sun, because they're so cold," said Glenn Kushing, a geologist with the U.S. Geological Survey's Astrogeology team and a professor at Northern Arizona University in Flagstaff, Arizona. +Traditionally, the low-tech French vote was a walk-in booth with a curtain: Voters would go in, close the curtain, and cast their ballot for the candidate of their choice. +After officials confirmed the shooter's identity, the gunman stood up and walked out of the courtroom without entering a plea. +The French electoral code provides for similar procedures. +Since 1988, the number of ballots has been reduced to ensure that voters and scrutineers have enough time to verify that the ballot box is empty and that no more ballots have been put in, except for those that are clearly marked and sealed in the presence of scrutineers. +All aspects of the process can be monitored by observers. Overnight video monitoring and specific procedures are in place to protect against fraud. +The ASUS Eee PC, the world's first sub-$300 and fully-functional laptop, became the most talked-about topic at the 2007 Taipei International Information Technology (IT) Show. +However, in 2007, the chairman of the People's Republic of China, Mr. Hu Jintao, launched the Asus brand in Taiwan, which dramatically changed the laptop market. +The show's listing on the venue's website says, "An old-fashioned radio play, brand new and hilarious!" +In the beginning, the show only aired on the internet radio station TogiNet Radio, which was a talk radio type station. +TogiNet's childcare centre, AstroNet, opened in 2015. +The storm first made landfall as a Category 1 hurricane in the state of Tamaulipas in northeastern Mexico. +According to reports, the fire spread overnight because there were no firefighters on duty at a warehouse in Bishkek. +Bishkek was briefly put on alert as "anarchic" gangs roamed the streets, looting and torching shops. +Southern Demonstrators Clash With Police in Bishkek +New Zealand's All Blacks have been crowned Rugby World Cup champions for a third time after beating South Africa in the final in Rustenburg's Royal Bafokeng Stadium in South Africa. +The final score was a flattering one for the All Blacks, who ran in 15 unanswered tries in a match that ended 21-20. +The Springboks ended a five-match losing streak. +It was a final hurdle for the "All Blacks", who were already through to the quarter-finals. +The series finale is set for Ellis Park in Johannesburg next Sunday, when Australia will be looking to retain the Springboks. +A minor earthquake hit western Montana on Monday at 10:08 a.m. +The U.S. Geological Survey and the National Earthquake Information Center had no immediate information on the quake. +The epicenter of the quake was about 20 km (15 miles) northwest of Dili, capital of East Timor, and about 65 km (40 miles) southwest of the city of Baucau in Indonesia's province of East Nusa Tenggara. +The H5N1 strain of bird flu, which is lethal to humans, has been confirmed in a dead swan found near Lyon, in eastern France, on Tuesday. +After Austria, Germany, Slovenia, Bulgaria, Switzerland and Italy, France is the seventh European country to record cases of the virus. +There have been no confirmed cases of H5N1 in Croatia or Denmark. +The "millions of deaths, injuries, and terrorist attacks on our citizens" were blamed on the "radical left." +Chambers, the agnostic, says his court of appeal hearing will be "entertaining" - and "difficult to predict." +The suit, filed by French opera star Camille Saint-Saens, claims the couple's "lifestyle of drugs and infidelity" is an "eyesore" to neighbors. +As a result, the audience is drawn into the action on stage, and the theatre invites the viewer to join in. +Thus, the 4th, 5th, and 6th places were taken by former Speaker of the House Newt Gingrich, Texas Governor Rick Perry, and Congressman Michele Bachmann. +After the results were announced, Gingrich said he would take a "hard look" at running for re-election, though he would face a tough primary challenge from Romney, who ran a negative ad in the lead-up to the election. +Perry said he would "take a hard look at returning to Texas and consider running for re-election in 2018," but later said he would not seek re-election and would not run for governor of South Carolina on January 21, 2018. +Bachmann, who announced in August that she would not seek re-election, launched her own PAC earlier this year. +The photographer was transported to Ronald Reagan UCLA Medical Center where he later died. +He was 20-years-old, she said, "despite not being married or having children, we were a family." +The photographer had parked his car in the middle of Sepulveda Boulevard, blocking traffic and causing the California Highway Patrol to close the freeway twice to try to get him to move, TMZ reported. +The driver of the car that struck the photographer's car has not been charged with attempted murder, police said. +The country had never won more than three medals in a single day until today, when there were only 10 medals available. +They include the Netherlands, represented by Anna Jochemsen, who took silver in the Super-G category in the women's league, and Finland, represented by Katja Sarinen, who came in third. +Australian golfer Marc Leishman was among the players to take advantage of the benign conditions to shoot a superb bogey-free round of six-under-par. +Mexican Alvaro Vela took 15th place in the men's Super-G, while Adam Holey of New Zealand was 9th in the men's Super-G standings. +Poland's Mateusz Kielnik and partner Anna Ogarzewska took third place in the Super-G event at the Pyeongchang Winter Olympics, behind South Korea's Jung Sung-keun and Sweden's Andre Myhrer. +The aftershocks of the 2010 Haiti earthquake are still being felt, with ongoing structural damage to buildings close to the military base. +According to the CDC, the bacteria can survive for long periods of time outside of the human body, even in harsh environments such as sewage. +After the 1800s, there were no more problems with lead poisoning from pewter mugs. +A statement from the Haitian National Police and the Democracy and Rule of Law Office said that members of the Nepalese peacekeeping contingent were suspected of raping a Haitian woman. +Daniel Lantier, an expert in infectious diseases, said the epidemic was probably spreading among the homeless. +A patient at Howard University Hospital has been listed in critical condition after being certified by Hampton. +The patient was being treated in Nigeria, where several cases of the Ebola virus have been reported. +The hospital is following protocols to protect against the spread of infection, including screening patients for possible exposure to others. +After the Simpsons, Simon has worked on a number of shows in a variety of roles. +In the 1980s he worked on shows such as "Taxi," "M*A*S*H" and "Trapper John, M.D." +Brucks and Gronning had worked together on "Simpsons" since 1989, and his contribution had been to assemble the show's original writing team. +Although he left the show in 1993, he continued to be a successful producer and earned tens of millions of dollars every year in royalties. +China's state news agency Xinhua later said the plane had landed safely. +Earlier it was reported that the plane had landed safely and returned to the runway, before overshooting and veering off the end of the runway. +Earlier reports said the plane landed safely in Urumqi after being diverted from Xinjiang. +Iran's ageing fleet - it has one of the oldest in the world - is woefully inadequate for such operations. +International sanctions have made it difficult to obtain new aircraft. +Three people were killed and three others injured in a helicopter crash early Sunday. +Last year, the deadliest air crash in recent years happened in Iran, when an airliner crashed shortly after taking off from the capital, Tehran, killing all 168 on board. +Another airliner then landed at the other end of the runway and narrowly avoided a collision. Luckily, no one was hurt. +Aerosmith cancels remaining tour dates. +The band's U.S. and Canadian tour was scheduled to run from September 16. +They canceled the tour after a concert on Aug. 5 when singer Steven Tyler fell off the stage and broke his shoulder. +Murray got the first break of the match when both players were serving well in the opening set. +Del Potro had the initial advantage in the second set, but the Argentine then lost his serve to make it 6-6. +Potro's playing time has been limited this season, but he was able to play in the game. +The program started at 8:30 p.m. local time (8:30 a.m. ET). +Well-known singers performed songs from the country's repertoire or specially selected songs to Shri Shyam's feet. +Sanjay Sharma opened the innings and was joined by Jay Shankar. Chhapra Bulls captain Bhagwat Chaudhary was the lone wicket-taker in the innings. Raju Kandelwal was the only batsman to reach double figures. +Laca Zalewski then sent a ball into the box, which was deflected by a defender. +The 108 bags of rice (56 sacks of grain in Hindi) were given to Baba Shyam by Chhapan Bogi. +Lacha Saine also performed a song called "Twenty Thousand Leagues Under the Sea." He was accompanied by Raja Khandelwal. +At the Tokyo Game Show, Satoru Iwata, Nintendo's president, unveiled the design for the new Nintendo Revolution's controller. +Like a television's remote control, the controller uses infrared to send a signal to the device it's pointing at. +These players have the ability to move the ball around the court with speed and precision. +Jankarla Physicela's car was not damaged in the crash and he escaped with minor injuries. +Fellow Spaniard Fernando Alonso led most of the race, but a pit stop at the same time as Raikkonen's meant he came out behind the Finn. +Michael Schumacher retired after the 2012 season, ending a career that saw him win seven world titles and become the sport's all-time winningest driver. +He said at a press conference, "I love her so much and I miss her so much." +Every time I did a rehearsal, I'd get butterflies in my stomach. +Within minutes of the crash, aerial footage showed a large oil slick spreading down the river from the site of the crash. +But they didn't give us much of a chance. +NASA shuttle program manager Mike Leinbach said the shuttle was already on its way to the launch pad at that time. +Within five minutes the wind will pick up to gale force, reaching gusts of up to 70 km/h within ten minutes, before a brief lull in the wind before another burst of wind up to gale force gusting to 80 km/h. People will be feeling the effects of the wind, which will be strong and gusty enough to knock over unsecured objects. +Armannd Versace said, "I lost my brother and his best friend, I saw two bodies covered in blood lying in the street and people screaming." +Japanese public broadcaster NHK also reported that Kariva was working at Niigata prefecture's nuclear power plant when the tsunami hit. +Hokuriku Electric Power Co. said there were no reports of injuries and that there was no damage to the No. 1 and No. 2 reactors at the Higashidori nuclear power plant. +According to reports, nearly 9,400 homes in the region are without power, with another 100 without electricity. +Some roads were blocked by landslides and the airport in the capital, Palu, was closed. +One bomb exploded in front of the governor's office. +Within two hours, two more calls were made to emergency services. +The official death toll stands at 28, though officials say the number is likely to rise, with another 30 people missing. +Cyanide and melamine have been found in the urine of pigs that died after eating the tainted feed. +University researchers said the two elements work together to create crystals that can block the function of the enzyme. +Researchers in Catalonia have created crystals that can boost the amount of melamine and cyanuric acid in drinking water. +These crystals have been identified using Fourier Transform Infrared (FTIR) spectroscopy. +I don't know if they do or don't, but that's the prevailing wisdom in this country. +However, 80% of our products were shipped to central American countries. We will continue to do so. +I don't think that's true; that's not the case. +One of the things I try to get across to people is: "Keep it like we keep it." +California Gov. Arnold Schwarzenegger has signed a bill that makes it a misdemeanor to sell or rent violent video games to minors. +California bill seeks $1,000 fine for selling violent video games labeled "18" to under-18s +Director of Public Prosecutions, Kier Starmer, has today announced two convictions in the case of Hunnes and Pricess. +Hammond is standing down, and deputy chancellor Ed Balls is tipped to replace him. Norman Lamont, the former chief secretary to the Treasury, is favourite to become business secretary. +A hearing is scheduled for Feb. 16 before Westminster Magistrates' Court. +Nicholas Alden, 25, and Zakaria Kuddus, 21, died at the scene. Mr Kuddus was driving. +Edgar Velazquez was taken to a hospital with facial lacerations, and Christopher Schneider was taken to a hospital for facial reconstructive surgery. +The victim has been identified as a 25-year-old man, who suffered a gunshot wound to the head into his right temple, according to the preliminary report. He also suffered a stab wound to the left side of his chest and a laceration to his left forearm. +He sent a video of himself from a military base in the U.S. to his girlfriend back home. +Karpenko won two more gold medals at the championships on Thursday, in the 50m and 100m backstroke. +He got off to a slow start, shooting a one-over-par 73 on the front nine and signing for a three-over-par total of 75. +He moved up to seventh in the giant slalom standings with a time of 4:41.30 in the first run, 2:11.60 behind leader Claudia Loeser of Germany, and 1:09.02 behind Hungary's Giong Dantan in the second run. +Four of the four-balls did not finish and only four of the 11 foursomes matches made it to the 18th hole. +A stolen mobile phone and laptop were recovered by the Madhya Pradesh police. +Five people have been arrested in connection with the death of a woman whose body was found stuffed in a suitcase and buried in a shallow grave, according to a senior police inspector, D.K. Arya. +Baba Khanda, Bhuta Khanda, Rampura Khanda, Gaja Khanda and Vishnu Khanda are the five courtyards. +A police inspector, Chandra Shekhar Solanki, said the bodies had been taken to a hospital for autopsies. +Despite three people being inside the car at the time of the crash, no injuries were reported. +The driver sustained serious injuries in the crash. +The road was closed for some time after the driver of a red Audi TT failed to give way at a junction. +He was taken to James Peacock Hospital in Gateshead. +He then worked at Addenbrooke's Hospital in Cambridge. +A teenager has appeared in court charged with attempted murder after a 16-year-old was stabbed in a park in Edinburgh. +He is currently in pre-trial detention, but if convicted, he could face a prison sentence of up to 10 years. +This practice is widespread in the UK, but the Scottish courts have taken a different approach and have been reluctant to award damages in these cases. +Prof Pamela Ferguson, of Dundee University, said: "Journalists, like Chans, are often the first on the scene of a disaster to capture images of the devastation." +A Crown Office spokesperson said: "It would be inappropriate to comment on an ongoing investigation." +According to the leaked document, the agreement stipulates that the Palestinians will receive the tax revenues in the amounts they were accustomed to receiving prior to the 1967 Six-Day War. +Jordan's King Abdullah and the Palestinian Authority's President Mahmoud Abbas, who both represent rival claims to the holy city, are reported to have discussed the issue. +Israel has asked for a 10-year presence, while the Palestinians have offered a five-year extension. +The on-rushing defenders had to back off to avoid running into the Rangers midfielder, who was able to take a touch and set himself before unleashing a shot into the far post netting. +The National Parks and Wildlife Service (NPWS), in partnership with the New South Wales Sports Fishing Association (NSWSFA), has released the 2018-19 Recreational Fishing Licence (RFL). +The first four volunteers selected for the move, which will be overseen by park ranger Mike O'Flynn, will receive a full briefing on security and logistics, O'Flynn said. +Yesterday, Ms. Fitzgerald was elected to the CEP's new board of directors. +In its fifth decade, this martial arts tournament has become a five-day event. +Last month, the National Election Commission (NEC) postponed the runoff election until further notice, citing security reasons as part of the reason for the delay. +In October, the government's response to the ongoing protests turned violent. +Some of the more violent protests were in response to elections that were not held since 2011. +At least 60 people were injured in the stampede, six of them critically, authorities said. +Japan's Ministry of Economy, Trade and Industry (METI) said in a statement that 27 violations were found during the investigation. +Last week, the Ministry of Economy, Trade and Industry announced that Apple had reported another 34 violations, calling the company "uncooperative." +The government's response was described as "completely inadequate" by the Samaritans. +The quake hit at 7:19 a.m. local time (7:19 p.m. ET Friday) +According to the National Hurricane Center, there are currently no watches or warnings in effect for any of the Caribbean. +However, there were no tsunami warnings in effect at the time, according to the Pacific Tsunami Warning Center. +Last month, a Filipino policeman was killed by a mob of Hong Kong tourists in Manila, the capital of the Philippines. +Rolando Mendoza fired at tourists with an M16. +Several bodies have been recovered and identified, at least six people are missing. +Philippine photographers, including a six-month-old baby and a group of nuns, have been freed. +Photographers captured the moment a man jumped into the water to save a woman who had gotten caught in a riptide. +Lynskey's mother was a nurse. +She qualified for the position of a nurse and in 1959 started working at the Oakland Women's Hospital. +While working at the hospital, Lyginski started teaching free yoga classes. +His research suggested that breast pumps made women more attractive to men. +Sinha said on Thursday that two "black boxes" had been recovered from the wreckage of the crashed plane. +Luna's friends gave her a send-off. +Luna Extremis' mother was my first manager. Luna Extremis died in the night between the two moons, a unique day. She was a strong woman," Tom Driemer said. +Dustin "Goldust" Rhodes said of Luna, "Luna was so out of her element, just like I was... I love her and respect her... I think she's in the right place." +A poll of 1,400 people conducted after the 2010 federal election found support for a republic had risen to 8 per cent from 6 per cent in 2008. +During the 2010 federal election campaign, then deputy prime minister Julia Gillard stated that Australia should become a republic after the Queen's death. +Thirty-four per cent thought Queen Elizabeth II was Australia's current head of state. +Of those, 29 per cent said Australia should become a republic, while 31 per cent said it should not. +Olympic 100m and 200m freestyle bronze medallist is set to compete in the 100m and 200m individual medley and three relays at the world championships, but her pregnancy has cast doubts over how much she will swim. +He couldn't get his own shot to fall, though, as he missed a number of shots close to the basket. +Mathematician and professor of computer science at the University of Central Missouri, Curtis Cooper, set the record on January 25. +A number of people have been arrested in the aftermath of the attack, which was claimed by the Islamic State group, and a statement detailing the findings of the investigation was released on Thursday. +Comets may have brought water and organic molecules to the Earth, which could have created life and sustained it. +Scientists have some idea of how planets formed, and in particular how the Earth formed, from gases surrounding the young Earth, after the Earth was hit by comets a very long time ago. +The governor's term expires at the end of this year, and he vetoed a cannabis legalization bill last year. +He called the charges "politically motivated and fraudulent." +He has announced plans to run for president in 2016. +As the Federal Aviation Administration says, NextGen is a system that will allow planes to fly more efficiently, saving millions of gallons of fuel and reducing noise. +It uses a different technology from the old radar-based system to allow air traffic controllers to more accurately tell planes where to go and to provide more accurate information to the planes. +There is no public transport and there are no shuttle buses between the terminals, and there is no car hire at the airport. +The fear of not being able to transport the injured player off the field may have been heightened by the fact that there were no substitutes on the bench. +A new species of bird has been discovered on the Galapagos islands, Ecuador, according to research published in the journal Science on Thursday. +According to researchers at Uppsala University in Sweden and Princeton University in the United States, the new species has only been around for about two million years, despite the fact that the process of speciation is thought to take a very long time, in part because of the need to match endangered Darwin's finches, Geospiza fortis, and the emigrant cactus finch, Geospiza conirostris. +Water can take any shape. It can even take the shape of a ball. +It can be made into a hat that can be folded or unfolded. It can be worn folded or unfolded. +Its very high melting point and its ability to float on top of other liquids makes it useful for making "luminous" letters, meaning letters that glow in the dark. +This has to do with the pH (acidity) of the chemistry. The indicator can be made with red cabbage juice. +Ferris wheels are often found on carnivals or fairgrounds. +The pH of a solution is determined by the concentration of hydrogen ions (H+) in the solution. +Water molecules are electrically charged particles (because the water molecule is made of two hydrogen atoms and one oxygen atom). +Blow two bubbles in front of each other and then clap your hands and make the shape of a ball. +Tie your hands behind your back and react to your partner's moves, which will bring you a sense of intimacy and closeness. +Every home had a harappa, a clay pot with a narrow spout for pouring a controlled amount of water. +Sewage has spilled into streets in Minoa, Crete, and Santorini. +There were also toilets in ancient Egypt, Persia and China. In some ancient civilizations, toilets were communal, with men and women using them together. +You'll be using the satellite when you're more than 10,000 miles away from everyone. +The traveller sends a signal to Cosmos, which then sends a reply back to the traveller. +Astronomers use telescopes to study the stars because they are so far away that our eyes cannot see all of their light and shadows. +It will carry a giant rocket more than 100 feet tall to launch satellites or telescopes into space. +The carnival was moved to the beach. The best thing about the carnival moving to the beach is that it's much more convenient and quicker to get there with public transportation. +He provided many transportation options, such as buses, cars, and more. +They have a lower jaw that is hinged below the skull, similar to hinged jaws in sharks and crocodiles. +In the end, many small cats (including domestic cats) belong to a group of animals called carnivores, which means they eat mostly meat, such as mice, rabbits, bats, and birds. +Nish's concept is that each cat has its own special job to do, which helps them stand out from the competition. +Bats are the most communicative mammals on the planet and use echolocation to navigate and hunt in the dark. +Pride comes in waves from 11am to 11pm and from 11pm to 11am. +Zhu Lomei lives in a communal house with her husband and two daughters. +Lynxes are very similar in appearance to tigers or leopards, but are much smaller in size (though not as small as other big cats). They are also unique among cats in that they can open their jaws much wider than other big cats. +Even well-trained athletes can get out of breath (especially if they're not in shape), and running a long distance at a fast pace can take it out of even the fittest of people. +The group is made up of four cats: lions, leopards, jaguars and pumas. Only these four cats can roar. +Water has a higher surface tension than oil, so it forms droplets rather than spreading out to make a thin film. +Otters eat a variety of small animals, including fish, frogs, crayfish, and mollusks. They are opportunistic hunters and will eat anything they can catch. +Scientists have discovered that sharks can smell a drop of blood in a pool of water the size of a tennis court. +At night they come out of their burrows and wander around in search of food. Fleas are attracted to the carbon dioxide given off by a person's breath, and then they jump on the person. +In most cases, when a small group of people (a small population) becomes the main population (for example, if a small population moves to the top of a mountain or an island, or if a new continent is discovered and it is very hard to go back). +In this new world, there are different resources and different competitors, so the newcomer has to innovate or adapt in order to become a stronger competitor sooner rather than later. +The original population has not changed. It still needs to adapt, just as it always has. +As newcomers begin the process of acclimating to a new environment, they are less and less likely to return to their previous home. +After ten thousand or a hundred thousand years, these two populations will be so different that they will no longer be considered to be the same species. +This process is known as speciation and is the formation of new species. Speciation is a very important part of evolution. +Plants make food through photosynthesis, just like humans make food by eating (or being eaten). +Plants make their own food using the process of photosynthesis. They also give off oxygen. +Plants provide the oxygen we breathe and are the basis for most of the food we eat. Without plants, life on earth would not be possible. +The Mozaffarid dynasty was the ruling dynasty at the time, so the other Mozaffarids were afraid of them. +He was wearing more than 70 kilograms (154 pounds) of ballast bolted to his feet to keep him upright, with additional weights on his head to make him top-heavy. +He may have had some English, but we don't know for sure. He came on a boat, with a lot of other immigrants, and may have been a Kanaka. +It could do everything that swam in the water; it was not as big as the Tyrannosaurus, though. +Although most of their food is familiar to us, the Romans had some very strange or exotic delicacies, such as peacock, flamingo, locusts and frogs' legs, which were once considered a delicacy. +The next change was that men and women went out to hunt in groups, while the strong men stayed at home to protect the women and children while they went out to gather food. +Foods such as bananas, which were introduced to Europe in the late 19th century from America or Asia, would not have been available. +For instance, there were no shrimps, pomfrets, carrots, cacao, or even old shoes. +The Babylonians built the Hanging Gardens of Babylon, one of the Seven Wonders of the Ancient World. +People flocked to the polls to cast ballots in elections for governors and parliamentary seats, and to vote in referendums on proposed amendments to the country's constitution. +Each temple had an inner sanctuary called the Holy of Holies, which only the priests were allowed to enter. +Sometimes, temples were built in the shape of a ziggurat, a stepped pyramid. +A crossbow bolt had penetrated the king's neck below the right ear. +Houses were not as important as they are today in the hot, dry climate of the West. +Most of the houses were built by a Belgian family named Geeraerts. +Women carried food in baskets on their heads. Markets were in the open air. Water was brought from wells. +The weight of water in the oceans is very large because there are no large continents. +Greenland was inhabited by the Vikings. Eric the Red, from Iceland, was banished from that country for murder and he explored and named Greenland. +However, at the time of its discovery, it was already inhabited by the Eskimos. +Although Norway, Sweden, Denmark, and Iceland all claim to be "Scandinavian," the people, kings, queens, and history of these countries are quite different from one another. +In the "national anthem" scene, you might think that the anthem was the Declaration of Independence. +But that's not the case. Although it's on the back of the document, it's not a signature line. +The words "The unanimous Declaration of the thirteen united States of America, dated the fourth of July, one thousand seven hundred and seventy-six." were written on the back of the Declaration, below the signatures. +However, it is known that in the early period of its creation, a large parchment document (29¾ by 24½ inches) was made. +Therefore, it is likely that the document was simply signed in Gaelic. +With the departure of Desaix and the subsequent counter-attack, the north of France was freed, but the south was still occupied. +The "Vichy" French were those who collaborated with the Germans and the Italians after the fall of France in 1940. +The Allies invaded southern France on August 15, 1940 as part of Operation Dragoon. +The Americans and French forces freed Southern France from the Germans and Italians about two weeks ago. +A civilization is a single culture that a very large group of people adhere to, similar to how a nation is a group of people with a common occupation. +The word "civilization" derives from the Latin word "civilis", which means "citizen". It is derived from the Latin words "civis", meaning "citizen", and "civitas", meaning "city-state". +Before the invention of writing systems, city-states were the primary means by which civilization was advanced, knowledge was disseminated, culture flourished and trade was conducted. +Many of these small cultures were wiped out as a result of the historical quests for exploration and conquest. +During the Revolutionary War, the United States first created a central government - Congress was one of its components - to fight the British. +Because Congress did not have the power to declare war and there was no national judiciary to settle disputes, it was left to state governments to settle most disputes in court. +He also had the power to levy customs duties and taxes on the states. +The constitutional amendment required a unanimous vote by all states, as the central government had such a strong hold on the states that its representatives were often reluctant to dissent. +The Italian national rugby union team, like the German national rugby union team, is considered to be one of the best in the world, having won the Rugby World Cup in 2006. +Football, basketball, volleyball, water polo, fencing, rugby, cycling, field hockey, ice hockey and Formula 1 racing are among the popular sports. +Winter sports are most popular in northern regions. Italians compete in international competitions and Olympic Games. +With over 7,000 islands (including Honshu, the main island of Japan), Japan has more islands than any other country in the world! +Geographically, Japan is often thought of as an "archipelago", i.e. a group of islands. +Taiwan's history began when European explorers landed on the island and called it Ilha Formosa, which means Beautiful Island. +In 1624, a Dutch East India Company base was established at Tainan in southern Taiwan, in order to change the aborigines and to teach the Chinese how to plant tea and sugar cane. +Taiwan was declared a province of the Qing Dynasty in 1885 after the Qing Dynasty (1644-1912) took control of Taiwan in 1683. +In 1895, following the First Sino-Japanese War (1894–95), the Qing government signed the Simonsen Agreement, ceding Taiwan to Japan, which it occupied until 1945. +Machu Picchu has three main areas: the Intihuatana, the Temple of the Sun and the Room of the Three Windows. +Most of the buildings in the complex have been reconstructed in order to better accommodate tourists. +Machu Picchu was discovered by Hiram Bingham in 1911 and is still being excavated today. +For example, the most common film format in the world today is 35 mm, which was the standard format for professional photography at the end of the era of analogue photography. +It's still in development, though, and the aspect ratio of its screen has been changed to match that of a digital camera's viewfinder. +A 35 mm format, 36 by 24 mm negative, was much too large to fit in a pocket. +The advantage of this format (which was introduced to try to get closer to a 50-50 split) is that it is 3-2. +Many common formats (e.g. JPEG group) are already supported. +A third-order effect, which is often overlooked and underrated, is the creation of noise on the image due to the motion of the camera. +As the main object moves across the sky, it will appear to change in size both vertically and horizontally (i.e. up and down and side to side). +During this period, the Roman Catholic Church became a powerful and influential institution in European history. +Although different in language and customs, Christianity has united European nations for more than a thousand years. +His naval power was by far the most formidable. +One of the major Christian principles is that tithing should be used to support the work of the church. +Over a thousand years ago, when the central authority of the church was established and power and wealth began to be concentrated in the hands of the rulers, the question arose as to how far this principle had been carried out. +Britain and Germany have been at loggerheads for some time over the issue of offshore wind farms. +The strategy was effective in gaining a significant military and economic advantage. However, this blockade was also based on certain principles of international law that have been in effect for the past couple of decades. +British international waters were patrolled to prevent ships from entering the Pacific Ocean. This prevented neutral ships from entering. +Germany got a similar reaction from this tactic, as they received a similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their similar reaction to their +In the 1920s, pacifism and isolationism was the prevailing view among most people and in the eras. +After the devastation of the First World War, countries wanted to avoid a similar situation in the future. +Tesla moved to the United States in 1884 and started working at Edison's company in New York. +He came to the U.S. for 4 cents, a Lecky book and a recommendation from Thomas Edison (by his cousin, Charles Batchelor). +Various dynasties have ruled China throughout its history; some dynasties ruled for a long time, and some ruled for only a short time. +There have also been periods of instability between the dynasties, most notably the Three Kingdoms period spanning the years 220–280 AD between the Han and Jin dynasties. +At the time of the attack, many of the victims were enjoying a night out on the town, celebrating the end of Ramadan. +In the history of ancient China, one of the most bloody periods was the reign of Emperor Xian of the Han Dynasty. More than a thousand people were killed in the capture of the emperor's palace. +Many of the social and political changes, such as the shift from absolutism to republicanism, the rise of the welfare state, nationalism and the idea that the country is for the people rather than the king. +Also, after the revolution, the right to vote was extended to all men, regardless of wealth or class. +As a result, the names given to warships now on commission are often different from the names they would have borne had they been built earlier. +The French Revolution also inspired many other people in many other countries to start their own revolutions. +Muhammed was very interested in the questions about extraterrestrial life. He often went to the roof of the "Nuri" (Sun) building to meditate. +The humpback whale, which is still being fed by its mother, is able to make a very distinctive sound. +It lies just north of the Tropic of Capricorn, and is completely surrounded by the Southern Ocean. +In fact, Pownall wasn't even aware of its existence until it was pointed out to him afterwards. Full isolation then ensued. +You will see more of Verafjord beyond the glaciers of Lambert and Garwood, if you can see anything at all from the bottom of the canyon. +The Great Pyramid of Giza is one of the Seven Wonders of the World. +The Great Pyramid of Giza is one of the largest pyramids in the world, built by the ancient Egyptians around 2500 BCE. +The Giza Plateau or "Giza necropolis" is the site of the Great Pyramid of Giza and several other large pyramids and the Sphinx. +Pharaoh built a great pyramid at Ai, and many smaller pyramids, tombs, and temples surrounded it. +The upper sign is a V, while the lower sign is either a Stepper or a Quadruple, which has a lower side. +High swinging involves swinging your arms from side to side, while low swinging involves swinging your arms from front to back (imagine swinging your arms if you were running). +The top edge of the blade is curved slightly outwards, while the bottom edge is curved slightly inwards. This gives the blade a slight twist from top to bottom. +Feel free to make your own notes, but do be aware that some of the signs have musical notes on them, so you might want to take those with a grain of salt. +On 6 October 1789, King Louis XVI, his wife Marie Antoinette, their two young children (Marie Therese, aged 11, and Louis-Charles, aged four) and Madame Elizabeth, the king's sister, left Versailles for Paris. +They headed back to Paris, where they were met with cheering crowds waving French flags, shouting "Long live the king!" and "Long live the Republic!" +The king and his court were so impressed by the people's enthusiasm that they decided to build a temple in their honor. +At one point, a pro-Palestinian protester grabbed the upper part of the Israeli flag and dragged it along the ground. +The Filipinos funded the Philippine Revolution against the American imperialism. +They were convicted of conspiracy to defraud the United States by aiding and abetting in the filing of false claims with the U.S. government for tax refunds in the name of the Philippine government. +It is ironic that the main result of US imperialism in the Philippines is a huge debt incurred as a result of the exploitation of the Filipino people. +To get the Templers, you need to understand the situation that led to the creation of the Order. +During this period, Europe's Middle Ages from the 11th, 12th and 13th centuries (1000s to 1200s in our calendar) are referred to as the High Middle Ages. +The early Middle Ages stretched from the fall of the Western Roman Empire in the 5th century to the 11th century. +Technological determinism is a broad set of beliefs that holds that technology, or some aspect of it, determines the course of history, and that scientific and technological innovations are inevitable, beneficial, and consistent with the way things "should" be. +Most of the interpretations of technological determinism have two main ideas: one is that technology develops in such a way that it becomes more and more culturally or politically influential, and the other is that technology, in turn, "shapes" society rather than the other way around. +For example, today you can't say that roads are designed to accommodate cars. +However, the country's network of roads is not economically viable for individual cars, so new methods of carpooling are emerging. +One of the reasons for the rise in the number of road accidents is the increase in the number of cars on the road. +Romanticism was a significant part of the cultural phenomenon of the Romantics, such as Goethe, Fichte and Schlegel. +Romanticism, in part a reaction to the Enlightenment's emphasis on reason, stressed the importance of emotion, imagination, and intuition in the pursuit of truth. +Constantinople, now known as Istanbul, was considered to be the world's fashion capital during the feudal era of Europe. +It has been known for at least 4,000 years, perhaps as much as 11,000. +Its status changed in the late 19th century, when the return of sailors from distant ports brought back exotic goods such as straw hats and umbrellas, which were sold at a higher price than the products sold at the Bazaar of Bizantium. +Around this time, the status of the fashion capital shifted from Constantinople to Paris. +Gothic style reached its peak in the 10th, 11th and 14th centuries. +Initially, Byzantine culture had a great influence on the West. +However, the international style can be worn by women in their late 20s to early 30s, according to Nelly. +The origins of individual style can be traced back to the late 19th century. One of the biggest innovations of this era was the invention of the button-down shirt. +The Department of Natural Resources ensures that food is produced in such a way as to provide only what is necessary for the farmer and his family. +Wildlife conservation is the practice of protecting wild plant and animal species and their habitats. +Farming, historically, has been a way for people to make a living off the land, and is still that way in many developing countries today. +Subcultures challenge social norms by embracing certain physical attributes and allowing people to express their identities. +Subcultures can be defined in terms of age, ethnicity, class, location, or style. +Aspects of subculture can be superficial, aesthetic, religious, political, sexual, geographic, or a combination of these. +Members of subcultures often wear clothing associated with their subculture, which includes symbols, styles, and accessories. +One of the most common methods used to socialize babies in a fun way is a few playful activities with babies when they are in their socialization period, but under the supervision of adults, so that they don't get hurt, embarrassed or bullied. +These children are sometimes referred to as "feral" or "wild" children. In some cases, wild children were abducted by adults (often parents); in other cases, adults abducted children because of their serious physical or mental disabilities. +Young children may sustain broken bones or suffer traumatic injuries before they are rescued or reunited with their families. +It is believed that others escaped; it is also believed that some were trapped in the rubble of the collapsed building. +After being raised by wolves, a feral child is found wandering in the wilderness, behaving in much the same way as his wolf-like upbringing, for example by howling at humans or running in a circle. +Scandinavia is one year ahead of schedule on the project, which aims to make learning fun and engaging. +Scrum isn't a method of learning, it's an opportunity for those individuals who are given the chance to work on a new computer program or start a new project. +A matrix can be virtual or real, just as a teacher can be male or female, but a matrix is also the plural of matrix, the little boy in Microsoft Office. +The purpose of virtual reality exercises in programming is to ask questions, give instructions, and demonstrate procedures that might otherwise be difficult to explain to students. +Children are placed in care for a variety of reasons, ranging from abuse and neglect to exploitation and bullying. +Children do not grow up in a vacuum; they grow up in a world of expectations, aspirations, hopes and fears. +We are committed to providing a safe environment for these children. +Our mission is to provide loving homes, stable environments, quality education, and medical care. +Rescuers were racing to find survivors in the rubble of buildings brought down in the earthquake, which struck just off the coast of the tourist city of Palu. +As a mass medium, the Internet also includes elements of interpersonal communication. +Internet proxies provide an abstraction layer on top of the parameters used and the way they are graphed. +In fact, "learning" and "socialization" represent significant motivations for Internet use (James and others, 1995). +As they learned about the auditor's reactions to the websites' "personal touch" and "sense of community," they were also introduced to new motivational aspects by McCord (1998). +The use of video recordings has made it possible to make significant discoveries in the field of micro-mimicry, a phenomenon that takes place over a distance of only a few millimetres. +Nevertheless, they claim that the ability to understand the nuances of micro-gestures is something that only humans can do. +Writing in his memoir "The Presidential Papers," Oliphant lamented that people who lacked the courage to speak their minds were rewarded, rather than punished, when they resorted to name-calling. +Some animals, such as sharks, may have the ability to see in the dark due to the way their eyes work. +Research in the late 19th century revealed two forms of sleep: REM and non-REM. +Mutation is the process by which new genetic variation is created and passed on to subsequent generations. +Segregation and recombination are two forms of genetic recombination that occur every time a cell divides. +Aquatic ecosystems provide a number of important services that benefit humanity. +Aside from the embarrassment, this can have serious consequences, including major depression, suicide attempts, and even death by suicide. +Its main aim is to protect the most vulnerable species, such as bats and parkland plants, but if they are not put in place, their loss will be irreversible. +Wild foods (mushrooms, termites, caterpillars) are not only difficult to find, they often contain high levels of radiation. +We must not underestimate the extent to which our predecessors "kicked the can down the road" with regard to the "ticking time bomb" of entitlements. +Sleep maintenance is the process of falling back to sleep after waking up from a normal sleep period and can take anywhere from 10 to 60 minutes. +This can easily be achieved by adding a few drops of lavender essential oil to your pillow to help promote a good night's sleep. +If you find yourself tossing and turning for hours on end, you may want to move your bed away from the wall so that you have more space to stretch out. +Other options based on circadian rhythms include going to bed early and waking up early (especially drinking a glass of water or tea when you wake up). +He's so skinny that he looks like he's wasting away in North Korea's famine-plagued countryside. +The power of positive thinking can be harnessed by anyone willing to put in the effort. The potential for absolute happiness and contentment is within everyone's reach. +Everyone can get depressed. One of the factors contributing to this is our own pessimism and negativity. +Tibetan Buddhism is based on the study of Buddha's teachings in many forms, including loving-kindness and compassion. +Tibetan Buddhism, in essence, is quite simple. It includes meditation, yoga, and the path of loving-kindness. +Kundalini yoga practices such as kriyas, asanas, pranayama, mantras, and visualization allow you to tap into the energy of the kundalini (serpent energy). +Gyuto Yoga is a Tibetan meditation center. Energy channels are activated, chakras are awakened, and various visualizations of the chakras are practiced as a path to enlightenment. +During World War II, the Soviet Union was an ally of the United States and the United Kingdom. After the war, the perceptions of the system, process, and culture of the countries began to diverge. +Two years after the end of the war, a cold war began, in which the former belligerents became rivals. +He had been on the run for 40 years, from Africa to Asia, Cuba, and many other places on the run from justice. +Poland's defences had already been overrun by the 17th of September 1939, and one of the few remaining pockets of resistance was the bridgehead across the River Prut. +But those gains were wiped out overnight as more than 800,000 Russian troops poured across the border into Belarus and Ukraine's northern frontier, triggering a series of one-sided ceasefires and other bilateral and multilateral agreements to end the fighting. +Using boats is by far the most effective way of getting around, especially for long distances and crossing the ocean. +Traditionally, the Navy's mission has been to ensure the freedom of the seas and the ability of the country to move troops and supplies around the world. +The Battle of the Atlantic was the longest continuous campaign of the Second World War and the Allies never came close to winning a decisive victory against the Germans in the Atlantic Ocean. +At what point did the German Navy, mainly with small ships, try to stop these advances. +In the event of a no-deal Brexit, Germany could probably afford to be as generous to Britain as the EU as a whole. +The invention of the wheel, for example, is believed to have taken place in Iran about 10,000 years ago. +The ancient culture's representatives and tomahawks, axes, knives, and bows and arrows were used in a more sophisticated way. +In the past, bows and arrows were more commonly used by people who lived in the jungle or other wilderness areas, and by people who often had children or babies to care for. Today, these methods of making bows and arrows are still used. +Wayside inns had been in existence in England since the late 16th century. +Although sarcoptes scabiei only burrow into the skin parallel to the hair follicles, they can sometimes be found on other parts of the body as a result of excessive scratching and rubbing of the affected areas. +Kingfishers have long beaks to scoop up food from the bottom of the pond. However, it is thought that having a long beak would be more of a hindrance than a help in catching fish, as the water would get in the way. +This was a common practice at the time, but RKO went one step further by covering the car roofs with tarpaulins. +Nellie, the invention of Charles Goodyear, changed rubber boots into shoes. In 1767, the first vulcanized rubber was invented. +The first known method of locomotion was walking upright. Humans have been walking upright for about 2 million years, since the invention of Homo erectus (which means upright man). +Australopithecines, the ancestors of humans, never quite made it to the top of the food chain. +Bipedalism was favoured by selection on the Australopithecus lineage between 4.2 and 3.9 million years ago, but probably much earlier, perhaps as far back as seven million years ago. +We can help make the world a safer place by becoming more involved in our communities. Volunteers can even make a real difference by simply lending a helping hand. +In most cases, this symptomatic journaling is enough. However, if the problems are severe enough to warrant intervention, then the issues need to be identified and addressed. +It is said that the world has seen a significant change as a result of the scientific and technological developments, and the problems caused by the extravagant lifestyle of the rich and famous have become even more serious. +The project, which has been spearheaded by Congressmen John Hoeven and Charles Taylor of Mississippi, has been in the works for several months, according to a letter from Hoeven and Thompson to Congress, dated July 4. +Between 150 and 200 signs were put up overnight and are known as "Dunlap placards." +On July 8, John Nixon became the first witness to testify before the grand jury in the O.J. Simpson case. +One of those arrested, George Washington, was released on his own recognizance and is due to appear in court in New York on July 9, another of those arrested, Asylum, was released on his own recognizance and is due to appear in court in London on August 10. +The oldest known copy of the document is a 25-dollar bill. The original was never recorded. +Paleontologists today know that a group of dinosaurs called theropods went extinct at the end of the Cretaceous, and we call them the Cretaceous-Tertiary extinction. +Because they had a bulb and a fan, many people did not consider them to be dinosaurs. +Bats have many adaptations that allow them to be able to fly. +They have claws and webbed feet and walk on their hind legs like a kangaroo or a tyrannosaurus rex. +Today, all computers have the ability to virtually store information in the form of numbers. +There are only two possible values that a bit can have, either 0 or 1, or in computer jargon, a "0" or a "1". +These symptoms are so varied that it can be difficult for a doctor to diagnose. +The most common source of exposure to mercury is breathing air contaminated with mercury vapor. +Make sure you read and follow the instructions on the tag for your specific mattress. +Entomologists in this group use the word "beetle" as a common name for this group of insects. +The term fashion plate is still used today to refer to the high hemlines of the 1800s, which were designed to allow parasites to crawl up a person's legs. +As a murder of crows, a colony of bats is also a noisy, boisterous group, adapted to life in their roosts or maternity colonies. +The United States has an estimated 400,000 cases of MS, which is the most common neurological disorder affecting young adults and children. +Multiple sclerosis is a disease that affects the central nervous system by damaging the nerves that connect the brain and spinal cord to the rest of the body. +Studies suggest that women are twice as likely to suffer from depression than men. +The couple may have disagreed on how to raise the child. +These couples have the opportunity to adopt a child. +During pregnancy, a mother's biological instincts are heightened so that she can care for her babies. +The main goal of scientists is to find out how the world works using this method. In fact, most scientific discoveries are made using this method. +This is not just an experiment, but also a test of one or more hypotheses, and the collection and analysis of data is also part of scientific research. +Scholars and laymen alike have always been drawn to the classic texts, especially those written in Latin. +Aristotle's writings were influential in many fields, including psychology. +Western influence brought about a decline in the number of French speakers, as well as a decline in the number of French-speaking scientists and philosophers. +Many rhythms in biology and physiology are controlled by circadian rhythms and are influenced by the length of the day due to biological clocks. +These rhythms, which are independent of the seasonal changes in day length, regulate the activities of most living things, including bacteria, fungi, plants, and animals. +Biological clock - this is a self-sustaining oscillator that has a free period in the absence of any signals. +One of the major findings of the Hershey and Chase experiment was that DNA is a genetic molecule. +Bacteria called Herpes simplex and Chlamydia trachomatis infect cells in your genitals. +They performed two experiments, either irradiating radioactive phosphorus pellets in the reactor or irradiating the reactor's coolant water with radioactive gadolinium. +There may be a different effect depending on the type of mutation, as some mutations are more detrimental to the function of a gene than others, depending on where they occur in the gene. +Children can only be infected by ingesting contaminated food or drinking contaminated water, though other routes of infection are possible. +Wildlife watching and nature tourism is becoming an increasingly popular way for people to enjoy the outdoors, whether it's birds and butterflies in the garden or a guided walk in the countryside. +Activities include diving, snorkeling, photography, birdwatching, hiking and learning about the local flora and fauna. +This involves staying in Borneo, taking photos and learning about orangutans. +Every day, people move to small towns to escape the rat race, only to find themselves surrounded by other escapees from the big city. +In this dynamic transportation system, everything is related to everything else, and the transportation system based on private cars is being supplanted by a system based on public transportation. +The mass extinction at the end of the Permian, about 250 million years ago, marked a crucial turning point in the evolution of life on Earth, as scientists now believe. +Society relies on all modes of transportation. Transportation systems say a lot about a society. +These types of bridges are often found in countries with a hot climate and a lot of water. +Why do we spend so much on our transport systems when we have so much inefficiency? Are the people in charge of transport just incompetent? Is there something fundamentally wrong? +Traffic flow is the study of how people and vehicles move through a particular space and how they interact with each other. +Unfortunately, it is very difficult to predict traffic delays because traffic flow is 100% dependent on the driver. +Drivers tend to overestimate their driving ability; thus, traffic jams tend to be self-fulfilling and mathematically inevitable. +Communication was hampered by three main factors: (1) distance, (2) intensity, and (3) speed. +The company is involved in the design, manufacture and operation of electric cars. +The first animals to fly were bats. Because of their ability to fly, bats were able to hunt more effectively, carry more food back to their young, and take better care of their babies. +The main advantage of most shirts is that they can be washed in a washing machine. +This gives them a better view of the surroundings from a smaller distance. +Today, it is only with the help of a microscope and a time-lapse camera that we are able to see back to the beginnings of snowflakes. +Aristarchus, more than 2,000 years ago, said that the sun revolved around the earth. +Some thought it was a hoax, but many did believe that the solar system, including the sun (and other planets) orbited the Earth. +It's funny because I don't feel like I'm old enough to have a mother. +The Amazon is the second-longest river in the world, after the Nile, and is by far the largest river system in the world. +Amazon is also by far the largest river in the world by volume, discharging up to six times the volume of the next largest river, the Congo. +Roughly 20 percent of the water on Earth is locked up in glaciers and ice sheets. +The Amazon River is 6,387 km (3,980 mi) long. It has more tributaries than any other river in the world. +Although the Pyramids of Giza were much smaller and less sophisticated than the later pyramids, the construction of the Pyramid of Khufu continued for decades after the fall of the Old Kingdom. +The ancient Egyptians buried their dead in tombs that were up to 10,000 years old. +With around 800 residents, Vatican City is the smallest independent state in the world, and has the smallest population of any country. +Italian is the official and legal language of Vatican City. +Italian is also the official language of the Vatican, and is sometimes used in official state ceremonies. +Everyone in Vatican City is Catholic. +Humans were still in the Stone Age when they developed the basic chemical elements of oxygen, hydrogen, and sulfur, because these primitive tools made it easier to obtain and process these things in their natural state. +According to the theory of the philosopher Aristotle, everything is composed of one or more elements. These are water, air, and fire. +Although it is more than four times as massive (in size) as the Sun, it is also about four times as far away, so when we look at it, we are seeing it as it was about four billion years ago. +Niobium is usually found in the form of two or more atoms bonded together. Don't worry, the periodic table is full of elements with many atoms bonded together. +Lithium is a soft, silvery metal in Group 1 of the periodic table, below sodium and above potassium. It is the lightest of all metals. +You may also have some non-metallic items in your pockets, such as keys. +All matter is made of tiny particles called atoms. +Atoms are so small that trillions of atoms can fit in a teaspoon. +In the end, Funky Winkerbean has been a good friend to many of us for a long time. +Sadly, after the advent of new printing methods, Farquhar's status and fortune dwindled. +Because of the way people now consume information on computer screens, they no longer need to turn a page. +People often wonder how long it takes to write a poem once they've come up with an idea. +The working principle of an atomic bomb is to release a large amount of energy by splitting many protons and neutrons together. +Very heavy rainfall will spread into the Desert Southwest. Flash flooding will continue to be a concern with some of this rainfall. +Some atoms have an unstable state that can change into another state with a lower energy level, either by emitting a photon or by absorbing one. +Snow is the frozen state of water. Snow is less dense than water and therefore floats on top of it. +The current is about 70 km/h below, and 100 km/h above. +It is deeper than the ocean, and more of it is covered in ice. +Therefore, since this side of the moon is facing away from the earth, there will be more water in the oceans on this side of the moon. It would be easier to live on this side of the moon. +What motivates people and what de-motivates them - that's the theory of intrinsic motivation. +These theories suggest that people have certain obligations or children that they have to pass on to the next generation. +These theories are based on the idea that some people are put off by certain factors in their environment that make them feel uncomfortable or out of place. +Maslow's hierarchy of needs theory and Herzberg's two-factor theory are two of the most popular theories of motivation. +When managers go on a scouting mission, they often bring back two types of players: a "go-getter" and a "shut-up-shop" player. +Unpopular decisions, tight deadlines, micromanaging, taking credit for other people's work, and blaming others are some of the behaviors that characterize this type of manager. +The man was caught on camera jumping over the fence at the end of the runway, apparently in an attempt to change the outcome of what the group was doing. +Regardless of the result, though, the Lions deserve huge credit for the way they fought. +This type of behaviour is unacceptable and will not be tolerated. +The management of virtual teams is similar in many ways to managing a physical team, though there are some unique challenges. +Members of a virtual team often interact with colleagues face-to-face more often than members of a physical team. +They often have more autonomy than regular squad players, as their squads can change at short notice depending on what time of day it is, so they may not always have local accommodation. +The unique component of the virtual team is the "dream team" (Lawrence and Lufthansa, 1989, p. 109). +A "crew" is a group of people with a leader. A crew has standards for each member. +Why does the organization want to go through the process of becoming an accredited educational institution? Innovation is one of the reasons the organization wants to become an accredited educational institution. +When all available resources are effectively utilized, creativity and innovation abound. +As a result, a new innovative process may be developed as a result of the organization's single-minded focus on customer demands. +Before an organization can be innovative, it must cultivate a culture of innovation, of idea generation, and organizational learning. +Angel (2006) introduced the concept of continuous improvement as a way for organizations to achieve higher levels of performance. +The physical manifestation of the theory of gravitational attraction is Newton's law of universal gravitation. Thus, it reduces the number of assumptions to a minimum and becomes more accurate. +Scientists are studying twins to understand the genetics of autism. +It is well known that some hearing loss, injury, disease, and age-related changes can affect a person's ability to hear and also some everyday functions. +New technologies have made it possible to see and understand the structures and processes that are invisible to the naked eye. +It provides us with a wealth of information and images to help us make sense of the processes going on inside our bodies. +Although artificial intelligence has long been a staple of science fiction, it has become increasingly relevant to computer scientists working on robotics, learning and intelligence. +Artificial intelligence research includes the creation of mechanisms to automate decision making, which requires the ability to reason intelligently. +Duties may include record-keeping, filling out forms, answering patient questions, and reporting results to doctors. +This discipline has arisen in order to deal with the problems of real life. +Artificial intelligence is increasingly being used in economic, medical, industrial, and military applications, as well as integrated into some home computers and video games. +Excursions are a significant part of many study abroad programs. Often, students want to show their instructors places that are inaccessible by bus. +Technology allows virtual field trips. At the beginning of the class, students are introduced to the museum's exhibits, swim with sharks in an aquarium, or listen to the sounds of the rainforest. +A virtual excursion is a great way for prospective students to get a feel for the campus and take a self-guided tour. +For example, students at Bennettsville High School in Bennettsville, South Carolina, make a website every year for a field trip to the state capital, but the old versions are still available online. +Students can also open blogs. When students begin their blogging experience with correct grammar and punctuation, the presence of an editor makes all the difference. +As students are often the most critical audience, the blog's author tries to keep the tone light-hearted. +Blogging also "forces students to take a good, hard look at themselves," according to Toto (2004). The accountability inherent in blogging makes students nervous, excited, and interested (Toto, 2004). +Blogging is a tool that allows students to take ownership of their learning and extend the traditional school day. +The use of blogs "may encourage students to be more analytical and critical; the Internet provides a means for students to interact with each other's views and perspectives on particular issues (Oravetz, 2002)". +Ottawa, the capital of Canada, is home to many museums and art galleries that showcase the country's past and present. +Niagara Falls is to the south, while Muskoka and its many lakes are to the north. +Immigrants from all over the world have helped make Ontario, and Canada as a whole, what it is today. +Much of the northwest is rugged wilderness, and some of it is inaccessible except by air. +More Canadians are moving to the U.S.: Americans now outnumber Africans in the U.S. +The Indian Ocean is bordered by the eastern coasts of Africa. +The mantle is by far the largest of the Earth's layers and is thought to be responsible for the many features of the continents. +Most of the smaller islands are either independent or French overseas departments. +Arabs brought Islam to these lands. It was very widespread in Comoros and Mayotte. +When Vasco da Gama set sail from Europe to India in the late 15th century, it marked the beginning of European exploration and colonization. +The region is bordered on the north and east by the Atlantic Ocean, and on the west and south by the Gulf of Mexico. +Women: It is advised that a number of travellers, especially women, say they are invited. +It's best to have a backpack (rather than a suitcase). +Women need to be aware that cultural differences can make them a target for harassment, and often it is men who make women feel uncomfortable by touching them inappropriately. +Don't talk to strangers and don't show off your position (it's not a good idea to show off your cultural differences!). +In the late 10th century, Casablanca was founded by Berber tribes, and used as a strategic port called Anfa by the Phoenicians, Carthaginians, Romans, and Moroccans. +The Portuguese renamed it Casabranca, after the 1755 earthquake that devastated Lisbon. +Morocco's southernmost city is called Dar es Salaam, which means "Gateway to Peace" in Spanish. +Casablanca is by far the most expensive city in Morocco. +The Old Medina is much quieter than the New Medina, and has more of a traditional Moroccan feel, with shops selling rugs, leather goods, silverware, spices and all manner of souvenirs, though this is largely aimed at tourists. +Goma is a city in the eastern Democratic Republic of the Congo, across the border from Rwanda. +In 2002, the city of Goma was largely destroyed by lava from the Nyiragongo volcano. Most of the city's buildings, including the central market, are located on the slopes of the volcano. +Numerous trips out of Goma are possible, though traveling away from Goma is generally advised in advance of the fighting in North Kivu province. +The city is also home to one of the world's most active volcanoes, Mount Agung, which last erupted in 1963. +Tuk-tuks (motorcycle taxis) can be used to get around Goma. The price for a short ride is around 500 Congolese francs. +Due to their availability, they are often used as a metaphor for the "Timbuktu" of one's imagination. +Despite its tourist attractions, reputation, and airport, Tombuktu is still a small city. +In 1990, he defected to the West during a state visit to the United States, where he was granted political asylum. +Henry Louis Gates Jr. cited one of his main reasons for writing his book "Fates and Furies of the African Diaspora" in an essay for The Root. +The city is distinctly different from other major cities in the country because of its more Arabian character. +The Kruger National Park (KNP) is located in northeastern South Africa, bordering on Zimbabwe in the north and Mozambique in the east and south, and is separated from the South African province of Mpumalanga by the Crocodile River in the west and the Sabie River in the south. +The park has an area of 19,500 square kilometres (7,500 sq mi) and contains 14 distinct ecological zones, ranging from tropical rainforest to arctic tundra. +It is one of the main attractions in Southern Africa and is considered to be the finest of the South African National Parks (SANParks). +Similar to national parks in Southern Africa, there are daily park fees and ranger escorts. +A wild-card permit, which covers part or all of the Southern Parks, may also be obtained. +The Hong Kong Special Administrative Region, more commonly known as Hong Kong, is a special administrative region of the People's Republic of China, although it is governed under a "one country, two systems" policy. Hong Kong is one of the most popular tourist destinations in the world. +Schools shaped like a dragon are similar to the Chinese swallow diagram, which looks like a dragon swimming in the water of Victoria Harbour. +To see the best of Hong Kong, leave the island and head for the coastline of the Kowloon peninsula. +Much of the urban development of Hong Kong is concentrated on the north shore of Hong Kong Island. +This is where the British Colonists landed and took action, so if you're interested in the Colonial history of the area, this is a good place to start. +Sundarban is the largest mangrove forest in the world, spread over 80 km along the coastline of Bangladesh and India. +The Sundarbans were declared a World Heritage Site by UNESCO in 1987. Parts of India's state of West Bengal are within the Sundarbans Biosphere Reserve. +Waves are not just water moving up and down - they also include some water that has been pushed up by the wind at some time in the past. +Sundarban is an archipelago with an area of 3,850 km2 (1,500 sq mi), mostly surrounded by water, and is home to the Sundarban National Park, a UNESCO World Heritage Site. +The Sundarbans, a UNESCO World Heritage Site since 1966, is home to some 400 Royal Bengal tigers and around 30,000 Irrawaddy dolphins. +Buses leaving from the city bus station (Riverside) between 06:30 and 07:30 go directly to the east and to Jacaranda/Bumthang. +As regional buses are often sold out, consider booking your bus tickets a few days in advance. +Comfortable and spacious Japanese minibuses ply most of the hills. +Taxis are a convenient and quick way to get around, such as Paro (Nu 150) and Punakha (Nu 200). +The Oiapoque Bridge is a border bridge between Brazil and French Guiana. It crosses the Oiapoque River and connects the cities of Oiapoque in Brazil and Saint-Georges-de-L'Oyapoc in French Guiana. +It has a height of 83 metres, a length of 378 metres and a beam of 35 metres. +The vertical height of the bridge is 15 meters. Construction of the bridge was completed in August 2011, but it was not opened to traffic until March 2017. +The bridge's inauguration was scheduled for September 2017, coinciding with the end of the Summer Olympic Games in Brazil. +The most distinctive member of this group is the Guarani, who now live east of the Paraguay River and are gradually migrating south to take up subsistence farming. +The Chaco region was home to the Guachi and Payaguá, nomadic hunter-gatherer tribes similar to the Tupi. +Paraguay gained its independence from Spain in the early 19th century, and until the late 19th century was known as the "Giant Province of the Indies". +The Spanish conquest lasted for three centuries. +Asunción was founded in 1537 after the discovery of the Paraguay River a few years earlier. +Argentina is considered to be one of the best teams and players in the world. +The biggest tournament of the year on the Lakes Course at Lake Karrinyup takes place in December. +At other times of the year, there are fewer tournaments and matches to bet on. +For information on tournaments and tickets, contact the Asociacion Argentina de Polo. +The Falkland pound (FKP) is the official currency of the Falkland Islands, and is pegged to the British pound at 1:1. +A transfer of funds from the FIC West Bank account to a bank on the West Bank is possible. +The pound is also used in a number of British overseas territories, including the Falkland Islands, Gibraltar, and St. Helena. Additionally, the pound is used in a number of Commonwealth countries including Belize, Guyana, and Tuvalu. +While credit cards may not be available in the outlying islands, you can easily obtain one in Britain or the United States; be sure to bring along your receipts for reimbursement. +Make sure you exchange your money before leaving the continent, as it is unlikely that you'll be able to find a bureau de change in Folklend. +Due to the fact that the southern hemisphere is tilted towards the sun when it is winter in the northern hemisphere, summer is warm and sunny in Montevideo. +Montenegro has a subtropical Mediterranean climate; summer temperatures can reach up to 30 °C (86 °F) on average. +Winter can be a cold time of year: Although temperatures may be below freezing, the combination of wind chill and relative humidity can make it feel much colder. +There are no "wet" and "dry" seasons: Throughout the year there is no change in the amount of rainfall. +While many animals in the park are accustomed to humans, wild animals are wild and can be dangerous if approached or cornered. +The park is about 100 acres (0.4 km2) in size, while the other areas are about 25 acres (1.0 km2) in size. +All large animals, including bison, wapitis, pronghorns, and deer, should not be approached in this manner. +A number of visitors get bitten every year. This is partly because the animals are so large, wild and potentially dangerous. +Also, remember to bring sunscreen and drinking water, as the sun can be quite harsh and the banks are quite steep. +Appia is a small town on the island of Upolu. It has a population of about 40,000. +Appia was founded in the 1850s and became the official capital in 1959. +The fortress was built in 1889 to guard against a possible invasion by Germany, the United States, or Great Britain. +Every ship except the British cruiser was sunk. About 200 Americans and Germans were killed. +A riot broke out in the city after the death of Tupua Tamasese Lealofi III, a pro-independence Mau movement leader. +With so many beaches to choose from, the three most popular areas are the Outer Banks, the Crystal Coast, and the Brunswick Islands. +The North Island is separated from the South Island by the Cook Strait, which is spanned by the Cook Strait Ferry between Wellington and Picton. +It's a steep, rocky trail that can be slippery when wet and has lots of switchbacks. +Tamaki Drive runs along the waterfront from Waitangi Park in the Viaduct Harbour area, through Ponsonby and St Heliers, to Orakei in the centre of Auckland. +There are regular boat trips out to the reef from a number of dive shops in town. These are well worthwhile. +Number One is a local perfume that is not complex but interesting and Manta is the second local perfume. +There are many French wines available, though you may have trouble finding wines from New Zealand and Australia. +Local on-tap water is perfectly drinkable, but if you prefer, bottled water is widely available. +For Australians, a "Flat White" is a new idea, a little and black coffee called an "Espresso", cappuccino has high steam pressure (not frothed milk), and a "Chai Latte" is made without milk outside. +Belgian standard hot chocolate is completely different. Despite its thickness, it has a pleasant aroma. +Over the course of a year, many hikers come to the ridge, but few ever make it to the summit for this reason. +Get the government's advice, sign up for email alerts and mark your calendars with all the important dates and deadlines, no matter what. +From late October through early April Cubomedusae can be found near the shoreline and in the canals. This is the time of year when they are most abundant. +Birds are truly amazing creatures even though we are more similar to them than we are different. Most of us are mammals and have hair and mammary glands. +Mangroves are common along the coastline of Rockhampton, extending north into the Capricornia region, and out into the ocean where they form the basis of the Great Barrier Reef. +The previous day's travelers are rewarded with a beautiful sunrise, as they are the first to arrive at the campsite for the night. +While tourist agencies often have agreements with specialist hotels, you may be able to find other types of accommodation, such as hostels, through a tourist agency. +Tourist agencies often offer packages that include lodging and transportation from/to the airport or a cruise ship and hotel. +In that case, they will have to be seen by an immigration officer and other documents such as your passport or visa will be inspected. +Communication with the tourist agency rather than directly with the hotel should be the first step in making any changes or requesting any services. +During the music festival, most of the campers stay in tents on the grounds of the festival. For most, this is a significant part of the experience. +If you want to take part in this activity, you need to get there early to get a spot on the benches in front of the fountain. +Remember that if the main stage has finished, there may still be acts performing elsewhere on the site. +Some festivals offer a special area for families with small children, complete with playgrounds and other kid-friendly attractions. +If you're going to be out in the Baltic Sea during the winter, make sure you're dressed appropriately for the colder temperatures as well as the wind chill factor, which can be quite high due to the open water. +Cruises from St. Petersburg do not require visas (except for citizens of certain countries). +As a rule, casinos offer a number of perks to encourage players to spend more time and money. Typically, there are no windows or clocks to remind players of the time or day of the week. +In order to encourage guests to stay in their rooms and not go out, they offered special discounts on food, drinks, and entertainment. +In some places, alcoholic beverages are served. However, it is against the law to drink in public, and it is considered rude to drink in front of strangers. +Those who plan to camp out in the backcountry should be prepared for cool, rainy or snowy conditions below freezing. +The force of gravity pulling down on your car is much less than the friction between your car's tires and the road. +In a very short time, you can get enough snow to build a snowman at one location. +The reflection of sunlight or moonlight off water or car windshields can also cause glare. +Winter tyres and snow chains are a common sight in many countries and are a necessity in many areas for most of the year. +Perhaps Africa's most spectacular sight is the great migration of millions of wildebeest, zebra and gazelle through the Masai Mara in Kenya and the Serengeti in Tanzania. +The term safari originates from the plural of the Swahili word safari, meaning a journey. +Some animals, such as bats and birds of prey, are able to see in the dark using echolocation, a form of sonar. +Sometimes it is very foggy, and only binoculars can see the lemurs, chameleons and leopards. +A marathon is a race that is run over a distance of about ten kilometres or more. +The Paralympic Games will run from 24 August to 5 September, with some events being shown live in Japan. +Tokyo will become the first city in Asia to host both a summer and winter Olympics when it stages the 2020 Games. +If your friends and family move out of state in 2020, you may be in for a rude awakening when tax time rolls around. +The postponement is the latest setback for the Olympics, which were already on shaky ground because of the coronavirus outbreak, with most of the cancellations of qualifying events now coming after July 2020, when the games are scheduled to open. +Tickets for the event are priced between 2,500 and 130,000 yen, with standard tickets costing 7,000 yen. +Room service is available 24 hours a day, if you are locked out of your room. Many hotels offer a late check-out option for an extra fee if you have a late flight. +Even if you don't have a chimney or fireplace, you can still enjoy the ambiance of a fireplace with the use of an electric fireplace. +Whisper in her ear so she doesn't get scared (which might make her cry or run away). +There are a number of ways to reduce water use, some of which are more effective than others. +In some places, it takes only a minute to walk to the beach, while in others it takes a few minutes. +Filters vary in effectiveness, and if you don't like the taste of the water, then consider buying bottled water from a reputable company. +Travellers have stumbled across some of the world's strangest beasts, including creatures that were previously unknown to science. +People can get food poisoning, become dehydrated, have allergic reactions, spread disease or infect others. +These infectious or contagious diseases are not transmitted through the use of force or by biting humans or animals, as a rule. +Freedom camping is the ability to stay overnight in a self-contained vehicle in certain areas without having to pay for campgrounds or holiday parks. +Travellers visiting countries with high import taxes on certain goods, such as alcoholic beverages and tobacco, may end up paying a significant amount of money. +The most direct route between Fountain Marion and Ferguson Peak is along the Buffalo-Pittsburg Trail. It is often isolated by steep canyons descending from the rugged plateau. +If you're not in your own car, keep your wits about you: High-rise buildings, crowded markets and busy streets can be intimidating. +Wind speeds are expected to be low, around 35 to 40 miles per hour (56 to 64 km/h) compared to the previous and upcoming storms, making them even more dangerous. +While cell phone coverage differs markedly from one part of Pennsylvania to another, it is much better than it used to be, for example, in the Poconos. +German ice cream is quite good, while in Austria, it's also quite good, but in a different way. +Waves are popular year-round, though summer is the busiest time. The shoulder seasons of spring and fall can be a good time to visit if you want to avoid the crowds. +Most German pastries are filled with custard, cream, or chocolate. Their popular cakes are especially high in calories. +Pfannkuchen. In Berlin, Pfannkuchen are called Pfannkuchen, in Pforzheim they're called Pfannkuchen, and in Crailsheim they're called Pfannkuchen. +A carpaccio is a thin slice of raw meat, usually beef or veal, served with lemon juice and olive oil. +A car can be "fast" or "slow" depending on how long it takes. +Mangoes are often used in curries in northern India and Pakistan, while coconuts are often used in southern Indian and some other coastal regions. +Indonesian cuisine refers to the cuisine of the Indonesian archipelago, an ethnically diverse country with cuisine that is influenced by many different gastronomic traditions. +However, in common usage, this term refers to foods originating from the central and southern regions of the main island of Java. +The entire Archipelago is covered in jungle, which is characterized by a canopy of vines with lianas (vines that climb trees) twining around the trunks and a dominant understorey of ferns, orchids and other epiphytes (plants that grow on other plants). +The feet of the legs protrude from either side of the Unagi's body. +They offer more privacy, but there is a safety concern that feet may get caught in them. +In this case, if the chicken steps in its poop, it may slip in the muck. At the very least, this risk can be minimized with proper safety precautions. +In the first instance, most of the boats were designed to be sailed by just a few people, and were small enough to be easily towed behind a car. +In addition, some breeds, especially those with long hair, have a security blanket of sorts that keeps them from wandering too far from home if they get scared, such as when a stranger comes to the door. +Chile's main attraction is the Atacama Desert, also known as the Driest Desert in South America, with its many plateaus, canyons and volcanoes. +New routes are continually being put up on cliffs all over the world by climbers pushing the limits of what is possible. +Snowboarding is a popular winter sport that involves going down a snow-covered hill on a board with bindings, similar to skateboarding, but on snow. +Birdwatching is a common activity which many enthusiasts enjoy, sometimes known as "twitching" after the desire to see a particular rare bird at a particular location. +Bats have been around for a long time - Fossils of bats have been found that are 50 million years old! +The sport of lawn bowls was invented in the 18th century and Norwegians founded the first lawn bowling club in Australia in 1861. +Birdwatching: Birdwatching is the activity of observing birds in their natural habitat. +This, however, is not to be confused with alpine style mountaineering or alpinism, which is climbing at a higher altitude and involves more glacier travel and crevasses. +Think of these scenic routes as if they were bike paths. +You can cover more ground in good shoes than you can on foot, but you'll have a hard time outrunning a bear that wants to eat you. +Europe is a small continent with many independent countries. Travelling from one country to another, even if it's just across the border, often requires visas and passport controls. +This multi-nation bloc operates as a single country. +How much you'll be charged at passport control depends on which zone you're in. +Similar to the Schengen visa, there is no need to apply for a Schengen visa well in advance of your travel dates, as the time it takes to process the application, collect the money and documents is similar to the time it takes to process a Schengen visa application. +There is no universal agreement on what constitutes an antique. Some auction houses define an antique as an item that is over 100 years old. +There are geographic variations in the amount of precipitation, with areas east of the Continental Divide receiving more precipitation than areas to the west. +Vintage clothing can become an antique if it is old enough, but in general, vintage clothing is younger than antique clothing. +Wildlife photography is a great way to make a living while doing something you love, and many other careers can benefit from this skill. +Traditionally, however, all three were not made of iron. They were made of bronze and used as weapons and armor. +Today, many tourists come to Lapland to see the Northern Lights. Winter tourism is the main industry in Lapland. +Although the word "bosh" is often associated with non-Romanian speakers, it is often used in a derogatory way to refer to stereotypes associated with Romania and Romanians. +If the country you are travelling to requires you to have a travel agent, this could save you money on departure taxes or departure tax refunds. +You may be able to apply for a recommendation from your country's government, though these are usually only granted to citizens. +For instance, Americans who find themselves in a situation where they are surrounded by Europeans or Arabs may feel uncomfortable. +Courts have upheld the right of one nation's political dissidents to seek asylum. +Often, assumptions made in one language are more detailed, more explicit, and more primitive than those made in other languages. +Hazardous weather is a term used by the National Weather Service to describe weather that has the potential to pose a significant risk to life or property. +Various types of precipitation can be found in different parts of the world, depending on the geography, topography, and atmospheric conditions. +A hurricane is a violent storm with high winds, heavy rainfall, thunderstorms, tornadoes, and a cyclone. +Heavy storms, hail, thunderstorms and high winds are a regional and seasonal weather phenomenon. +Because he can influence travel plans, travelers are advised to listen to his forecasts for the region's bad weather. +Anyone planning to travel to such a country should take professional advice. +The course of the "Whole Foods Market" is available online at the website of a large local company. +The course, as a rule, goes into much more detail and includes practical exercises. +As a rule, the course lasts from 2 to 5 days and includes role-playing games, first-aid and sometimes shooting lessons. +Most books and magazines are sold in convenience stores, but selection is limited in rural areas. +Passengers are advised to check the validity of their documents prior to departure on a cruise. +The onus is on governments to ensure that passports are only issued with the correct name and spelling of the date, which can be different from the name and date of issue. +It is very much in the interests of foreign governments to leak these documents. +Security checkpoints became much more common after 11 September 2001. +Transgender people who haven't had surgery shouldn't worry that scanners will reveal their private parts. +High tide is the point at which the water is at its highest level, often due to onshore winds pushing water up the beach. +The topography of the glacier is such that there are more crevasses in the lower part of the glacier, and therefore it is possible to travel faster by mushing upstream along the edge of the glacier. +The reason for the killings is believed to be jealousy over a woman, a motive which is often cited as being among the hardest to accept. +As the sun goes down, it gets colder more quickly than it did in the summer. +If you find yourself in a place where the waves are still breaking and your options are limited, you may be able to outrun the tsunami by moving inland or up a hill. +Cultural shock is more likely to be a return shock (less likely to happen when out of your home time zone), lasts longer, and can be more intense. +Travellers who easily adapt to new cultures often find it easier to separate themselves from their home culture. +When you go back to your home country after living in the West, you are exposed to a new culture and some aspects of your native culture are revealed to you. +When you first arrive in a foreign country, people are probably going to stare and point at you because they think you're a tourist. +People may not have been aware of the need to register and pay duty on goods brought back into the country. +One of the things of interest to children in the area is a fountain and light show. +You can see the fireworks and their reflection in the water before the show starts. +In general, it's the tourists' and locals' word against each other. It's like a he said/she said situation. +The Sphinx is used as a symbol of power and history. +The light is reflected off the mirrors, while the different mirrors are tilted. +South Georgia and the South Sandwich Islands, discovered in 1819, are claimed by several countries and as of 2020 have the highest number of active bases of any territory. +The Archipelago is located about 120 km northwest of the mainland, the most prominent of which is King George Island. +Darwin's Arch connects the islands of Wolf and Darwin, and is the site of an active underwater volcanic caldera. +Elsworth is a peninsula jutting into the Baltic Sea, south of Copenhagen. +Here on Plateau, you can see the remnants of an ancient volcano that was later eroded down to the 360 km (220 mile) rim of the Elsworth Basin, which Minnesota overlooks. +Vinson Massif, the highest mountain in the Antarctic, has an estimated height of 4,892 m (16,049 ft) and lies north of the Ronne Ice Shelf. +A satellite phone may be your only option in some remote areas with no cell phone coverage. +A traveller's phone is seldom a substitute for a real phone, since you'll want to stay in touch with the outside world while you're on the road. +They are often used in transportation, such as shipping crates, and in other expeditions, often in response to a distress signal or other indication of need. +Your local phone service provider should be able to provide you with more information about this option. +Study and travel are becoming more and more popular as a way to spend a gap year. +This is particularly useful for those who want to go to university but don't have the grades to get onto a degree-level course. +In many cases, a year out of school can increase your chances of getting into the best universities in your home country. +Typically, the cost of these educational programs is based on a per-credit-hour basis. +Finland is a great place to see the Northern Lights, also known as the Aurora Borealis, as it is north of the Arctic Circle and has a long coastline. +Boats are not allowed in the Archipelago and Lagoons. +The archipelago's many beaches and large lakes are best explored by kayak, though small boats can also be hired for different excursions. +Up to seven or eight people can legally live aboard a ship in Finnish waters. +A similar picture is seen in Norway, Sweden, and New Zealand, among others, though unique in the Netherlands (compared to the other countries). +Most Baltic cruises include a lengthy stay in Russia, usually in St. Petersburg. +This means that after a long day of sightseeing in a historical city, you can sleep on a boat and wake up the next morning refreshed. +If you disembark from the ship to go ashore, you will no longer require a transit visa (as of 2009). +Berlin, the capital of Germany, can be seen from some cruise ships as they sail up the river. However, cruise ships do not go all the way up the river to Berlin. +Flying in a plane can be a daunting experience for anyone, more so if you are afraid of heights or have a fear of flying. +This is not to be underestimated: it is very different from a fear of heights or claustrophobia, which a great many people suffer from. +The principle of working on an airplane and the fear of what can happen if you're out of control can cause some people a great deal of anxiety. +Airlines have gotten better at getting bags to their destinations on time. In many cases, however, time is of the essence when it comes to filing business claims, getting refunds or getting reimbursed for out-of-pocket expenses. +Some airlines operate their own flights on certain routes, but this is usually limited to larger airlines. +If the winds are favourable, it could take a couple of days to reach some of the outer islands. +One of the quickest ways to get off a ship is to be disembarked. They do not have the option of letting you off the ship without going through customs, even if you are just transiting. +In the first or business class, it's worth splurging for the extra perks (though your company may pick up the tab if it's a legitimate business expense). +However, this is not Jaffa: while you can get a standard Economy Class price in Business Class by booking well in advance, you are more than three times more likely to get a Business Class fare in First Class by booking well in advance! +As far as I can see, there is no cap on the number of business or first-class tickets sold between A and B. +Airlines know that there are groups of travellers who are willing to pay a premium to fly in greater comfort, and so they charge a premium price. +Chişinău is the capital of Moldova. The local language is Romanian, though Russian is also widely spoken. +Moldova is a multi-ethnic republic. +The conflict in Transnistria, a breakaway region of Moldova, has been ongoing since 1994, when it declared itself the independent Pridnestrovian Moldavian Republic, but is not recognised by any country other than itself. +Economic relations between Moldova's two separatist regions have recently been re-established. +Moldova's main religion is Orthodox Christianity. +Izmir, Turkey's third-largest city with nearly 3.7 million people, is the country's second-largest port and a major transportation hub. +At one time, the ancient city of Smyrna, built on seven hills and facing the sea, was a bustling commercial center. +In the 18th century, the old bazaars and churches gave way to a more European atmosphere with wide boulevards, minarets, and traditional red-tiled roofs, rather than the traditional Turkish look. +Hallvard's Cathedral is a stone's throw away from the Old Town district. +In the churchyard, some tombs are decorated with interesting marble sculptures. +You'll need to book well in advance to get a room in one of these hotels. +The city of Sintra, a romantic and fairytale-like place, is located north of Lisbon and is easily accessible from there. It became famous outside Portugal due to a story written by Lord Byron. +Scotrail operates 403 trains per day between Glasgow and Edinburgh. It stops at both Cambus and Royston. +You can also visit the Great Mosque of Al-Fateh, which is known as the largest mosque in the world according to the Guinness Book of Records. +Please remember that you are actually staying in someone's home and in a place that is important to a large part of the world's population. +Many more men and women were killed in those days, and even more of their descendants were killed or imprisoned in or out of their homelands. +Please stay away from demonstrations and protests. Don't get involved with Holocaust deniers or neo-Nazis. +Writing or marking graffiti on a structure is not vandalism. +Catalan and Spanish are the official languages of Catalonia, and most Catalans speak Catalan and Spanish. +In addition, Catalan is the mother tongue of most Catalans, as it is the first official language of Catalonia. +However, it is also widely used in public transportation and other places. +While daily announcements are only made in Catalan, the automatic announcements are made in several languages, including Spanish, English, French, Arabic and Japanese. +Parisians have a reputation for being rude, arrogant, and condescending. +While Paris is undoubtedly one of the most beautiful cities in the world, it can be an expensive place to live, though it remains a good option for the well-heeled. +Parisians' patience is wearing thin, however, if the element of goodwill is not replenished. +The Plitvice Lakes National Park, a UNESCO World Heritage Site, is home to many waterfalls cascading in the karst landscape of limestone, springs, and caves. +Due to its many microclimates, varied topography, and range in elevation, it has a varied climate, ranging from tropical in the south to cool in the north. +This area is also home to a number of different species of animals and birds. +As well as the more familiar species such as the European Roller, Hoopoe, Bee-eater, Swallow, Barn Owl and Tawny Owl, a number of scarcer species also breed here including Pallid Scops Owl, Long-legged Buzzard, Booted Eagle, Red-footed Falcon and Lesser Kestrel. +Women are advised to wear skirts or dresses that cover the knees when visiting monasteries. +Most of the nuns who work in the monastery will offer you a bed for the night, but if you do get an invitation to stay, expect to be offered a bed in the Barry or Monsignor's room. +Men are advised to wear hats with wide brims to keep the sun off their faces. +You can ask for a receipt, but this is not required by law, so you may not be able to get a receipt for this item. Everyone gets one! +Like other parts of the Outer Hebrides, the main ingredients in a stovie in Mull are pure, boiled and mince (usually haggis). +Pa amb Oli is a popular dish in the Philippines, especially during the summer months, and consists of grilled pork, chicken, and a variety of vegetables, such as eggplant, tomatoes, and bell peppers. +Even if you have a pretty good memory, you'll probably have to write down a lot of names in the beginning, for example when you introduce yourself (Hi, my name is...). +This is a very useful method in some cases and situations. +This may sound like a silly question, but it's worth asking because it depends on whether or not you use a hyphen or en dash as an em dash. +This is because Italian spelling is similar to how it is pronounced. +The main vowels are a, e, i, o, u, because their pronunciation changes when they follow a stressed syllable. +Also, remember to pronounce the letters r and rr differently. For example, caro means carrot and carro means carrot top. +Spartan grammar is fairly simple and easy to learn. +Therefore, knowing this spelling of the word grammar will help you in spelling and pronouncing phrases correctly in your study of Ancient Greek. +If you already know some romance languages, learning Portuguese won't be too difficult. +However, people who know a little bit of Spanish may find it easy to pick up some Portuguese, as it is quite similar to Spanish and does not require much effort to learn. +More vintage telescopes can be found today in museums or science centers. +Because of this, they were not affected by the problem of overcrowding in the cities or on university campuses, where it is often easier to get around than in the countryside, where it is often more difficult to get around without a car. +Most ground-based telescopes are used to observe objects in space. +Aloe vera has been part of Japanese culture since the Edo period (1603-1868). +It is believed to have originated in China, where it was popular among the upper class. +In Japan, the emperor's court dances were only performed for the emperor's own amusement and for the amusement of other members of the aristocracy. +Wildlife is more abundant in the wilderness, so take care not to "make a noise like a herd of elephants." +Officially, they are there to enforce a ban on overnight stays in the park without permits. +Singapore is a very safe place to live in, and it is also very easy to get around once you're there. +However, when it gets up into the "high tropics" - i.e. a few degrees north of the equator - you need to be prepared for both heat (as in summer) and humidity (more so the closer to the equator you go). +In addition, there are a few buses that go along the north shore of the Sea of Galilee, past Abraham, Isaac, Jacob, and the traditional tombs of the Biblical Patriarchs and their wives. +Make sure it's the bus going to Hebron and not just Kiryat Arba. +Waterways can be a good theme for a scavenger hunt. +For example, a boat trip along the Li River or a visit to the towns of Guilin and Yangshuo are worthwhile excursions. +They also offer popular bike and scooter routes. +Today is the Feast of the Transfiguration, one of the major feast days in the Christian calendar. +There are many traditions associated with Christmas that have become popular worldwide, including Santa Claus and his reindeer in Christian countries. +There is a tradition that you don't go to bed until after midnight on New Year's Eve. +The Christian theological justification for this tradition is that baptism replaces circumcision as a sign of the covenant, though baptism does not replace circumcision as a rite of initiation. +Traditional churches hold a liturgy at midnight on Holy Saturday, the eve of Easter, to commemorate the burial of Christ in the tomb. +All animals that came to the island by boat or plane had to be quarantined. +Outside the continental shelf, however, the waves become too steep for the giant tortoises to climb, thus making the Galapagos Islands the only place in the world where these ancient reptiles can be found. +Many animals became extinct on the Galapagos after humans arrived, such as the Pinta tortoise, Floreana mockingbird, Pinta giant tortoise, Floreana mockingbird, Pinta giant tortoise, and the Floreana mockingbird. +If you go to the Arctic or Antarctic in winter, you will experience polar nights, when the sun never rises above the horizon. +Given how little sleep most people get these days, this may be an opportunity to see the Northern Lights. +Because the regions are so sparsely populated, there is little problem finding a place to pitch a tent. +Japanese work culture is more hierarchical and formal compared to the West. +A shawl-costume is an everyday working outfit, in which employees move around or work in fixed positions. +In the workplace, harmony is about replacing groupthink with individual accountability. +Often, men need to be persuaded to seek help, and there is a perception that they have to be tough to take on the role of being a breadwinner. diff --git a/test-ka-en.bleu b/test-ka-en.bleu new file mode 100644 index 0000000000000000000000000000000000000000..4403958a54b60f0646ae0511ac7d6151c1a4128d --- /dev/null +++ b/test-ka-en.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 12.35 41.8/15.8/8.0/4.4 (BP = 1.000 ratio = 1.022 hyp_len = 25274 ref_len = 24721) diff --git a/test-ka-en.comet b/test-ka-en.comet new file mode 100644 index 0000000000000000000000000000000000000000..7f0bcbe2da3877a46a514b960689cbe154c26865 --- /dev/null +++ b/test-ka-en.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 0 score: 0.6540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 1 score: 0.7973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 2 score: 0.8187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 3 score: 0.8038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 4 score: 0.8200 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 5 score: 0.6891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 6 score: 0.8023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 7 score: 0.8791 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 8 score: 0.6831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 9 score: 0.8284 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 10 score: 0.8743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 11 score: 0.7845 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 12 score: 0.7362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 13 score: 0.7171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 14 score: 0.8182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 15 score: 0.7232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 16 score: 0.7714 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 17 score: 0.9071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 18 score: 0.8355 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 19 score: 0.8199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 20 score: 0.9273 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 21 score: 0.8673 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 22 score: 0.8681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 23 score: 0.8425 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 24 score: 0.8013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 25 score: 0.9170 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 26 score: 0.7933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 27 score: 0.7494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 28 score: 0.5428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 29 score: 0.7343 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 30 score: 0.6085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 31 score: 0.6433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 32 score: 0.5777 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 33 score: 0.8593 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 34 score: 0.8907 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 35 score: 0.8649 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 36 score: 0.6338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 37 score: 0.5853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 38 score: 0.7085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 39 score: 0.6434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 40 score: 0.4738 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 41 score: 0.8360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 42 score: 0.8622 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 43 score: 0.8764 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 44 score: 0.6667 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 45 score: 0.7247 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 46 score: 0.6581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 47 score: 0.8637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 48 score: 0.6531 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 49 score: 0.6630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 50 score: 0.5733 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 51 score: 0.5682 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 52 score: 0.8220 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 53 score: 0.8499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 54 score: 0.7222 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 55 score: 0.7907 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 56 score: 0.7339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 57 score: 0.8204 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 58 score: 0.8400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 59 score: 0.5874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 60 score: 0.6460 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 61 score: 0.8706 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 62 score: 0.8087 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 63 score: 0.8083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 64 score: 0.8700 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 65 score: 0.8017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 66 score: 0.7148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 67 score: 0.7117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 68 score: 0.8205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 69 score: 0.7668 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 70 score: 0.6383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 71 score: 0.7689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 72 score: 0.6802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 73 score: 0.8372 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 74 score: 0.7584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 75 score: 0.7936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 76 score: 0.8394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 77 score: 0.6458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 78 score: 0.9125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 79 score: 0.8070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 80 score: 0.7846 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 81 score: 0.7676 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 82 score: 0.5500 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 83 score: 0.6879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 84 score: 0.6911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 85 score: 0.6960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 86 score: 0.7104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 87 score: 0.6459 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 88 score: 0.8752 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 89 score: 0.7051 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 90 score: 0.6224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 91 score: 0.6257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 92 score: 0.7538 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 93 score: 0.5763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 94 score: 0.7723 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 95 score: 0.9071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 96 score: 0.5756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 97 score: 0.8488 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 98 score: 0.6423 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 99 score: 0.8130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 100 score: 0.8880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 101 score: 0.7950 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 102 score: 0.7929 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 103 score: 0.7902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 104 score: 0.7389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 105 score: 0.6365 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 106 score: 0.8238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 107 score: 0.7694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 108 score: 0.7013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 109 score: 0.7766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 110 score: 0.6230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 111 score: 0.8141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 112 score: 0.7754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 113 score: 0.4536 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 114 score: 0.8107 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 115 score: 0.8446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 116 score: 0.8462 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 117 score: 0.8524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 118 score: 0.7601 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 119 score: 0.7973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 120 score: 0.6715 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 121 score: 0.7734 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 122 score: 0.8495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 123 score: 0.7967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 124 score: 0.6021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 125 score: 0.8362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 126 score: 0.5748 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 127 score: 0.6965 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 128 score: 0.7627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 129 score: 0.7243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 130 score: 0.7877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 131 score: 0.7349 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 132 score: 0.5557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 133 score: 0.5132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 134 score: 0.4712 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 135 score: 0.5795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 136 score: 0.7301 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 137 score: 0.7949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 138 score: 0.5248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 139 score: 0.3706 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 140 score: 0.6839 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 141 score: 0.8716 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 142 score: 0.8154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 143 score: 0.8518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 144 score: 0.5120 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 145 score: 0.8364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 146 score: 0.9132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 147 score: 0.9139 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 148 score: 0.7881 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 149 score: 0.8634 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 150 score: 0.8708 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 151 score: 0.8890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 152 score: 0.6952 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 153 score: 0.7916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 154 score: 0.7911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 155 score: 0.8163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 156 score: 0.7184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 157 score: 0.6549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 158 score: 0.5754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 159 score: 0.6491 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 160 score: 0.6493 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 161 score: 0.7305 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 162 score: 0.7876 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 163 score: 0.5574 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 164 score: 0.8424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 165 score: 0.7790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 166 score: 0.7223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 167 score: 0.8298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 168 score: 0.7392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 169 score: 0.8346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 170 score: 0.8657 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 171 score: 0.7477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 172 score: 0.4936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 173 score: 0.7382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 174 score: 0.8168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 175 score: 0.7065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 176 score: 0.8065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 177 score: 0.7293 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 178 score: 0.9191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 179 score: 0.7881 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 180 score: 0.7727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 181 score: 0.9243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 182 score: 0.8659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 183 score: 0.7968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 184 score: 0.8749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 185 score: 0.8937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 186 score: 0.9091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 187 score: 0.7290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 188 score: 0.7335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 189 score: 0.6622 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 190 score: 0.6942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 191 score: 0.8647 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 192 score: 0.7070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 193 score: 0.7204 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 194 score: 0.7858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 195 score: 0.9447 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 196 score: 0.5861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 197 score: 0.7615 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 198 score: 0.8582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 199 score: 0.8189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 200 score: 0.8258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 201 score: 0.5629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 202 score: 0.8380 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 203 score: 0.6326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 204 score: 0.6553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 205 score: 0.6725 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 206 score: 0.5953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 207 score: 0.7376 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 208 score: 0.7802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 209 score: 0.7249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 210 score: 0.9013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 211 score: 0.8858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 212 score: 0.8587 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 213 score: 0.7429 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 214 score: 0.8197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 215 score: 0.8940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 216 score: 0.8212 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 217 score: 0.6456 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 218 score: 0.8071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 219 score: 0.7354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 220 score: 0.9204 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 221 score: 0.8680 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 222 score: 0.8586 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 223 score: 0.7409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 224 score: 0.8783 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 225 score: 0.8600 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 226 score: 0.8609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 227 score: 0.7125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 228 score: 0.8378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 229 score: 0.6257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 230 score: 0.9178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 231 score: 0.7933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 232 score: 0.4999 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 233 score: 0.4043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 234 score: 0.6097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 235 score: 0.6528 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 236 score: 0.8751 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 237 score: 0.7756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 238 score: 0.6650 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 239 score: 0.5661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 240 score: 0.7117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 241 score: 0.6040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 242 score: 0.6744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 243 score: 0.6922 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 244 score: 0.7495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 245 score: 0.5653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 246 score: 0.6728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 247 score: 0.7291 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 248 score: 0.6868 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 249 score: 0.7863 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 250 score: 0.8325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 251 score: 0.8629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 252 score: 0.7771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 253 score: 0.9393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 254 score: 0.7118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 255 score: 0.8536 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 256 score: 0.8574 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 257 score: 0.8623 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 258 score: 0.8163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 259 score: 0.6950 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 260 score: 0.5822 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 261 score: 0.6226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 262 score: 0.6144 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 263 score: 0.6749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 264 score: 0.8897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 265 score: 0.8365 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 266 score: 0.8261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 267 score: 0.7654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 268 score: 0.8346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 269 score: 0.8347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 270 score: 0.8095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 271 score: 0.6306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 272 score: 0.7360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 273 score: 0.6824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 274 score: 0.5166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 275 score: 0.7665 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 276 score: 0.5519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 277 score: 0.9183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 278 score: 0.6501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 279 score: 0.6302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 280 score: 0.7370 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 281 score: 0.8503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 282 score: 0.8640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 283 score: 0.7592 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 284 score: 0.8467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 285 score: 0.8475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 286 score: 0.6948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 287 score: 0.6580 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 288 score: 0.8281 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 289 score: 0.7539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 290 score: 0.7548 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 291 score: 0.7312 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 292 score: 0.7061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 293 score: 0.8017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 294 score: 0.4507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 295 score: 0.6653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 296 score: 0.7981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 297 score: 0.6308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 298 score: 0.6164 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 299 score: 0.7177 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 300 score: 0.8083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 301 score: 0.8515 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 302 score: 0.6712 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 303 score: 0.8304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 304 score: 0.7798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 305 score: 0.7067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 306 score: 0.8722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 307 score: 0.6535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 308 score: 0.8678 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 309 score: 0.7883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 310 score: 0.9097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 311 score: 0.8184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 312 score: 0.6655 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 313 score: 0.6179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 314 score: 0.5706 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 315 score: 0.8503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 316 score: 0.6684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 317 score: 0.5872 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 318 score: 0.7288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 319 score: 0.5898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 320 score: 0.8227 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 321 score: 0.8081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 322 score: 0.8237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 323 score: 0.8544 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 324 score: 0.7620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 325 score: 0.8052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 326 score: 0.7477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 327 score: 0.4758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 328 score: 0.8517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 329 score: 0.6656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 330 score: 0.8612 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 331 score: 0.8363 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 332 score: 0.7235 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 333 score: 0.8108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 334 score: 0.9328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 335 score: 0.8567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 336 score: 0.8496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 337 score: 0.7483 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 338 score: 0.6696 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 339 score: 0.8877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 340 score: 0.7803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 341 score: 0.6367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 342 score: 0.6095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 343 score: 0.7084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 344 score: 0.8198 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 345 score: 0.4040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 346 score: 0.8812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 347 score: 0.7466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 348 score: 0.6064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 349 score: 0.5354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 350 score: 0.6193 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 351 score: 0.6858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 352 score: 0.8825 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 353 score: 0.7716 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 354 score: 0.7175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 355 score: 0.7789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 356 score: 0.8722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 357 score: 0.5917 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 358 score: 0.7684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 359 score: 0.4922 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 360 score: 0.7805 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 361 score: 0.8344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 362 score: 0.5547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 363 score: 0.3391 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 364 score: 0.5400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 365 score: 0.6897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 366 score: 0.5383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 367 score: 0.7781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 368 score: 0.4426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 369 score: 0.8005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 370 score: 0.5575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 371 score: 0.6503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 372 score: 0.7050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 373 score: 0.8434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 374 score: 0.8788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 375 score: 0.8274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 376 score: 0.9061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 377 score: 0.8919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 378 score: 0.5551 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 379 score: 0.8238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 380 score: 0.7795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 381 score: 0.5413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 382 score: 0.5446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 383 score: 0.5130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 384 score: 0.7375 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 385 score: 0.7978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 386 score: 0.6036 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 387 score: 0.6789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 388 score: 0.6038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 389 score: 0.5560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 390 score: 0.4522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 391 score: 0.7805 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 392 score: 0.7584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 393 score: 0.4730 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 394 score: 0.8171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 395 score: 0.5431 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 396 score: 0.6457 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 397 score: 0.4900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 398 score: 0.7646 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 399 score: 0.8654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 400 score: 0.8948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 401 score: 0.6531 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 402 score: 0.6734 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 403 score: 0.6597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 404 score: 0.7828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 405 score: 0.6850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 406 score: 0.8185 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 407 score: 0.7707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 408 score: 0.8930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 409 score: 0.8328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 410 score: 0.8175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 411 score: 0.7859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 412 score: 0.7678 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 413 score: 0.6980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 414 score: 0.8417 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 415 score: 0.7734 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 416 score: 0.7596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 417 score: 0.8525 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 418 score: 0.8323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 419 score: 0.8990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 420 score: 0.9369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 421 score: 0.8482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 422 score: 0.8605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 423 score: 0.7802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 424 score: 0.7127 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 425 score: 0.8372 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 426 score: 0.8674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 427 score: 0.8854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 428 score: 0.8367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 429 score: 0.7046 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 430 score: 0.8898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 431 score: 0.7612 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 432 score: 0.6642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 433 score: 0.6065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 434 score: 0.6817 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 435 score: 0.6322 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 436 score: 0.6162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 437 score: 0.8412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 438 score: 0.8799 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 439 score: 0.6126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 440 score: 0.7774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 441 score: 0.8235 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 442 score: 0.6328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 443 score: 0.8368 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 444 score: 0.7563 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 445 score: 0.3674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 446 score: 0.8578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 447 score: 0.8678 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 448 score: 0.8776 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 449 score: 0.7615 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 450 score: 0.7191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 451 score: 0.8396 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 452 score: 0.5236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 453 score: 0.7875 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 454 score: 0.8068 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 455 score: 0.7289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 456 score: 0.6140 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 457 score: 0.8587 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 458 score: 0.7508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 459 score: 0.4421 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 460 score: 0.5295 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 461 score: 0.6725 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 462 score: 0.5751 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 463 score: 0.8285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 464 score: 0.8069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 465 score: 0.7871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 466 score: 0.7022 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 467 score: 0.6589 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 468 score: 0.5989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 469 score: 0.5789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 470 score: 0.7676 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 471 score: 0.7684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 472 score: 0.6993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 473 score: 0.6167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 474 score: 0.6706 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 475 score: 0.7571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 476 score: 0.6540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 477 score: 0.7755 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 478 score: 0.7307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 479 score: 0.8457 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 480 score: 0.6893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 481 score: 0.7897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 482 score: 0.8574 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 483 score: 0.5381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 484 score: 0.8336 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 485 score: 0.6941 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 486 score: 0.7029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 487 score: 0.6284 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 488 score: 0.8290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 489 score: 0.4737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 490 score: 0.7553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 491 score: 0.8507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 492 score: 0.9342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 493 score: 0.8311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 494 score: 0.5499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 495 score: 0.7407 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 496 score: 0.7476 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 497 score: 0.5686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 498 score: 0.8228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 499 score: 0.7857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 500 score: 0.8958 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 501 score: 0.8625 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 502 score: 0.8490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 503 score: 0.7048 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 504 score: 0.8144 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 505 score: 0.6450 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 506 score: 0.4968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 507 score: 0.7409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 508 score: 0.7129 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 509 score: 0.7741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 510 score: 0.6486 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 511 score: 0.7954 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 512 score: 0.8826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 513 score: 0.7030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 514 score: 0.8408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 515 score: 0.8560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 516 score: 0.5113 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 517 score: 0.8713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 518 score: 0.6229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 519 score: 0.9213 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 520 score: 0.7667 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 521 score: 0.8086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 522 score: 0.6718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 523 score: 0.6328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 524 score: 0.6464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 525 score: 0.6707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 526 score: 0.7332 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 527 score: 0.6382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 528 score: 0.5651 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 529 score: 0.7844 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 530 score: 0.5555 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 531 score: 0.6504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 532 score: 0.4828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 533 score: 0.7359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 534 score: 0.5831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 535 score: 0.6521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 536 score: 0.7409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 537 score: 0.3786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 538 score: 0.7838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 539 score: 0.7204 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 540 score: 0.7478 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 541 score: 0.8960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 542 score: 0.7828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 543 score: 0.8429 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 544 score: 0.8332 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 545 score: 0.8668 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 546 score: 0.6248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 547 score: 0.8062 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 548 score: 0.7334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 549 score: 0.8203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 550 score: 0.7694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 551 score: 0.7495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 552 score: 0.7683 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 553 score: 0.6006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 554 score: 0.6852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 555 score: 0.4673 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 556 score: 0.6474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 557 score: 0.7504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 558 score: 0.4585 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 559 score: 0.5718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 560 score: 0.6308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 561 score: 0.5893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 562 score: 0.8570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 563 score: 0.5942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 564 score: 0.7479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 565 score: 0.7608 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 566 score: 0.7981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 567 score: 0.8314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 568 score: 0.6863 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 569 score: 0.7586 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 570 score: 0.6768 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 571 score: 0.5443 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 572 score: 0.6597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 573 score: 0.5756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 574 score: 0.7034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 575 score: 0.6059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 576 score: 0.7623 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 577 score: 0.8012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 578 score: 0.7908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 579 score: 0.6811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 580 score: 0.6822 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 581 score: 0.6600 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 582 score: 0.8184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 583 score: 0.5083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 584 score: 0.5545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 585 score: 0.8331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 586 score: 0.8276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 587 score: 0.8698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 588 score: 0.6479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 589 score: 0.8417 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 590 score: 0.5396 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 591 score: 0.8864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 592 score: 0.8374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 593 score: 0.8053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 594 score: 0.8487 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 595 score: 0.6734 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 596 score: 0.7980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 597 score: 0.8483 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 598 score: 0.8314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 599 score: 0.8934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 600 score: 0.5127 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 601 score: 0.7265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 602 score: 0.8066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 603 score: 0.6307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 604 score: 0.7490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 605 score: 0.8534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 606 score: 0.7995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 607 score: 0.7146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 608 score: 0.7894 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 609 score: 0.7006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 610 score: 0.7937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 611 score: 0.6721 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 612 score: 0.8395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 613 score: 0.8472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 614 score: 0.7969 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 615 score: 0.6891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 616 score: 0.7567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 617 score: 0.6813 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 618 score: 0.7960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 619 score: 0.4820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 620 score: 0.6511 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 621 score: 0.4848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 622 score: 0.8576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 623 score: 0.8395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 624 score: 0.5009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 625 score: 0.8331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 626 score: 0.7545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 627 score: 0.6657 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 628 score: 0.8771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 629 score: 0.7932 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 630 score: 0.7182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 631 score: 0.9048 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 632 score: 0.8587 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 633 score: 0.8079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 634 score: 0.9311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 635 score: 0.7738 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 636 score: 0.8877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 637 score: 0.5794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 638 score: 0.7169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 639 score: 0.7076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 640 score: 0.6075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 641 score: 0.9277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 642 score: 0.7090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 643 score: 0.6311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 644 score: 0.6329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 645 score: 0.7244 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 646 score: 0.5490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 647 score: 0.8530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 648 score: 0.4828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 649 score: 0.7081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 650 score: 0.6630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 651 score: 0.5692 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 652 score: 0.6753 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 653 score: 0.6078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 654 score: 0.7215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 655 score: 0.6664 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 656 score: 0.6781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 657 score: 0.8563 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 658 score: 0.6104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 659 score: 0.7780 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 660 score: 0.5837 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 661 score: 0.6442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 662 score: 0.4968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 663 score: 0.8255 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 664 score: 0.8214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 665 score: 0.7850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 666 score: 0.7864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 667 score: 0.7301 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 668 score: 0.7555 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 669 score: 0.8839 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 670 score: 0.8195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 671 score: 0.9024 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 672 score: 0.8716 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 673 score: 0.6599 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 674 score: 0.7034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 675 score: 0.7881 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 676 score: 0.8128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 677 score: 0.8153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 678 score: 0.8536 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 679 score: 0.8365 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 680 score: 0.6920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 681 score: 0.8493 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 682 score: 0.8841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 683 score: 0.8224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 684 score: 0.7642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 685 score: 0.7057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 686 score: 0.7805 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 687 score: 0.8038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 688 score: 0.8273 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 689 score: 0.7970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 690 score: 0.8420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 691 score: 0.8507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 692 score: 0.8975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 693 score: 0.8270 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 694 score: 0.6874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 695 score: 0.7458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 696 score: 0.7260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 697 score: 0.7767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 698 score: 0.6286 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 699 score: 0.7268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 700 score: 0.8675 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 701 score: 0.8285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 702 score: 0.8806 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 703 score: 0.6369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 704 score: 0.5380 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 705 score: 0.8002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 706 score: 0.7335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 707 score: 0.8533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 708 score: 0.7499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 709 score: 0.5715 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 710 score: 0.8175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 711 score: 0.8377 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 712 score: 0.8969 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 713 score: 0.8161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 714 score: 0.7834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 715 score: 0.6051 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 716 score: 0.8924 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 717 score: 0.6773 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 718 score: 0.8253 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 719 score: 0.4700 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 720 score: 0.6436 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 721 score: 0.8617 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 722 score: 0.8739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 723 score: 0.7961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 724 score: 0.9162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 725 score: 0.8228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 726 score: 0.7679 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 727 score: 0.6766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 728 score: 0.5903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 729 score: 0.8819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 730 score: 0.7913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 731 score: 0.8689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 732 score: 0.8148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 733 score: 0.8465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 734 score: 0.4933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 735 score: 0.7986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 736 score: 0.7486 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 737 score: 0.8061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 738 score: 0.8497 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 739 score: 0.7564 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 740 score: 0.8901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 741 score: 0.7943 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 742 score: 0.7027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 743 score: 0.9078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 744 score: 0.7429 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 745 score: 0.7533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 746 score: 0.7872 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 747 score: 0.7653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 748 score: 0.8448 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 749 score: 0.6097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 750 score: 0.8523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 751 score: 0.7334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 752 score: 0.7529 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 753 score: 0.8834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 754 score: 0.8669 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 755 score: 0.6519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 756 score: 0.5548 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 757 score: 0.7940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 758 score: 0.7433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 759 score: 0.7375 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 760 score: 0.8457 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 761 score: 0.8748 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 762 score: 0.9052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 763 score: 0.8215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 764 score: 0.4718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 765 score: 0.6913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 766 score: 0.7916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 767 score: 0.5797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 768 score: 0.8661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 769 score: 0.8797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 770 score: 0.6921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 771 score: 0.9258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 772 score: 0.7920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 773 score: 0.7411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 774 score: 0.6474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 775 score: 0.6064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 776 score: 0.7598 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 777 score: 0.6681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 778 score: 0.7437 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 779 score: 0.8292 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 780 score: 0.8551 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 781 score: 0.7611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 782 score: 0.8073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 783 score: 0.6812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 784 score: 0.6671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 785 score: 0.7402 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 786 score: 0.5505 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 787 score: 0.6454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 788 score: 0.6295 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 789 score: 0.8781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 790 score: 0.8566 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 791 score: 0.6353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 792 score: 0.8663 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 793 score: 0.8596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 794 score: 0.7864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 795 score: 0.7981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 796 score: 0.8873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 797 score: 0.6734 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 798 score: 0.7861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 799 score: 0.7849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 800 score: 0.7449 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 801 score: 0.7054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 802 score: 0.8032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 803 score: 0.5808 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 804 score: 0.7174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 805 score: 0.6353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 806 score: 0.6611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 807 score: 0.5858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 808 score: 0.5818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 809 score: 0.6508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 810 score: 0.7588 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 811 score: 0.5442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 812 score: 0.8571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 813 score: 0.8473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 814 score: 0.6352 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 815 score: 0.7112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 816 score: 0.8597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 817 score: 0.5511 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 818 score: 0.4894 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 819 score: 0.5198 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 820 score: 0.8365 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 821 score: 0.6473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 822 score: 0.8598 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 823 score: 0.6598 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 824 score: 0.7496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 825 score: 0.7605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 826 score: 0.5544 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 827 score: 0.8152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 828 score: 0.7630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 829 score: 0.6583 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 830 score: 0.7137 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 831 score: 0.8133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 832 score: 0.7123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 833 score: 0.5015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 834 score: 0.7477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 835 score: 0.5323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 836 score: 0.6713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 837 score: 0.5786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 838 score: 0.8208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 839 score: 0.7703 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 840 score: 0.8712 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 841 score: 0.4618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 842 score: 0.5044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 843 score: 0.7609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 844 score: 0.6647 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 845 score: 0.4959 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 846 score: 0.5926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 847 score: 0.7821 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 848 score: 0.7486 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 849 score: 0.8436 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 850 score: 0.5825 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 851 score: 0.6475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 852 score: 0.8136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 853 score: 0.4758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 854 score: 0.7507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 855 score: 0.7677 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 856 score: 0.6577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 857 score: 0.8634 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 858 score: 0.6761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 859 score: 0.6101 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 860 score: 0.6335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 861 score: 0.8836 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 862 score: 0.6472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 863 score: 0.6761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 864 score: 0.6565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 865 score: 0.4697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 866 score: 0.5626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 867 score: 0.7322 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 868 score: 0.7119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 869 score: 0.7316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 870 score: 0.7640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 871 score: 0.5789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 872 score: 0.7093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 873 score: 0.8152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 874 score: 0.8581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 875 score: 0.8077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 876 score: 0.8685 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 877 score: 0.7462 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 878 score: 0.7841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 879 score: 0.6549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 880 score: 0.8492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 881 score: 0.9016 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 882 score: 0.7400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 883 score: 0.6914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 884 score: 0.6581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 885 score: 0.6297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 886 score: 0.8628 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 887 score: 0.7740 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 888 score: 0.6843 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 889 score: 0.6772 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 890 score: 0.5406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 891 score: 0.5059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 892 score: 0.6531 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 893 score: 0.7540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 894 score: 0.8401 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 895 score: 0.8072 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 896 score: 0.7100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 897 score: 0.6249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 898 score: 0.8167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 899 score: 0.6606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 900 score: 0.5731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 901 score: 0.7274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 902 score: 0.5422 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 903 score: 0.8491 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 904 score: 0.8445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 905 score: 0.7348 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 906 score: 0.7678 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 907 score: 0.7401 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 908 score: 0.7953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 909 score: 0.9353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 910 score: 0.7282 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 911 score: 0.6595 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 912 score: 0.9280 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 913 score: 0.8923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 914 score: 0.6860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 915 score: 0.8421 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 916 score: 0.7326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 917 score: 0.5936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 918 score: 0.6464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 919 score: 0.8257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 920 score: 0.6240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 921 score: 0.7924 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 922 score: 0.9191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 923 score: 0.8152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 924 score: 0.8510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 925 score: 0.6605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 926 score: 0.8005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 927 score: 0.7430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 928 score: 0.7933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 929 score: 0.6454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 930 score: 0.7761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 931 score: 0.5779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 932 score: 0.7202 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 933 score: 0.7361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 934 score: 0.7049 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 935 score: 0.7015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 936 score: 0.8580 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 937 score: 0.9456 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 938 score: 0.8305 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 939 score: 0.8325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 940 score: 0.8246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 941 score: 0.9528 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 942 score: 0.8779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 943 score: 0.8347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 944 score: 0.7970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 945 score: 0.5232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 946 score: 0.8238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 947 score: 0.4758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 948 score: 0.8170 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 949 score: 0.7347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 950 score: 0.6878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 951 score: 0.7677 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 952 score: 0.7369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 953 score: 0.7084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 954 score: 0.7946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 955 score: 0.8194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 956 score: 0.6892 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 957 score: 0.8254 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 958 score: 0.8235 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 959 score: 0.9106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 960 score: 0.6125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 961 score: 0.6482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 962 score: 0.6714 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 963 score: 0.7991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 964 score: 0.9339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 965 score: 0.6698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 966 score: 0.8331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 967 score: 0.5995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 968 score: 0.6439 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 969 score: 0.5128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 970 score: 0.5724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 971 score: 0.7895 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 972 score: 0.6343 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 973 score: 0.7050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 974 score: 0.6169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 975 score: 0.7715 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 976 score: 0.7349 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 977 score: 0.8006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 978 score: 0.8854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 979 score: 0.7064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 980 score: 0.8092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 981 score: 0.7848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 982 score: 0.7222 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 983 score: 0.6749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 984 score: 0.6770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 985 score: 0.7182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 986 score: 0.6224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 987 score: 0.7221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 988 score: 0.4811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 989 score: 0.5746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 990 score: 0.8739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 991 score: 0.7893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 992 score: 0.8219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 993 score: 0.7867 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 994 score: 0.7861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 995 score: 0.6749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 996 score: 0.8674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 997 score: 0.7235 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 998 score: 0.6827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 999 score: 0.6585 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 1000 score: 0.6555 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 1001 score: 0.7689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 1002 score: 0.6857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 1003 score: 0.6497 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 1004 score: 0.5032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 1005 score: 0.8973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 1006 score: 0.6954 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 1007 score: 0.6980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 1008 score: 0.9094 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 1009 score: 0.6629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 1010 score: 0.8043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en Segment 1011 score: 0.5778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-ka-en score: 0.7371 diff --git a/test-ko-en b/test-ko-en new file mode 100644 index 0000000000000000000000000000000000000000..4bdd26494473775637596da0f17d5acfd56122f0 --- /dev/null +++ b/test-ko-en @@ -0,0 +1,1012 @@ +He added, "I have a diabetic mouse that's four months old and being treated for diabetes." +Dr. Ehud Ur, a professor of endocrinology at Dalhousie University in Halifax, Nova Scotia, and chairman of the Canadian Diabetes Association's Scientific and Medical Advisory Council, warned that the study was in its early stages. +As with other experts, he was cautious about the findings, noting that they applied only to patients with type 1 diabetes. +Sara Danius, Permanent Secretary of the Swedish Academy, announced on Monday that the Academy had given up trying to contact Bob Dylan to inform him that he had won the Nobel Prize in Literature in 2016. +Danius wrote, "We don't do anything, we just call his closest collaborator and send an e-mail, and we got a very nice reply. That's enough for now." +Jamie Siminoff, the CEO of Ring, said he started the company after he couldn't hear the chime of his shop door in his garage. +He said he invented the wireless doorbell (Wi-Fi doorbell). +Siminoff said sales have increased since the Shark Tank episode aired in 2013, when the show's investors rejected the startup's funding request. +In late 2017, Siminoff appeared on the shopping television channel QVC. +Ring has also settled a lawsuit against rival security company ADT. +While one experimental vaccine appears to be effective at preventing deaths from Ebola, no vaccine has yet been proven effective at treating people who are already infected. +ZMapp, an antibody cocktail, initially showed some promise but official studies suggest it is much less effective at saving lives than had been hoped. +In the PALM trial, ZMapp acted as the benchmark against which to compare the other three treatments. +USA Gymnastics released a statement in support of the letter from the U.S. Olympic and Paralympic Committee, acknowledging the absolute necessity of having safe environments for athletes. +We agree with the USOC's assertion that we can achieve better results for athletes, clubs and the sport by pursuing meaningful change from within the organization. +The U.S. gymnastics team says it is supporting the victims of Larry Nassar by calling for an independent investigation into how his crimes went undetected for so long and how to prevent it from happening again. +The U.S. Olympic Committee and the U.S. gymnastics team have the same goal: making sure athletes are safe, positive and supported as they pursue their dreams in sports such as gymnastics. +In the 1960s, Brezhnev had served as Kennedy's interpreter and later worked for the Lyndon Johnson administration. +He served as deputy assistant to the president for national security affairs from 1977 to 1981, after advising Carter on foreign policy during the 1976 selection process. +He served as Carter's deputy at the NSA during the Camp David Accords, normalization of relations with China in the late 1970s, the Iran hostage crisis of 1979, the Soviet invasion of Afghanistan in 1979, and other major world events. +The film, starring Ryan Gosling and Emma Stone, was nominated for all major categories. +Ryan Gosling and Emma Stone were both nominated for Oscars for Best Actor in a Leading Role and Best Actress in a Leading Role, respectively. +Other nominations include Best Picture, Best Director, Cinematography, Costume Design, Film Editing, Original Score, Production Design, Sound Editing and Sound Mixing. +Two songs from La La Land ("City of Stars" and "Someone in the Crowd") were nominated for Best Original Song, and Lionsgate received the most nominations of any studio with 26. +Donald Trump, the US president, announced in a statement released late on Sunday that US troops were withdrawing from Syria. +Trump's statement came after a phone call with Recep Tayyip Erdogan, the president of Turkey. +Turkey has also vowed to protect ISIS fighters who have been captured and refused to be repatriated to their home countries in Europe. +At the very least, it confirms that some dinosaurs had feathers, something that is already well known, but also provides some of the details that are often lacking in fossils, such as colour and three-dimensional arrangement. +Scientists have discovered that the upper side of the dinosaur's feathers were grey and the underside was light or yellow. +These findings also shed new light on the evolution of feathers in birds. +Dinosaur feathers do not have a well-developed rachis, but they do have other specialized feathers like filoplumes and pennaceous feathers, and researchers have speculated that these other features evolved later to give rise to the rachis. +The structure of the feathers suggested they were not used for flight, but for temperature regulation or display, the researchers said, having analysed feathers from the young dinosaur's tail. +This is a young dinosaur's tail, but the sample reveals that it is not the downy covering of a juvenile, but the feathers of an adult. +Two police officers have been killed and at least 20 others wounded in a car bombing outside a police station in the Turkish city of Gaziantep. +The governor said 19 of the victims were police officers. +Police have blamed the Daesh (ISIL) militant group for the attack. +They discovered that they work on the principle of emission and rotation just like other stars. +In addition to luminosity and rotation, the star's Roche number is determined by its plasma flow. +The smaller the Rossby number, the less activity a star has at its poles. +Throughout his travels, Iwaseki found himself in a number of scrapes. +He has been robbed by pirates, attacked by a madman in Tibet, nearly married in Nepal, and arrested in India. +The 802.11n standard operates on both 2.4GHz and 5.0GHz frequencies. +If your base station has a dual radio, this will allow older 802.11a, 802.11b, and 802.11g devices to work. +802.11n is theoretically capable of up to 600 Mbit/s, which is significantly faster than previous standards. +Duval left little impression on Miller, who is married with two adult children. +When asked about the testimony, Miller said, "I didn't get to listen to Mr. Feinstein's testimony because I was preparing to testify." +Ri said: "After 2020, the DPRK will strive for the target of significantly reducing the volume of greenhouse gas emissions per unit of GDP to the level of the year 2005." +He did not disclose the size of the Gogmagog, only saying that it would be based on China's gross domestic product. +They then urged "developing countries to "move away from the old ways of polluting first and cleaning up later." +Pence continued, "That's why I say it's not appropriate for the vice president of the United States to demand that they accept a developmental stage and a responsibility level, and a capability level that goes beyond what they're able to do. +The Iraqi Study Group released its report today at noon GMT (Greenwich Mean Time). +At this point, there is no guarantee that Iraq's actions will prevent sectarian war or violence from escalating, or from descending into chaos. +The report begins with a call for public debate and consensus-building on U.S. Middle East policy. +The report is highly critical of nearly every aspect of current U.S. policy on Iraq and urges an immediate course correction. +One of the recommendations, of the 78, is that the UK should have a new foreign policy by the end of this year, including a tougher stance on Iraq and rebuilding relations with neighbouring countries. +Current Vice President and wife of the Argentinean President, Cristina Fernandez de Kirchner, announced last night in La Plata, 50 km from Buenos Aires, that she would be running for re-election. +In 2005, Kirchner announced her intention to run for president at a rally in the Argentine Theater, the same place she launched her Senate campaign in 1995. +There have been arguments over the cost of aid and reconstruction in the aftermath of Katrina, with some conservatives dubbing it "Bush's New Orleans Gravy Train." +Criticism of the Liberals' reconstruction efforts has centred on the return of contracts related to the reconstruction to Washington insiders. +More than 4 million people attended the funeral in Rome. +So many people turned up that most had to stay outside on St Peter's Square for the funeral. +Several large screens had been set up around Rome so that people could watch the funeral. +Similar screens have been set up in many Italian cities, as well as in other cities around the world, especially in Poland. +Scholars have criticized past FBI policies that focused resources on easy cases like stolen car investigations, to the detriment of success rates. +The U.S. Congress has appropriated funds since fiscal year 2005 to combat child pornography, and the FBI has mandated that it assign at least 10 agents to work on adult pornography cases. +Robin Uthappa hit the highest score of the innings with 70 runs off 41 balls with 4 fours and 6 sixes. +Middle-order batsman Shikhar Dhawan and Rohit Sharma have been in excellent form and have scored over 100 runs as partners. +But India only managed to score 36 runs for the loss of seven wickets, after losing a wicket in the first ball of the innings. +President George W. Bush began a weeklong tour of Asia with a stop in Singapore on Nov. 16. +He was received by Deputy Prime Minister Wong Kan Seng and discussed trade and terrorism issues with Prime Minister Lee Hsien Loong. +Bush announced a trade expansion policy for Asia in the wake of a week-long losing streak in the mid-term elections. +Prime Minister Stephen Harper agreed to send the government's "Clean Air Act" to all caucus meetings for review before it is read a second time in the House of Commons, following a 25-minute meeting with NDP Leader Jack Layton on Tuesday. +Mr Layton used his meeting with the Prime Minister to urge the Conservatives to 'completely re-write' their green agenda. +The state and some members of Congress have long criticized the federal government for stepping in to take control of the funding for Marshfield Clinic Health System in Devils Lake. +However, Prime Minister John Howard said the latest measures were aimed at preventing Tasmania's hospitals being downgraded by the federal government, which has already stumped up an extra $45 million. +The tsunami's height was recorded at 20 centimeters (8 inches) when it hit Palu, according to disaster agency spokesman Sutopo Purwo Nugroho, who said the tsunami had traveled across the open sea at speeds of 800 kph (497 mph) before striking the shoreline. +There were no reports of major damage or injuries in Tonga, though power was knocked out in some areas and Tonga's government said it had received a tsunami warning from the Pacific Tsunami Warning Center. +Fourteen Hawaii-based schools on or near the coastline were closed last Wednesday after a false tsunami warning was issued. +George W. Bush, the President of the United States, welcomed this announcement. +Gordon Johndroe, a spokesman for Mr. Bush, said the North's promises were "significant steps on the path to the denuclearization of the Korean peninsula." +Hurricane Jerry, the tenth named storm of the 2019 Atlantic hurricane season, has formed in the Atlantic Ocean today. +The National Hurricane Center says Tropical Storm Jerry no longer poses a threat. +The U.S. Army Corps of Engineers estimated that a 6-inch-per-hour rainfall could overtop levees. +The Ninth Ward, which was devastated by Hurricane Katrina's storm surge of up to 20 feet, is now filling up again as nearby levees are overtopped. +Water is overflowing the banks of the levee, which is 100 feet wide. +Adam Cuerden, a Commons manager, voiced discontent with the deletion in an interview with Wikinews last month. +“He lied to us from the start, said it was all legal, and then acted like he was listening to us right up until the moment he deleted us.” +Recent community backlash has led to an effort to draft a policy on sexual content on sites with millions of public-license media. +Although mostly theory-based, the program is designed to simulate a view of the Milky Way galaxy. +The effect the team was looking for could have been caused by the gravitational pull between the dark matter of the Milky Way and the intergalactic dark matter. +The Milky Way exerts a gravitational pull on the Moon, just as the Moon exerts a gravitational pull on the Earth. +Scientists have concluded that dark matter can affect other dark matter in the same way that normal matter affects normal matter. +According to this theory, most of the dark matter surrounding the Milky Way is in the form of a halo that envelops the Milky Way, composed of a large number of small particles. +TV footage showed a white plume of smoke billowing from the plant. +Local authorities have warned nearby residents to stay indoors with air conditioning turned off and to drink bottled water. +Japan's nuclear watchdog says it has detected trace amounts of radioactive iodine and cesium at the plant. +It is suspected that this is the result of a rupture in a container used to store uranium fuel rods. +Dr. Tony Molyneux discovered XDR-TB (drug-resistant tuberculosis) in KwaZulu-Natal, South Africa. +He noted in the interview that the new variant is "much more transmissible, much more contagious, much harder to contain." +Dr. Moll believes some patients may have contracted the illness at the hospital, including at least two healthy hospital workers. +Over the course of a year, one infected person can infect 10 to 15 close contacts. +However, the proportion of XDR-TB cases among all TB patients is not very high. When there are 330,000 TB patients in South Africa, 6,000 of them have XDR-TB. +The two satellites, weighing more than 1,000 pounds and traveling at about 17,500 miles per hour, collided while passing close to Earth, about 491 miles up. +Scientists say the explosion was much louder because of the impact. +Scientists are still working to determine the size of the asteroid and the effects it will have on Earth. +The U.S. Strategic Command is tracking the debris. +A graphical analysis of the results will be posted on the website. +A Pennsylvania woman has been charged with attempted murder after she was found unconscious and not breathing in the trunk of a doctor's car at Children's Hospital in Pittsburgh, according to the Allegheny County District Attorney's Office. +Dr. Malala Yousafzai Baloch, 29, was found dead in a ditch off a road in Blue Ash, about 15 miles north of Cincinnati, wearing only a T-shirt and underwear, authorities said. +She pointed at her black Oldsmobile Intrigue, which was about 150 feet away from the officers. +They found the body of 53-year-old Saroja Balasubramanian, covered in blood and wrapped in a plastic sheet. +Police said the body had been there for about a day. +The first outbreak of the season was reported in late July. +The disease is transmitted from pigs to humans through the bites of infected mosquitoes. +The Indian government has dispatched pig catchers to the affected areas, distributed thousands of mosquito nets and distributed larvicides as part of measures to tackle the outbreak. +It will be a great help to next year's preparedness of health institutions to deliver hundreds of millions of brain fever vaccines as promised by the government. +Plans to deliver vaccines to some of the world's most at-risk areas have been delayed due to funding shortfalls and lower priorities for other diseases. +Slaney emigrated to Sweden in 1956, and three years later he started working at the Swedish Post Office as a senior sculptor. +He has created more than 1,000 stamps for Sweden and another 28 countries. +His works are known for their high quality and finesse, and he is one of the few "known names" in the field of forgeries. There are also people who specialise in collecting only his works." +His 1,000th stamp was in 2000, when he engraved David Klöcker Ehrenberg's long work Sweden's Greatest Kings. This is listed in the Guinness Book of Records. +He has also worked on banknotes for other countries, including the recent new $5 and $10 banknotes for Canada, which feature a portrait of the prime minister on the front. +After the incident, Gibson was taken to a hospital where he later died. +The truck driver, 64, was not hurt in the crash. +The vehicle was moved from the scene of the crash around 12:00 BST on the same day. +One witness who works at a garage near the scene of the crash said, "I heard the children screaming and crying and yelling for help." +They all raced to the scene of the crash. +Other issues include saving the world's remaining forests and helping developing countries grow in a way that is less polluting. +The UN also hopes to complete the creation of a fund to help developing countries cope with the effects of global warming. +That money could go toward flood mitigation, watershed management and diversity of crops. +Fluke noted that some efforts to amplify women's voices on the issue of women's health had backfired. +She came to that conclusion because of the overwhelmingly positive opinions expressed by women and men alike that contraception should be regarded as a medical necessity. +About 40 inmates refused to return to their cells after a fight broke out in the prison yard when some of the injured men were taken away in ambulances. +Negotiators are trying to work out the details, but it's not clear what the prisoners' demands are. +Prisoners started a fire between 10 and 11 a.m. MDT (Mountain Daylight Time) in the prison yard. +Then riot officers moved in to push back the men, using a water cannon to fill the corridor with pepper spray. +Firefighters remained on scene until 11:35 a.m. +After the dam was built in 1963, the seasonal floods that carried sediment down the length of the river stopped. +This sediment is essential to the formation of dunes and beaches, which are crucial habitats for wildlife. +As a result, two species of fish have become extinct and another two are on the verge of extinction, including the humpback wrasse. +Officials expect the floodwaters to rise another five feet, but they are hopeful that the sand that has been washed downstream can be used to replenish the dunes. +No tsunami warning has been issued and the Jakarta Geophysics Agency said the quake was too shallow to cause a tsunami. +Even though there was no tsunami threat, residents began to flee their homes and businesses in panic. +Although Winfrey was tearful while saying goodbye, she vowed to fans that she would be back. +This is not a goodbye, this is a see you later, it's the end of a chapter and the beginning of another." +Namibia's incumbent president Hage Geingob has been re-elected with a large majority, according to preliminary results from the country's presidential and parliamentary elections. +The ruling South West Africa People's Organisation (SWAPO) also won a majority in parliament. +United Nations and Afghan forces have entered the area to secure the site and other UN helicopters were sent to assist. +The crash was believed to have been caused by an unexpected fire in the mountainous terrain. +Efforts to find the crash site are being hampered by bad weather and rugged terrain. +Médecins Sans Frontières (MSF), Mangola, a medical NGO, and the World Health Organization (WHO) have stated that this outbreak is the worst ever recorded in the country. +Richard Veerman, a spokesman for Doctors Without Borders, said, "Angola is in the grip of the worst cholera outbreak in the country's history and the situation remains very serious." +The game started at 10am in good weather, and apart from a little drizzle in the morning, it was a perfect day for the seven-nation rugby tournament. +South Africa, the top-ranked team in the tournament, cruised into the quarterfinals with a 26-0 win over Zambia. +South Africa looked completely out of their depth in matches against the Southern Hemisphere sides, but they did get better as the tournament went on. +Well-drilled defending, ball-handling and teamwork carried them through, and it was clear from the way they played that they deserved to win. +Officials from Amsterdam and the Anne Frank Museum say the tree is infested with fungus and is at risk of toppling over at any moment, creating a public health hazard. +It was scheduled to be demolished on Tuesday, but was saved by a last-minute court order on Friday. +The entrances to all the caves bearing the name "Seven Sisters" are at least 100 to 250 metres (328 to 820 feet) in diameter. +Infrared photos show that the cave is more likely to be open during the day and closed at night due to temperature changes. +“They are cooler than the surrounding ground during the day and warmer at night. +Glen Cushing, of Northern Arizona University and the U.S. Geological Survey's Volcano Hazards Program in Flagstaff, Arizona, said, "These infrequent eruptions are not as regular or predictable as many of the large volcanoes on Earth, but they do match the pattern of many deep pit craters." +Traditionally, voting in France has been a low-tech affair. Voters stand in line at polling stations, hand in pre-printed ballots in sealed envelopes. +After election officials verify a voter's identity, the voter fills out a ballot and places it in an envelope. +French election law is even stricter in this regard. +Since 1988, transparent ballot boxes have been introduced so that voters and scrutineers can see that there are no other ballot papers in the box apart from the ones that have been legally counted. +Candidates can observe the entire election process by sending a representative. In the evening, under strict supervision, volunteers will count the ballots according to certain procedures. +Earlier, the ASUS Eee PC, which was launched globally for cost-saving and functional reasons, was a hot topic at the Taipei IT Month in 2007. +However, since ASUS won the Taiwan Excellence Award in 2007, the consumer market for laptops has diversified and changed dramatically. +The broadcaster's website describes the show as "traditional radio theatre with a twist - it's new, it's daft and it's live." +Initially, the show was broadcast solely on Toginet Radio, an online talk radio station and long-running Internet radio station. +In late 2015, TogiNet established AstroNet Radio as a subsidiary. +The show originally featured amateur voice actors from the East Texas area. +Looting was reportedly rampant in the night as law enforcement officials did not appear on the scene. +A witness said that "Bishkek is in a state of "anarchy" with people roaming the streets in groups, looting stores." +Some Bishkek residents denounced the illegal actions of the southern protesters. +South Africa have beaten the All Blacks in a Rugby Union Test match at Ellis Park in Johannesburg, South Africa. +The final score was 21-20 to the All Blacks, extending their winning streak to 15 matches. +Springsteen has now lost five matches in a row. +It was a rematch of the All-Ireland final two weeks previously. +The series finale will be played at Ellis Park in Johannesburg the following week, when Springboks take on Australia. +A moderate earthquake hit western Montana on Monday at 10:08 a.m. +The U.S. Geological Survey and the National Earthquake Information Center said there were no immediate reports of major damage or injuries. +The epicenter of the quake was about 20 km (15 miles) northeast of Dillingham and about 65 km (40 miles) southwest of Bethel. +The H5N1 strain of avian influenza, a highly pathogenic form of bird flu, has been confirmed in dead wild geese found in a marshland east of Lyon, France, on Monday. +France is the seventh European country to report cases of the virus, after Austria, Germany, Slovenia, Bulgaria, Greece and Italy. +Suspected cases of H5N1 in Croatia and Denmark remain unconfirmed. +Chamberlain accused "God" of "killing hundreds of millions of people, destroying entire civilizations, and carrying out hundreds of millions of acts of terrorism." +The "believer" argued that his suit was "frivolous" and "anyone can sue anyone for anything" in the U.S. +The story told by Camille Saint-Saens in the French opera "Samson et Dalila" is "the story of an artist ruled by love for drugs and Japan." +As a result, the performers are smoking marijuana and cigarettes on stage and encouraging the audience to participate. +Former Speaker of the House Newt Gingrich, Texas Governor Rick Perry, and U.S. Representative Michelle Bachmann rounded out the top 6. +After the results were announced, Gingrich heaped praise on Santorum but had harsh words for Romney, who he accused of negative campaigning in Iowa. +Perez said, "I'm going to go back to Texas, I'm going to evaluate the results of tonight's runoff election and then I'm going to be back here on January 21 for the South Carolina primary." +Bachmann, who won the Ames Straw Poll in August, said she would take a "hard look" at running. +The photographer was taken to Ronald Reagan UCLA Medical Center where he later died. +He is in his 20s, according to a statement released by Beaver, who said, "Although I did not know the victim personally, I am praying for his family who is going through such a tragic loss." +The celebrity news website TMZ reported that the photographer continued to try to take pictures of Spears as he got out of his car and walked across the street in front of the police station, and that the California Highway Patrol had twice had to get out of the way of the photographer. +The driver of the car that struck the photographer is unlikely to face criminal charges, police said. +With only 18 medals to be won per day, many countries were unable to reach the podium. +Anna Jochemsen of the Netherlands, who finished ninth in the women's standing class yesterday at Super-G, and Katja Saarinen of Finland, who finished tenth, are also in the field. +Mitchell Golley of Australia placed 11th in the men's standing super-G, and Oldrich Zelenek of the Czech Republic was 16th in the men's sitting super-G. +Mexican Alvar Beltran finished in 15th place in the men's super-g and New Zealander Adam Hall finished in 9th in the men's super-g. +Maciej Krezel of Poland, who is visually impaired, and his guide Anna Ogarzynska finished 13th in the super-G. Park Jung-seok of South Korea finished 24th in the men's visually impaired super-G. +The UN peacekeeping mission in Haiti has been criticised for an outbreak of cholera at a camp near one of its bases since the 2010 earthquake. +According to the suit, the U.N. camp has been dumping untreated wastewater into the Artibonite River, one of Haiti's major rivers. +Haiti has not had a major outbreak of infectious diseases since 1800. +Human Rights Watch and the Institute for Democracy and the Rule of Law cited independent research that said UN peacekeepers in Nepal unintentionally spread cholera. +Daniel Lantier, a UN health specialist, said the dramatic increase was due to peacekeepers. +Hamilton confirmed that Howard University Hospital had admitted a patient in stable condition. +The patient had visited Nigeria, where there is an ongoing outbreak of Ebola. +The hospital had put in place a contingency plan, including isolating the patient from other patients, to prevent the spread of infection. +Simon had worked in a variety of roles at several different firms before joining The Simpsons. +He appeared in the 1980s on talk shows such as Taxi, Cheers, and The Tracey Ullman Show. +In 1989, he helped create The Simpsons with Matt Groening and Sam Simon, and he hired the show's first writing staff. +Although he retired in 1993, he has kept the title of executive producer and continues to receive hundreds of thousands of dollars per season in residuals. +Earlier, China's Xinhua news agency reported that the plane had been hijacked. +According to subsequent reports, the plane landed in Kandahar, Afghanistan, after receiving a bomb threat. +Earlier reports said the plane had been refused permission to make an emergency landing in Kirkenes, Norway, before being sent back to Afghanistan. +Iran has a high rate of air accidents due to its ageing fleet of aircraft, both civilian and military, which are often ill-maintained. +International sanctions meant that the country was unable to buy any new aircraft. +Earlier this week, three people were killed and three others injured when a police helicopter crashed. +Last month, an airliner crashed while trying to land in Armenia, killing all 168 people on board in the country's worst ever aviation disaster. +In the same month, another airplane crashed into a wall at Marshad Airport, killing 17. +Aerosmith cancels remaining tour dates. +The rock band was scheduled to tour the U.S. and Canada until September 16. +Steven Tyler cancels rest of tour after falling off stage on Aug. 5. +Murray got the first break of the match when he took the first set to a tiebreak after the two men traded breaks in the opening set. +Del Potro got the first break of the match in the second set but again Tiafoe dug deep to take the tie-break. +Porto's midfielder had shoulder surgery earlier this year but could have made a return to action at the end of the season. +The program started at 8:30 a.m. local time (1500 UTC). +Prominent singers from across the country have paid their tributes at the feet of Shri Shyam by singing devotional songs. +Sanjeev Sharma started the evening, followed by Zai Shankar, and Chhappan Bhog was also showcased. Raaju Kandelwal was also present. +Raka Singh then took to the stage to sing a Bhasa song. +108 plates of Chhappan Bhog (56 different foods offered to the deity in Hinduism) were laid out for Baba Shyam. +Rakka Singh also performed the song 'Bogan Bazan' with singer Lakhwinder Singh. +Nintendo president Tatsumi Kimishima unveiled the design for the company's new Nintendo Revolution game console during a keynote address at the Tokyo Game Show on Thursday. +The controller, which looks a bit like a TV remote control, uses two sensors to triangulate its position in 3D space, similar to the way a TV remote works. +This allows players to move the device in space to control actions and movements. +Giancarlo Fisichella was forced to retire early in the race after losing control of his car +His team-mate Fernando Alonso was ahead for most of the race but had to retire early with a right front tyre problem. +Mick Schumacher qualified just behind Alonso in P10, due to a number of collisions during the race which damaged his suspension. +According to the transcript of the press conference, Zhang Yimou said, "She is very cute and can sing quite well." +“Every time I do a rehearsal of this piece I’m moved to tears.” +About three minutes after launch, a very large amount of debris was ejected from the fuel tank and caught on camera by an onboard camera. +However, they are not thought to have caused any damage to the shuttle. +Wayne Hale, NASA's space shuttle program manager, said, "We were concerned about that at the time." +Within five minutes of the fireworks starting, a gust of wind started blowing, and within a minute the wind speed had reached 70km/h. Then it started to rain, but the rain was so heavy that it felt like needles pricking your skin, and then hail started to fall. People were screaming in panic and running around in all directions. +My brother and his friend lost their lives, and I saw two wheelchair-bound men on their way who were being pushed around by people," Armand Versace said. +NHK also reported that the Kashiwazaki Kariwa nuclear power plant in Niigata prefecture is operating normally. +The Hokkaido Electric Power Company reported that the earthquake had no effect on its operations, and that reactors 1 and 2 at the Shika Nuclear Power Plant had been shut down. +Some 9,400 households in the area are without water, and about 100 are without power, officials said. +Some roads were washed away and train services were disrupted in the affected areas, while Narita airport in Chiba prefecture was closed. +One bomb exploded outside the governor's compound. +Another three bombs exploded near the government compound within two hours. +Officials said at least eight people had died, with another 30 injured, but the death toll was expected to rise. +Both cyanuric acid and melamine were found in the faeces of dead pets that had eaten the contaminated pet food. +University researchers have discovered two compounds that react to form a crystal that can block the function of the kidneys. +Researchers observed the formation of crystals in cat poop when they added melamine and cyanuric acid to it. +The composition of these crystals is consistent with those found in pet cat faeces, when compared with infrared spectroscopy (FTIR). +I don't know for sure, but most of the stuff from Central America was duty-free when it entered the country. +Although our goods may be taxed by customs in certain Central American countries, we will take care of you. +That didn't feel right to me, didn't feel fair. +What I'm asking is that you treat us the way you want us to treat you. +California Gov. Arnold Schwarzenegger has signed a law banning the sale or rental of violent video games to minors. +The bill would require violent video games sold in California to be labeled with the rating "18," and would levy a $1,000 fine on retailers who sell them to under-18s. +The Director of Public Prosecutions, Keir Starmer QC, has today authorised prosecutions of both Huhne and Pryce. +Hunn has resigned and is due to be replaced by Ed Davey, the former energy secretary, while Norman Lamb, the former health minister, is set to take over as chief secretary to the Treasury. +Huhne and Pryce are due to appear before Westminster Magistrates' Court on February 16. +The victims were identified as Nicholas O'Donnell, 25, and Jacquelyn Kirkback, 21, who was the driver. +Edgar Veguilla suffered facial and hand injuries, while Kristoffer Schneider required facial reconstructive surgery after sustaining injuries to his face. +Uka's weapon failed to penetrate the fifth man's skull. Schnieder suffered a traumatic brain injury, was blinded in one eye, lost some facial bones and had a titanium plate put in his face. +Schneider testified via video link from the U.S. Air Force base where he is stationed. +Carpanedo also competed in two individual races on Wednesday in addition to the event on Monday. +Her first match of the day was a bogey-free round on the back nine, but she missed the cut by one stroke and was tied for 36th on the leaderboard of the 116 players. +Her other race of the day was the 400m individual medley where she finished tenth with a time of 4:41.30, which was 2:11.60 behind the Austrian Claudia Resch, who finished first, and 1:09.20 behind Hungary's Daniel Gyurta, who finished ninth. +Four of the women who sat on the bench for the final run did not advance out of the semifinals, and 45 of the 117 skiers overall were eliminated from the tournament. +The Mardia Pradesh police recovered the stolen laptop and mobile phone. +A spokesperson for the D.A.'s office said, "The District Attorney's Office has arrested five men for raping a woman in Switzerland, and also recovered her cell phone and laptop." +The names of the accused are Baba Kanjar, Bhutha Kanjar, Rampro Kanjar, Gaza Kanjar and Vishnu Kanjar. +Chandrashekhar Solanki, the superintendent of police, said the accused appeared before the court with his face covered. +Three people were inside the home when it was struck by the car, but no injuries were reported. +However, the driver suffered a serious head injury. +The road was temporarily closed while firefighters rescued the man from the wreckage of the red Audi TT. +He was initially admitted to James Paget Hospital in Great Yarmouth. +He was then transferred to Addenbrooke's Hospital in Cambridge. +Adekoya has been charged with attempted murder of his son at Edinburgh Sheriff Court. +She is currently in custody awaiting trial, but her notoriety may have tainted potential eyewitness accounts. +While this is a common practice elsewhere in the UK, the Scottish law is different and the court considered the publication of the photographs to be potentially malicious. +Prof Pamela Ferguson, of Dundee University, said: "If the press publish photographs of suspects, they are effectively putting a rope around their necks. +A Crown Office spokesperson said: "It would be inappropriate to comment further at this stage." +According to the leak, the document will be about the border dispute between Palestine and Israel in the context of the Six-Day War of 1967. +Other issues include the future of Jerusalem, which is holy to both sides, and the Jordan Valley. +Israel has insisted on a continued military presence in the area for 10 years, while the PA has agreed to a continued military presence for five years. +Hunters who took part in the trial had to be carefully supervised by the Forestry Commission to ensure they monitored the trial and assessed its effectiveness. +The National Parks and Wildlife Service (NPWS) has recruited volunteers through a partnership with the Australian Sports Shooting Association (ASSA) to help tackle the feral pig problem. +Mick O'Flynn, acting Park Conservation and Heritage (PCH) manager for the NPWS, said the four rangers selected for the first shooting operation had all received comprehensive safety and training briefings. +Martelly took the oath yesterday before the nine-member interim electoral council (CEP). +Mattel is now CEO for the fifth time in four years. +Last month, the Presidential Council recommended the resignation of the former CEP as part of measures to prepare for new elections. +The commission was set up in response to widespread pro-government protests that began in October. +Some of the violence was payback for elections that have not been held since 2011. +About 60 cases of overheating iPods have been reported, including six fires and four cases of minor burns. +Japan's Ministry of Economy, Trade and Industry (METI) said it was aware of 27 accidents related to this equipment. +Japan's Ministry of Economy, Trade and Industry (METI) announced last week that it had received an additional 34 reports of "serious" incidents from Apple. +Economic and Industrial Strategy Secretary Kwasi Kwarteng said: "We are disappointed by Apple's decision to delay the launch of its report." +The quake hit the Mariana Islands at 7:19 a.m. local time (9:19 p.m. ET Thursday). +The Northern Mariana Islands Office of Emergency Management reported no major damage. +The Pacific Tsunami Warning Center also reported no tsunami threat. +A former Philippine policeman abducted a bus in Manila, the capital of the Philippines, and took hostage some tourists from Hong Kong. +Rolando Mendoza also fired an M-16 at tourists. +Several hostages have been freed, and at least six have been killed. +Six hostages, including children and the elderly, were freed earlier. +Later, when an elderly woman had to use the restroom, the photographers took her place and Mendoza was shot. +Regyns followed in her father's footsteps by pursuing a career in medicine. +He trained as a gynaecologist and started work at the National Women's Hospital in Auckland in 1959. +A South Korean researcher at a hospital has started a survey on early labour pains in her spare time. +His research showed that the fetus' lungs matured more quickly when the hormone was administered. +China's state news agency Xinhua reported on Thursday that government investigators had seized the "black box" recorders from the crashed plane on Wednesday. +Other gymnasts also paid tribute to Raisman. +Tammy Driemeyer said, "Luna was the Queen of Extreme. My first manager. Luna left us two moons ago. So special, just like her. A very strong woman." +Dustin "Goldust" Rhodes said, "Luna is as unique as they come... maybe even more so... I love her and she loves me... I hope she goes to a better place." +A poll of 1,400 people conducted ahead of the 2010 federal election found that opposition to Australia becoming a republic had risen from 8 per cent in 2008. +During the 2010 federal election campaign, Prime Minister Julia Gillard argued that Australia should become a republic once the reign of Queen Elizabeth II ended. +A poll showed 34 per cent thought Elizabeth II should be Australia's next head of state. +Twenty-nine per cent thought Australia should become a republic, while thirty-one per cent said no. +The Olympic gold medallist had been due to compete in the 100m and 200m freestyle at the Commonwealth Games but pulled out due to suspected exhaustion. +Due to the ban on performance-enhancing drugs, athletes were unable to take the drugs that would have helped them overcome the pain. +Curtis Cooper, a professor of mathematics and computer science at Central Missouri State University, discovered the largest known number on January 25. +A number of people used a variety of hardware and software to demonstrate the findings, which were announced on Tuesday. +Comets may have been the source of organic molecules and water that made life possible on Earth. +Scientists hope to find out how planets form, in particular how the Earth formed, as they believe a comet struck the Earth long ago. +The 53-year-old Cuomo began his term early this year and signed into law marriage equality last month. +He called the allegations "politically motivated and ridiculous." +He is expected to run for president in 2016. +According to the FAA's claim, NextGen is a system that can save hundreds of millions of gallons of fuel and reduce carbon emissions each year by allowing planes to fly shorter routes. +This will allow air traffic controllers to identify aircraft with a much higher degree of accuracy, and provide pilots with more information. +There will also be additional traffic management in place and there will be no access to the car parks or public transport interchanges from ground level. +The chances of the match being played behind closed doors have now increased due to fears over a lack of public transport. +A new species of bird has been discovered on the Galapagos Islands, according to a study published in the journal Science last Wednesday. +Although the researchers observed the emergence of a new species in just two generations, they believe the process would have taken much longer as a result of breeding between the native Darwin's finches, the medium ground finch and the cactus finch, an immigrant from South America. +Gold can be worked in all kinds of shapes. Even very small shapes can be pressed. +It can be stretched into a thin wire that can be bent or twisted. It can be hammered into shape or molded using a mold. +Gold can be very thin and can stick to other metals, so it was used to decorate the hand-painted "illuminated manuscripts", also known as "colored manuscripts". +This is called pH, and you can make a pH indicator with red cabbage juice. +The color of cucumber juice depends on how acidic or alkaline (alkaline) the chemicals are. +pH is a measure of the concentration of hydrogen ions (H+) in a solution. +A proton is a positively charged particle (since the hydrogen atom has one proton and one electron) +After rubbing the two dried grains together in the palm of your hand, you rub the ball between your wet fingers. +The moisture in your hands interacts with the outer layers of the skin to give you a fun sensation and form a kind of shell. +Harappan and Mohenjo-daro cities had almost all houses connected to a sophisticated drainage system and flush toilets. +Remnants of sewage systems have been found in houses in the Greek cities of Santorini and Crete. +Ancient Egypt, Persia, and China also had toilets. In Roman times, toilets were sometimes part of a public bath. +If you're talking to someone thousands of miles away, you're using a satellite. +Satellites in space will reflect the signal almost immediately after receiving it. +Artificial satellites have been put into orbit around the Earth by rockets. Scientists use telescopes in space because the atmosphere distorts our light and our view. +To put a satellite or telescope into orbit, you need a really big rocket - one over 100 feet tall. +The wheel has changed the world in ways big and small, including making travel faster and more convenient. +It has brought trains, cars, and many other means of transportation. +Below these are the medium-sized animals, such as hares, deer, and wolverines that hunt rabbits and other medium-sized animals. +Finally, there are many more small cats that eat much more small prey, such as insects, rodents, lizards, and birds (including pet cats that have been released into the wild). +Their success is based on their ability to out-compete other cats by using a concept called "niche partitioning," where each cat has its own specialty. +The lion is the most social of the cat species and lives in a group called a "pride". +A group of moles consists of one to three adult males and up to thirty females and young. +Because roosters come from large families with many sisters and daughters, they often have close relationships with each other. +A pride of lions behaves much like a wolf pack or a flock of sheep (but different from other large herbivores such as elephants and giraffes) in that they hunt as a group, and this makes them very dangerous to their prey. +A leopard is as agile as a multi-talented athlete (though it is not very good at it) and can climb trees, swim and leap great distances with up to five times the strength of a human. +A hyena is a member of the Hyaenidae family, which includes the striped hyena, spotted hyena, brown hyena and aardwolf. Only four species of hyena are capable of roaring: the striped hyena, spotted hyena, brown hyena and aardwolf. +A hyena's laugh is different from a tiger's roar, but it is similar in the sense that it is a sentence of words repeated over and over. +Ocelots hunt and eat small animals. If possible, they usually hunt and eat animals that are much smaller than themselves, such as monkeys, snakes, lizards, and birds. +Scientists think Ocellaris use their sense of smell to hunt for their prey (food) and to find their way back to where they were. +The ocelot is a nocturnal hunter that can see well in the dark and can move very quietly. The ocelot hunts by covering its prey with its paws and then biting its throat. +When a small group of organisms (fewer individuals) separates from a larger group into which they dispersed (by being carried by a mountain range or river, or by being blown by the wind to a new island), they would have the realization that they are now in a different environment from the one they were in before. +These new environments often have different resources and competitors, so new species will often need to have different features or adaptations in order to be competitive. +While the population has not changed at all, we still need to adapt like we did in the past. +Over time, as new people came in and adapted to the new environment, their appearance began to change. +Eventually, after thousands or even millions of years, they will look so different that they will no longer be considered to be the same species. +We call this process speciation, which is the formation of new species. Speciation is an unavoidable result of evolution and is a crucial component of it. +Plants make the oxygen we breathe and take in the carbon dioxide we exhale. +Plants use photosynthesis to make their own food from the sun, and also provide shade. +We build our houses from wood and make our clothes from plants. Most of the food we eat is vegetables. Without plants, animals would not be able to survive. +Mosasaurus was a top predator in its time so there was nothing else for the other Mosasaurus to be afraid of. +Its long snout was packed with more than 70 very sharp teeth, and these teeth were reinforced by a bone covering the roof of its mouth. This made it impossible for anything to escape once it sank its teeth into its prey. +While not certain, it may have had a split jaw. It ate turtles, large fish, other mosasaurs, and possibly even people. +This animal attacked everything that went into the water, including large dinosaurs such as Tyrannosaurus. +Their food was generally familiar to us, but some of the ingredients in Roman banquets were exotic and bizarre, such as boar, duck, snails, and hibernating bats. +Another difference was that the poor people and women ate while sitting on the floor, while the rich men liked to eat while reclining on couches, next to each other. +Ancient Roman cuisine would not have included food from the Americas or Asia for several centuries. +For example, they did not eat squash, tomatoes, potatoes, or cocoa beans, and the ancient Romans did not taste chili peppers. +The Babylonians built a "House of God" for all of their gods. +People would bring offerings to the gods and priests would try to appease the gods through rituals and festivals. +Each temple had an open courtyard and an inner sanctuary, which only priests were allowed to enter. +Sometimes special pyramid-shaped towers called ziggurats were built as part of the temple. +The top of the temple is a special place dedicated to the gods. +In the hot climate of the Middle East, houses were not as important. +Most Hebrew families lived in tents. +Women cooked in the courtyard and the shop was just a stall on the street, and the stones were used to build houses. +Because there were no large forests in Canaan, trees were scarce. +Greenland was discovered by accident. According to Norse Mythology, Erik the Red was exiled from Iceland for murder and set out to the west to find new land, which he called Greenland. +Regardless of his discovery, the Eskimos were already there. +Although all the countries were called "Scandinavia", there were many differences between the peoples, customs, history, and kings of Denmark, Sweden, Norway, and Iceland. +If you've seen National Treasure, you may think of the back of the Declaration of Independence as the map to the treasure. +But that's not true. Even if something is written on the back of a document, it's not a treasure map. +The back of the Declaration of Independence has the words "Original Declaration of Independence Dated July 4, 1776" at the bottom, reversed so the letters read correctly. +No one knows who recorded it, but this large parchment document (75.6 cm x 62.2 cm) has been preserved. +Therefore, it is more likely that it was simply labeled. +The D-Day landings and subsequent battles liberated northern France but southern France was still occupied. +It was "invaded" by the "Vichy" French, who in 1940 sided with the Germans against the Resistance. +In August 1940, the Allies invaded southern France in an operation code-named "Dragoon." +Just 2 weeks later, the US and Free French forces liberated southern France and began to push towards Germany. +A civilization is a very large group of people who work together and share a common culture. +The word "civilization" is derived from the Latin words civis, meaning "citizen," and civitas, meaning "city-state." +A city-state can be a nation's precursor. Civilization and culture mean the transmission of knowledge across generations, the persistence of a cultural legacy, and the fair distribution thereof. +Many cultures leave no significant historical records and are therefore not considered to be true civilizations. +During the War of Independence, thirteen states formed a weaker central government under the Articles of Confederation. +With no power to levy taxes and no national government or judiciary to enforce the law, Congress often had to rely on the goodwill of state governments to carry out its legislation. +Congress also did not have the power to nullify state taxes or tariffs. +These clauses had to be unanimously agreed to by all states in order to be amended, and most state representatives who snubbed the central government did not attend the conference. +The Italian national football team is the second most successful in the world by number of titles won, having won the FIFA World Cup in 2006. +Popular sports on offer include football, baseball, volleyball, water polo, pétanque, rugby, cycling, ice hockey, roller hockey, and Formula 1 car racing. +Winter sports are by far the most popular in the north, and Italians sometimes participate in international competitions or the Olympics. +Japan has almost 7,000 islands (the largest of which is Honshu) and is the world's seventh-largest island country. +Geographically, Japan is often referred to as an "archipelago" because of its many islands. +Taiwan's name is derived from Ilha Formosa, which means "beautiful island" in Portuguese, the language of the European explorers who arrived in the 16th century. +In 1624, the Dutch East India Company established a base in Taiwan's southwest, introducing a change in the method of rice production and hiring Chinese laborers to work in the replanting of fields to produce rice and sugar cane. +In 1683, the Qing dynasty (1644–1912) seized control of the western and northern coastal areas of Taiwan, and in 1885 declared Taiwan to be part of the Qing empire. +After losing the First Sino-Japanese War in 1895, the Qing government signed the Shimonoseki Treaty and ceded sovereignty over Taiwan to Japan, which governed the island until 1945. +Machu Picchu is made up of three major structures: the Intihuatana, the Temple of the Sun, and the Temple of the Three Windows. +Most of the buildings on the perimeter have been reconstructed to better reveal their original appearance. +In 1976, 30% of Machu Picchu was restored, and restoration work continues to this day. +For example, the most common film format for still photography is 35 mm, which was the standard film size at the end of the era of analogue photography. +It is still made today, but the more important thing is that its aspect ratio was inherited by the image sensors of digital cameras. +It sounds a little confusing, but the 35mm format is actually 36 by 24mm. +Therefore, the aspect ratio of this format is 3 by 2 (divided by 12 for the simplest integer ratio). +Many common formats (e.g. APS) have the same aspect ratio or are very close to it. +The rule of thirds is a simple guideline that divides an image into thirds both horizontally and vertically, creating a grid. +The rule states that the most effective way to position the major elements of a composition is to place them at the intersections of lines that are equally spaced vertically and horizontally (see example). +During this time of European history, the wealthy and powerful Catholic Church was under scrutiny. +For more than a thousand years, Christianity has united European countries despite their languages and customs. +Its pervasive power is felt by everyone, from kings to peasants. +According to one of Christianity's major beliefs, money is to be used to alleviate pain and poverty, and the church's treasury is said to be especially for that reason. +The central power of the church had been based in Rome for a thousand years, and this concentration of wealth and power had led to doubts about the appropriateness of this doctrine. +Immediately following the outbreak of hostilities Britain began a naval blockade of Germany. +Although this blockade has been widely condemned as a violation of international law, it has been effective in blocking crucial military and civilian supplies. +Britain has mined shipping lanes all over the world to prevent any ship from entering any of our overseas territories. +Because of the limited response to this tactic, Germany expected a similar response in the unrestricted submarine warfare. +In the 1920s, the prevailing mood in both society and the country as a whole was one of pacifism and isolationism. +The countries that had suffered through the horrors of the First World War were determined to never let such a thing happen again. +In 1884, Tesla moved to New York City to work for the Edison Company. +He arrived in the U.S. with four cents in his pocket, the result of a recommendation from his former employer, Charles Bassler, to Thomas Edison. +In ancient China, each dynasty or ruling family was given a unique name to distinguish it from all other dynasties or ruling families. +There were also periods of division between dynasties, most notably the Three Kingdoms period spanning the 300 years from the fall of the Han dynasty to the rise of the Jin dynasty in 265. +During this period there were many violent wars between the many noble claimants to the throne. +The Three Kingdoms period was one of the bloodiest in ancient Chinese history, with thousands dying in battles for the highest positions in the Shuhan Palace. +The metric system, the switch from an absolute monarchy to a republican form of government, the idea that nations and states should be the property of many people rather than the plaything of one ruler, have all had a great impact on society and politics. +Professions also became open to all male applicants after the revolution, allowing the most ambitious and driven men to succeed. +The same principle is applied to the military, because instead of ranks being based on a hierarchy, they are based on ability. +Also, the French Revolution inspired many workers who were oppressed in other countries to make their own revolutions. +Muhammad had a keen interest in the problems beyond the superficial life. He often used to meditate in a cave known as Hira, which was in a mountain called Noor (meaning "light"). +The winds of time have carved out the Cave of the Prophet to reveal Muhammad's religious character quite clearly. +This cave, located at the top of a mountain in the Mekong north, is completely isolated from the rest of the world. +In fact, it's so hard to find that even people who know it's there have trouble finding it. Once you're inside the cave, it's completely pitch black. +You don't see the sky from inside the cave, and you don't see or hear anything from the outside world while you're in there. +The Great Pyramid of Giza is the only one of the Seven Wonders of the Ancient World still standing. +The Great Pyramid of Giza is one of the many large pyramids built by the ancient Egyptians as tombs for their dead pharaohs. +The Giza Plateau or "Giza Necropolis" is the site of several pyramids (including the Great Pyramid), some small pyramids, some tombs, and a Sphinx. +The Pyramid of Khufu was built as a tomb for the Pharaoh Khufu and smaller pyramids and tombs were built nearby for his wife and family. +The "Olympic" sign was shaped like a V, and the "Dumbbell" sign was shaped like a trapezoid with no top or bottom. +Olympic is when you start from the end of the bow and release the bow, Recurve is when you start from the tip of the bow and release the bow. +While the cello is usually quieter, the violoncello is louder and more assertive. +You can make your own marks with a pencil if you like, but the dots on the record are there for musical purposes so are usually best left alone. +On October 6, 1789, King Louis XVI, Queen Marie Antoinette, and their two young children (11-year-old Marie-Thérèse and 4-year-old Louis-Charles) were forcibly removed from the Palace of Versailles and taken to Paris. +The king and queen returned to Paris in a carriage surrounded by a hostile crowd shouting abuse and making threats. +The crowd forced the king and queen to open the windows of their carriage. +At one point, a member of the mob pumped his fist in the face of the queen as she passed by on the way to the bedroom of the royal bodyguard who had been stabbed to death by one of the rioters. +The cost of the American imperialist war of conquest against the Philippines was paid for by the Filipino people themselves. +They were forced to pay taxes to the colonial governments of the United States, and bonds issued in the name of the Philippine government caused some interest on Wall Street. +Naturally, the early gains derived from the long-term exploitation of the Filipino people will form the basis of American imperialism's primary gains. +To understand the Templars, you have to know the reason they were created in the first place. +The Middle Ages, also known as the Dark Ages, is the period from the 11th, 12th and 13th centuries in Europe (c. 1000 - c. 1300). +The Late Middle Ages overlaps with the Early Middle Ages and is conventionally thought to end around the year 1500. +The term "technological determinism" encompasses a wide range of actual beliefs, ranging from the idea that human destiny is determined by the inevitable logic of scientific and technological developments, to the belief that technology is intrinsically oriented toward certain ends. +Most interpretations of the theory of technological determinism are based on two concepts: that technology in itself is a force that exerts influence on culture or politics, and that technology is not controlled by society, but rather has a "fundamental" influence on society. +For example, someone might claim that cars always led to the development of roads. +However, the national road network is such that it is economically infeasible with only a few cars, so a new method of production is developed to reduce the cost of owning a car. +As more people become car owners, the number of road accidents will increase, and this will lead to the development of new technologies to repair damaged bodies in the medical field. +Romanticism had many elements of a cultural determination influenced by authors such as Goethe, Schiller, and Fichte. +In the Romantic view, geography formed the individual, and as time passed, customs and culture grew out of the geography, creating social harmony, rather than making laws and imposing them. +Although Paris is known today as a fashion capital, Constantinople was considered a fashion capital in medieval Europe. +The reputation for luxury goods began around 400 BCE and lasted until around 1100 CE. +Constantinople's status declined in the 12th century, as the Crusaders brought back more valuable gifts from the Byzantine market, such as silk and spices. +At this time, the fashion capital moved from Constantinople to Paris. +The Gothic style flourished between the 10th and 11th centuries and reached its zenith in the 14th. +Initially, the dress was influenced by Byzantine culture of the East. +However, due to the slow exchange of information, the Western forms were about 25 to 30 years behind. +As late medieval Europe began to develop a style of its own, one of the biggest changes was the introduction of buttons, which people started using to fasten their clothing. +Subsistence farming is farming of just enough food to sustain the farmer and his or her family. +Agroforestry is a simple, yet sophisticated system that uses native species of plants to maximize harvests by means of rotation of crops or other relatively simple techniques. +Historically, most farmers practiced subsistence farming, and still do in many developing countries. +Subcultures allow similar people, who may feel excluded by society's norms, to find a sense of identity. +Subcultures can be distinguished by age, race, class, location, and/or gender. +A distinctive feature of subcultures is that they can be identified by linguistic, aesthetic, religious, political, sexual, or geographic elements, or a combination of these. +Members of subcultures often identify themselves through a unique and symbolic style that often includes fashion, mannerisms, and jargon. +One of the most common ways to demonstrate the importance of socialization is to use the case of a small number of unfortunate children who, for reasons of neglect, abuse, or ill-will on the part of adults, are not socialized as adults. +These children are called "wild children" and some of them are abducted and imprisoned, often by their parents. In some cases, this abduction is a result of parents not being able to accept their child's severe intellectual or physical disabilities. +Wild children may have experienced severe abuse or trauma before being abandoned or running away. +Some of the children were said to have been abducted by animals, while others were said to have lived in the wild. +When fully domesticated, wild animals behave in much the same way as specialized animals that are completely dependent on humans for survival, such as pets or zoo animals. +Project-based learning makes learning easier and more fun, and scaffolding takes it one step further. +Scaffolding can be thought of as a support rather than a learning method. For example, using a new computer program or starting a new project can be scaffolded to help people learn new things. +Virtuality can be both real and unreal; in other words, the teacher can be a form of virtuality, but also a little paper house in Microsoft Office. +The virtual structure is built into the software and allows students to ask questions, open discussions and explain things in their own way. +Children are entrusted into care for a wide variety of reasons, ranging from neglect through to abduction. +Not all children have the opportunity to grow up in a nurturing, protective, and educational environment. +We view our foster care system as a safety net for these children. +Our foster care system will provide safe homes, loving foster parents, consistent education, and trusted medical care. +A foster home must be able to provide all of the essential elements that a biological family could not. +The Internet has all the elements of group communication and person-to-person communication. +The distinctive nature of the Internet is further reinforced by the additional dimensions of use and satisfaction. +For example, "learning" and "socializing" have been cited as important motivations for Internet use (James, 1995). +Ayres and Macdonald (1998) investigated viewer responses to websites and found 'personal involvement' and 'continued relationships' to be new motivations from the perspective of viewers. +Using video recordings, they made an important discovery about the interpretation of tiny facial expressions that last only a few milliseconds. +In particular, it claims to be able to detect whether a person is telling the truth or lying by reading the subtle movements of their face. +Oliver Schusser showed in "The President's Speech," which he wrote, that people appreciated his sincerity even though he had a brain injury that made it hard for him to understand speech. +He even suggested that pets such as dogs have this ability to analyze human behavior. +According to research in the 20th century, there are two groups of genetic variants, one that is recessive and one that is dominant. +Mutations create new genes and selection removes genes from a population. +Recombination and reassortment shuffle mutations back and forth between the two gene pools in each generation. +In the savanna, primates with similar digestive tracts to ours have a hard time getting enough essential amino acids from the plants they eat. +What's more, failure to thrive can have serious consequences, leading to growth failure, malnutrition, and ultimately death. +The most easily accessible plant-based resources are leaves and legumes, but these are hard to digest in their raw state. +In contrast, ants and white ants, snails and eggs are easily digested and provide not only high-quality protein but also essential amino acids. +Given that our ancestors managed to solve the "protein problem" in the same way that savannah chimps do today, that's probably not so surprising. +Sleep restriction involves going to bed later at a normal bedtime and then trying to fall asleep after a short period (10 to 60 minutes) of being awake. +This can easily be done by using a relatively quiet alarm clock to wake you up completely and help you regain consciousness. +If you find yourself waking up in the middle of the night, try putting your alarm clock far away from your bed so that you have to get out of bed to turn it off. +Other biological rhythm-based options include consuming a large amount of water (especially in the form of tea, which is well known for its diuretic effect) before going to bed. +The amount of serotonin in a person's brain is linked to the amount of anxiety a person feels. +The less stress you have, the more positive energy you will have in your life. Everyone has the ability to find absolute peace and contentment. +Anyone can gain enlightenment. The only impediment to achieving this goal is our own inner resistance and negative habits. +Tibetan Buddhism is based on the teachings of the Buddha, but it has been expanded to include many concepts of love and many techniques from Hindu Yoga. +Tibetan Buddhism is a very simple theory in theory. It is composed of Kundalini yoga, meditation, and the path of love that accepts everything. +When practicing Kundalini yoga, Kundalini energy (subtle energy) is awakened through yoga poses, breathing exercises, mantras, and visualization. +The centerpiece of Tibetan meditation is Deity Yoga, visualizing various deities to cleanse the energy channels, activate the chakras, and create a state of gompa. +During World War II, Germany had a common enemy, which continued with the cooperation of the Soviet Union and the United States after the war ended. The collision of systems, changes, and cultures in the aftermath of the war left many countries in ruins. +In the two years since the end of the war, former allies have become enemies and the Cold War has begun. +The Cold War would last for the next four decades and would see proxy wars in Africa, Asia, Afghanistan, Cuba, and many other places. +On September 17, 1939, the Polish defenses had already been destroyed, and the only hope was to retreat along the Romanian corridor to regroup. +However, these plans were rendered moot almost overnight when nearly 800,000 Soviet troops invaded Poland on 17 September 1939, after the Soviet Union had signed the Ribbentrop–Molotov Pact, the Soviet–Polish Non-Aggression Pact and other international agreements (bilateral and multilateral) a few days before. +Shipping goods by sea is by far the most efficient way to move large quantities of goods across oceans. +Traditionally, the Navy's mission has been to move people and things around, but increasingly it is being asked to deny the enemy's ability to move people and things around. +One of the most notable recent examples is the Second World War Allied invasion of northwest Europe known as Operation Overlord. +Meanwhile, the German Navy, which mostly used U-boats, tried to prevent this operation. +If the Allies had failed, then as with the rest of Europe, Germany could have invaded and conquered Britain. +The domestication of pigs is believed to have taken place approximately 10,000 years ago in the Zagros Mountains of Iran. +Ancient civilizations and tribes began preserving milk, fur, meat, and leather in order to easily use them. +Herds of pigs are usually kept on a hillside or in a paddock, and are looked after by a pig herder, also known as a swineherd, who is usually a young boy or a teenager. This method of herding pigs is still used today. +The first carriage roads were built in Britain in the early 16th century. +While carts were simply made of parallel wooden planks, they were still faster than wheeled vehicles of the time and could carry more goods. +Early on, steel sleepers were introduced to fix the rails in place. However, it became apparent that rails on top of steel sleepers were more efficient. +This became a common practice, but the iron wheels were harder on the wooden cart's axles. +Over time, wooden wheels were replaced by iron wheels, and in 1767 a railway was built entirely of iron. +Walking upright is something that the human species has been doing for 2 million years, ever since Homo erectus first appeared 2 million years ago. +Their ancestors, the Australopithecines, did not walk upright like them. +While it is unknown if Sahelanthropus walked upright 7 million years ago, the characteristic of bipedalism is well shown in the fossils of Australopithecus from 4.2 million to 3.9 million years ago. +We can begin to live more sustainably and take part in the environmental movement. We can also become activists in order to reduce the amount of suffering we will experience in the future. +This is often similar to symptom-relief treatment in many cases. However, in order to not stop at a temporary solution, it is necessary to find the source of the problem and deactivate that part. +Humanity's scientific and technological development has changed the world beyond all recognition, and the problems have only gotten worse because of overpopulation and the wastefulness of humanity's lifestyle. +On July 4, 1776, after the Second Continental Congress had approved the Declaration of Independence, it was signed by Congress President John Hancock and Secretary Charles Thomson and sent to the printer John Dunlap, who was a few blocks away. +That night, 150 to 200 broadsides were printed and sold as "throwing broadsides." +The document was first read aloud by John Nixon on July 8, 1976, in front of the Independence Hall. +One was sent to George Washington on July 6, which he read to his troops in New York on July 9; a copy arrived in London on August 10. +The remaining 25 broadsides, still in existence, are the oldest surviving copies of this document. The original handwritten document is no longer extant. +Many modern palaeontologists believe that a group of dinosaurs have survived to the present day, and we call them birds. +Many people don't think of birds as dinosaurs because they have feathers and can fly. +However, there are still many things that make birds look like dinosaurs. +They have claws on their feet and toes, lay eggs and walk on their hind legs, like Tyrannosaurus rex. +Most computers today use a method called binary decomposition to operate on information. +A binary digit (sometimes called a "bit" or "binary bit") can have only one of two values: 0 or 1. +Internal bleeding may not have any immediate symptoms. Vomiting is such a common symptom of so many things that it can't be immediately diagnosed. +One of the most obvious signs of a hoarder's home is opened containers of medications or household chemicals. +Check a list of specific dos and don'ts for a particular drug. +The word "beetle" comes from the Middle English word "beetel", which in turn comes from the Old English word "bitla", meaning "little bite". +The word is derived from the Latin word "vinna", meaning a fly that lays its eggs in the flesh of living animals. +Both the bed bug and the bat bug are permanent parasites that live in the host's bedding or roosts. +Multiple sclerosis (MS), a common neurological disease that affects young and middle-aged adults, is estimated to affect approximately 400,000 people in the United States. +Multiple sclerosis (MS) is a disease that affects the central nervous system, which includes the brain, spinal cord, and optic nerves. +Women are twice as likely as men to suffer from multiple sclerosis, according to a new study. +A couple may decide that having a baby is not in their or their child's best interests. +These couples can also choose to adopt a baby. +In the adoption process, biological parents give up their parental rights to allow another couple to adopt the child. +The main goal of science is to understand how the world works by using scientific methods. This approach actually drives most scientific research. +Experimentation, however, is the process by which hypotheses are tested, questions are answered, and scientific research is carried out. +Classical scholars and philosophers tended to focus on the classical texts and especially the Latin Bible. +Psychology, as well as all of science, accepted Aristotle's view of matter. +As knowledge of Greek declined, the West discovered that it was cut off from the roots of Greek philosophy and science. +The majority of rhythms observed in life and behavior depend critically on the presence of circadian and circannual rhythms mediated by the biological clock. +Most living organisms, including bacteria, mushrooms, plants, and animals, have been shown to possess a circadian rhythm that is not simply a response to external cues. +A pacemaker is a self-contained, battery-operated device that produces electrical impulses similar to those of the heart's natural pacemaker, the sinoatrial (SA) node. +Hershey and Chase's experiment was one of the early studies to suggest that DNA was the genetic material. +Hutchings and Chase used bacteria or viruses to "infect" their DNA. +They did two experiments, one to see if DNA in the nuclei of the cells was irradiated, and one to see if the proteins in the cytoplasm of the cells were irradiated. +Mutations can have a number of different effects depending on the type of mutation, the importance of the mutated gene, and whether or not the mutated cell is diploid or haploid. +Only mutations in reproductive cells can be passed on to offspring, while mutations in other cells can cause cell death or cancer. +Nature-based tourism is drawing increasing numbers of people interested in exploring the landscape, including plants and wildlife. +Examples of activities include hunting, fishing, photography, bird-watching, and research on parks and ecosystems. +A trip to Orangutan in Borneo is one of those things to see, photograph, and learn about. +Every morning, people drive out of this small rural town to go to work, passing others on their way to jobs that have just been lost. +This dynamic transport shuttle can be connected to any people-based transportation system to support it. +Scientific data now shows that this carbon economy has disrupted the stable state of the biosphere that has helped shape human evolution over the past 20 million years. +Anyone can participate in society and use the transportation system, and nearly everyone complains about the transportation system. +In developed countries, complaints about water quality or bridges collapsing are almost unheard of. +Why is our transport system so infuriatingly unreliable, and why do we put up with it? Are transport engineers just incompetent, or is there something more fundamental going on? +Traffic flow is the study of the movement of individual vehicles and pedestrians and how they interact with each other and the environment. +Unfortunately, predicting how people will behave is difficult because it is impossible to know with 100% certainty how a driver will react. +Fortunately, drivers tend to behave in a fairly predictable manner, so traffic can be approximately modeled mathematically. +To better represent the flow of traffic (1) Flow, (2) Density, and (3) Speed, relationships between these three major attributes have been established. +These relationships help in the planning, design, and operation of roadways. +Insects were the first animals to evolve flight. The ability to fly has helped insects escape predators more easily and more efficiently hunt for food and mates. +Most insects have the advantage of being able to fold their wings over their bodies. +This gives them a wider range of small areas in which to hide from predators. +The only insects today that can fold their wings are moths and butterflies. +Thousands of years ago, a man named Aristarchus claimed that the sun revolved around the Earth. +While some people believed that he was right in claiming that the sun (and other stars) orbited the Earth, others did not believe him. +Sometimes it feels like the earth is standing still? +The Amazon is the second-longest river in the world by length and volume of water. +Amazon also has the widest river system in the world, sometimes reaching up to six miles wide. +Twenty percent of the water that flows into the oceans as runoff comes from the Amazon. +The Amazon Basin is more than 6,387 km (3,980 miles) long and drains into the Atlantic Ocean via the Amazon River, which is more than 6,400 km (3,980 miles) long. +The pyramid-building continued until the end of the Old Kingdom, but the size and sophistication of the pyramids was never surpassed by any later pyramids, including the Pyramid of Khufu. +The ancient Egyptians were in awe of their ancestors' magnificent building achievements, which at the time were more than 1,000 years ahead of their time. +The Vatican City has a population of around 800, making it the smallest independent state in the world and the state with the lowest population density in the world. +The Vatican City uses Italian in its legislation and official communications. +Italian, unlike Latin which is used in religious ceremonies, is a common, everyday language that is used by most Italians. +All citizens of Vatican City are Roman Catholics. +Humans have known the basic chemical elements such as gold, silver, copper, and iron since ancient times, because they can all be found in nature in their native forms, and can be mined with primitive tools +The philosopher Aristotle theorized that all matter was composed of four elements: earth, water, air, and fire. +This resembled the four states of matter (solid, liquid, gas, plasma, in that order) that Aristotle posited, except that he also posited that they were made up of new elements. +Alloys are basically a mixture of two or more metals. Don't forget that there are a lot of elements on the periodic table. +Elements such as calcium and potassium are metals. There are also metals such as silver and gold. +There are also alloys that contain a small amount of non-ferrous metals such as carbon. +Everything in space is made of stuff called matter. Matter is made of tiny things called atoms. +Atoms are so small that a period at the end of this sentence could contain billions of atoms. +Therefore, the invention of the pencil, and the pencil remaining a good tool for many people. +Sadly, as new methods of writing emerged, the pen became less of a necessity and took a back seat to where it is now. +Now, people don't have to write messages on a computer screen and erase them with a pencil eraser. +People are just wondering how the keyboard will look like if something new comes out. +Nuclear fission bombs are based on the principle that many protons and neutrons need a lot of energy to come together to form a nucleus. +It's just like rolling a heavy ball up a hill. Some of the energy released when the nuclei are recombined is emitted. +Some atoms have an unstable nucleus, which means they tend to decay into other atoms with no external influences or conditions. +The moon's surface is made up of rocks and dust, and the outer layer of the moon is called "the crust". +The glacier is about 7 km (4.3 mi) wide at its terminus and about 10 km (6.2 mi) wide further up. +The glacier is thinner below Maria and thicker below the Plateau. +Because the crust is thinner, there are more maria closer to the poles. It is easier for lava to reach the surface in the colder conditions. +The content theory focuses on what makes people act a certain way or lead them to act a certain way. +These theories imply that people have certain desires or needs that are internalized as they become adults. +These theories look at what makes people want to do certain things and what makes them not do certain things in their environment. +Two popular content theories are Maslow's hierarchy of needs and Herzberg's two-factor theory. +These two behaviors are often actions managers take when they start to lead former peers. Attempting to be "one of the guys" on one end of the spectrum, or "just one of the employees" on the other. +These types of managers make decisions that are not well received by people, discipline, performance evaluation, and holding people accountable is difficult for them. +At the other end of the spectrum, the team has to change the way they've been doing things and become an unknown entity. +In the end, the team's record is a reflection of the manager. +This behavior can cause confusion among leaders and members. +A virtual team is similar to a traditional team in that it maintains the same standards of excellence, but there are slight differences. +Virtual team members often serve as a point of contact for actual members. +They often have more autonomy than members of existing teams because they are often able to choose the time of day when they meet with the local management team. +The existence of a "truly transparent team" (Rasson and Rapaport, 1989, p. 109) is also a unique component of virtual teams. +The "invisible team" is the management team that each member reports to. This team sets expectations for each member. +Why does it take so long for an organization to go through the process of establishing a learning organization? One of the goals of the concept of organizational learning is innovation. +Creativity and innovation can flourish when all available resources are efficiently utilised by the business functions. +As a result, the process of working together to overcome obstacles can become a new innovative process that meets the customer's needs. +For an organization to be innovative, leadership must create not only a culture of innovation, but also a culture of shared knowledge and organizational learning. +Engel (2006) describes the approach of Continuum to help organizations achieve higher levels of performance. +Neurobiological data can provide physical evidence to support theoretical approaches to understanding cognitive abilities. This can narrow the focus of research and increase its accuracy. +Brain dissection and behavioral studies help scientists understand the relationship between the brain and behavior. +It has long been known that a variety of brain disorders, trauma, tumors, and cancers can affect behavior and change some mental functions. +New technologies have made it possible to observe and investigate brain structure and function in ways that were not possible before. +This gives us a lot of information and data to work with to create a simulation model to help us understand what's going on in the brain. +While AI is strongly influenced by science fiction, it is a very important area of computer science, dealing with the actions, learning and intelligent adaptation of computers. +AI research includes the study of how to make computers do intelligent things. +For example, dictation, speech recognition, facial recognition, control, planning, time management, and customer identification and question answering are all included. +These things have become a separate field of study that provides solutions to problems that arise in everyday life. +AI systems are increasingly being used in the economic, medical, engineering, and military fields, just as they are in many home computers and video games. +Field trips are often an important part of the curriculum in all classes. Teachers often want to take their students to places that do not require bus travel. +Technology can help facilitate virtual field trips. Students can view artifacts in a museum, walk through the halls of the White House, and marvel at beautiful works of art. +Virtual field trips are a great way to take a field trip back in time and share with future classes and experiences. +For example, students from Bennet School in North Carolina design a website every year about their annual trip, and the previous year's website is left online in a scrapbook format. +Blogs can also help students improve their writing. While students often start blogs with poor grammar and spelling, the presence of readers generally encourages them to improve. +Most students are the most critical readers, so bloggers try to improve their writing in order to avoid criticism. +Blogs also "allow students to be more interesting and engaging to their audience in order to capture their audience's attention (Toth, 2004)." +Blogging is a tool that engages collaboration and encourages students to extend their learning beyond the traditional school day. +“The appropriate use of blogs “will encourage students to engage in analytical and critical thinking by responding positively to information on the internet, allowing students to define their stance on an issue and form their own opinions on certain topics (Orbach, 2020).” +Ottawa, Canada's capital, is an attractive city with a range of art galleries and museums that depict the country's past and present. +The province is home to Niagara Falls in the south and the wilderness of Muskoka in the north. +All of these things make Ontario stand out as the real Canada that foreigners mean when they say "Canada". +Much of the North is sparsely populated, and some areas are virtually uninhabited wilderness. +Many people will be surprised by this population comparison: There are more African-Americans in the U.S. than there are Canadians. +The islands of East Africa border the Indian Ocean along the eastern coast of Africa. +Madagascar is now the world's largest and most diverse island when it comes to wildlife. +Most of the smaller islands are independent nations or French overseas territories, and are known for their luxurious beach resorts. +Islam spread through the Arabs and brought great changes to Komoros and Mayotte. +European influence and colonialism began in the 15th century, when Portuguese explorer Vasco da Gama discovered the Cape Route from Europe to India. +The North is bounded by Sahel, while the South and West are bounded by the Atlantic Ocean. +Women: Single women are expected to answer "yes" when asked if they are married, regardless of their actual marital status. +Putting on a ring can also help (avoid expensive-looking rings). +Women need to be aware of the cultural differences that can make them a target of harassment, and that catcalling is far from a rare occurrence. +Don't be afraid to say no and stick to your guns (even if culturally different, sexual harassment is never acceptable!). +The modern city of Casablanca was founded in the 10th century by Berber fishermen, and used as a strategic port by the Phoenicians, Romans, and Moroccans. +The Portuguese rebuilt it after they destroyed it and called it Casa Branca, but they left after the 1755 quake. +The Sultan of Morocco rebuilt the city and called it Daru l-Badya, and Spanish traders who established a trading post there called it Casablanca. +Casablanca is one of Morocco's least interesting shopping destinations. +Traditional Moroccan goods such as jewellery, pottery, leatherwork, baskets and a wide range of other items can easily be found in the old medinas, though all are geared towards tourists. +Goma is a tourist city located near Rwanda, to the east of the Democratic Republic of the Congo. +In 2002, Goma was devastated by pyroclastic flows from the eruption of Nyiragongo, destroying much of the city, especially the downtown area. +Although Goma is quite safe, you should research the ongoing fighting in the North Kivu province before visiting Goma from outside. +The city also serves as a base for the cheapest gorilla trekking in Africa, as well as for climbing Nyiragongo, an active volcano. +You can take a boda-boda (motorbike taxi) back to Goma for around 500 Congolese francs. +Combining the meanings of inaccessible and far away, Timbuktu came to refer to a remote, exotic place. +Today Timbuktu is a poor town, but it is a tourist attraction because of its fame, and it has an airport. +Due to the effects of desertification, Timbuktu was added to the List of World Heritage in Danger in 1990. +This was one of Henry Louis Gates' most ambitious explorations in his PBS special Africa's Greatest Treasures. +The city's Arabian character sets it apart from other cities in Mali, which has a more African character. +The Kruger National Park (KNP) is located in northeastern South Africa, bordering on Mozambique and Zimbabwe to the north and the Crocodile River to the south. +The park has an area of 19,500 square kilometres (7,500 sq mi) and is divided into fourteen zones, each with different fauna. +This is one of the flagship properties of the South African National Parks (SANParks). +As with all national parks in South Africa, there is a daily conservation fee and entrance fee to the park. +It can be advantageous to buy a Wild Card that covers all the parks in the Kruger National Park or just certain parks in the Kruger National Park. +The island of Hong Kong derives its name from the city of Hong Kong, which in turn derives its name from the Cantonese pronunciation of the Chinese characters for "fragrant harbour". +The line of skyscrapers that makes up the skyline of Hong Kong has been likened to a shimmering bar graph because of the way they stand out against the backdrop of Victoria Harbour. +For the best views of Hong Kong, head across the harbour to the Kowloon waterfront. +Much of Hong Kong's new development is concentrated along the northern coastline. +This is a good place to start if you are looking for evidence of the former colonial territory. +The Sundarbans is the world's largest mangrove forest, covering an area of 9,630 km2 (3,720 sq mi) along the coast of Bangladesh and India's state of West Bengal. +Sundarbans is a UNESCO World Heritage Site. Parts of the Sundarbans form the Sundarbans National Park, a protected area of India. +This is not a simple mangrove swamp. Parts of the great jungle that once covered the Ganges Plain remain here. +The Sundarbans (also known as the Sundarbans) is a large mangrove forest in the Ganges Delta, covering an area of 3,850 km2 (1,500 sq mi), of which 1,100 km2 (420 sq mi) is water, and is located in the Indian states of West Bengal and Bangladesh. +Since 1966, Sundarbans has been a wildlife sanctuary. Presently, about 400 Royal Bengal tigers and 30,000 deer live there. +Buses run 24 hours a day from the bus station across the river, but special buses to the east and to Jaka/Bumthang only leave in the 6:30 to 7:30 a.m. range. +Express buses are often full, so it is a good idea to buy tickets well in advance. +Most areas are served by comfortable, air-conditioned mini-buses. +Shared taxis are a quick and convenient way to get around, especially to nearby towns such as Pharo (Nu 150), Punaka (Nu 200). +The Oyapock Bridge is a cable-stayed bridge across the Oyapock River, connecting the Brazilian town of Oiapoque with Saint-Georges de l'Oyapock in French Guiana. +The two towers are 83 metres high, the length of the bridge is 378 metres with two 3.50-metre-wide carriageways. +The vertical distance between the piers is 15 metres and the work was completed in August 2011, with the closure of the bridge lasting until March 2017. +The bridge is scheduled to be fully operational by September 2017. +The Guarani are the most important indigenous group in present-day Paraguay, a hunter-gatherer tribe that practiced subsistence farming. +The Chaco region was home to other native tribes, such as the Guaycuru and Paya Gua, who survived by hunting, gathering, and fishing. +Paraguay's "Giant of the Indies" was born in the 16th century out of encounters between Spanish conquerors and native peoples. +The Spanish began a three-century period of colonial rule. +Since the founding of Asunción in 1537, Paraguay has largely maintained its native characteristics and identity. +Argentina is famous for having the best polo players and teams in the world. +The biggest tournament of the year will take place in December at the Palacio de los Deportes in La Cartuja, Seville. +There are also smaller tournaments and matches here throughout the year. +For tournament news and ticket purchases for the Polo de Polo, see the Asociacion Argentina de Polo. +The official currency of the Falkland Islands is the Falkland pound, which is equal to one pound sterling. +It can be exchanged at the only bank on the island, which is located right next to the FIC West Store in Stanley. +Pound sterling is generally accepted anywhere in the island, and can also be used interchangeably with the Stanley dollar and US dollar. +British and US currencies are accepted in this region, but credit cards are not. It is best to check with the property owner in advance to see what forms of payment are accepted. +Since it is nearly impossible to exchange Polynesian money once you leave the island, be sure to exchange before you leave the island. +Because of its location just south of the equator, Montevideo has summer weather in the Northern Hemisphere's winter and winter weather in the Northern Hemisphere's summer. +Montevideo is a subtropical city, with average summer temperatures between 30°C and 35°C. +Winter can be bitterly cold, with nights below freezing being not uncommon, although the combination of windchill and humidity can make it feel much colder than it actually is. +There is no separate "wet" and "dry" seasons, and rainfall is fairly even throughout the year. +Many animals in the park are familiar with humans, but they are still wild animals and should not be fed or harassed. +According to park officials, wolves and coyotes must be at least 100 yards (91 m) away from grizzly bears and at least 25 yards (23 m) away from all other wildlife. +Regardless of how easy they are to tame, almost all large creatures can be tamed, including elephants, mammoths, mastodons, and even bears. +Each year dozens of visitors are injured by these animals, some of which are large, wild, and dangerous; keep your distance. +Additionally, smells can attract bears or other wildlife, so you need to keep your camp clean of food smells by not carrying or cooking food with smells. +Afia is the capital of Samoa. The town has a population of about 4,000. +Apalia was founded in the 1850s and became the official capital of Samoa in 1959. +This harbor was the site of a famous naval disaster in 1889 when seven ships from Germany, the United States, and Britain were refused to leave the harbor. +All but one of the cruisers were sunk, and about 200 Americans and Germans were killed. +Peaceful meetings organised by Tupua Tamasese Lealofi III, the highest ranking chief in the Mau Movement, which had been formed to campaign for independence, had resulted in his death. +Oakland has a lot of beaches because of its two harbors. The most popular ones are in the three areas below. +North Shore Beach (North Haven) runs from Long Beach to Devonport. +Most of the beaches are safe for swimming, and many are shaded by pohutukawa trees. +Tamaki Drive Beach is located at the Waitemata Harbour in Saint Heliers, an outer suburb of Mission Bay and Orakei in central Auckland. +These beaches are usually uncrowded family beaches with a variety of shops right on the beach. Swimming is safe. +The main local beer is called "Number One" and is a light, refreshing lager. Another local beer is "Manta". +While there are many French wines to choose from, New Zealand and Australian wines are also easily available. +Local water is generally safe to drink, but if you are concerned, you can easily buy bottled water. +The concept of "flat white" coffee is unfamiliar to Australians. A short black is an "espresso", cappuccino is made with milk (not foam), and there is no milk in the coffee. +Hot chocolate is standard in Belgium. Fruit juice is expensive but very good. +I spend a lot of time snorkeling in this reef, but this is the first time I've been injured by something in the reef. +Still, heed the advice of locals and pay close attention to safety warnings. +Box jellyfish are present from October through to April, peaking from November to February. They are occasionally found outside of these months. +While sharks do exist, they rarely attack humans. Most sharks are afraid of humans and will swim away if they see one. +Sea crocodiles do not live in the sea, but mainly in the northern Rockhampton River. +Pre-booking gives travellers the peace of mind that they have somewhere to stay when they arrive at their destination. +While travel agents often have special offers for particular hotels, they can also book other types of accommodation, such as camp sites. +Tour operators generally offer packages that include morning meals, airport/traffic transfers, local flights and hotels. +We also reserve tickets on behalf of customers so that we have time to decide, or to obtain other documentation (e.g. visas) for destinations. +However, if you have any changes or requests, please do not contact the hotel directly, but rather through your travel agent. +Many people who attend music festivals decide to camp out at the festival site, and most attendees consider this a must-do activity. +To get close to the music and the action, you'll need to get there early to get a camp site close to the music and the action. +While the acts on the central stage may finish for the day, don't forget there will be music continuing late into the night around the festival site. +Some festivals offer special camping areas for families with children. +During the winter, when the Northwest Passage is navigated through the ice, it is a good idea to check the location of the cabins, as they can be quite cold due to the noise of the engines going through the ice. +The St. Petersburg cruise includes time in the city. Cruise passengers are exempt from visa requirements (please check the contract). +Casinos generally work to maximize the amount of time and money that patrons spend there, and often have few or no windows or clocks to let patrons know the time. +They always have special food, drinks, and entertainment to keep visitors coming back for more. +Some places do offer free drinks, but professional gamblers know the importance of not drinking alcohol, as it dulls your judgment. +Consider the possibility of snow, glaciers, or cold temperatures when driving into high altitudes or off-road. +With ice and snow covering the roads, the friction between your tyres and the road is reduced so you won't be able to drive as fast as you would on a dry road. +If the snow is deep enough, many feet of snow can come down in a short amount of time. +Also, falling snow and blowing snow, or snow clinging to the windshield of your vehicle can limit visibility. +In contrast, many countries with lots of glaciers and snow have roads that are only open for part of the year. +Safari is probably the most spectacular tourist attraction in Africa and will be the highlight of many a visitor's trip. +The word safari derives from the plural of the Swahili word safari, meaning a journey. +Some animals, such as elephants and giraffes, have a habit of approaching cars, and can be easily observed using standard kit. +Tigers, cheetahs and leopards can often be observed better with binoculars because of their shyness. +A "hiking safari" (also known as a "Bush Walk" or a "Walking Safari") is a multi-day hike composed of several days of hiking. +The Paralympic Games are scheduled to take place from August 24 to September 5, 2021, with some events being held in multiple locations around Japan. +Seoul would become the only city in Asia to have hosted both the summer and winter Olympics if it wins the right to stage the 2018 Games. +Things can get a little complicated if you've already booked flights and hotels for 2020 before the announcement. +Returns policies vary from store to store, but as of the end of March, most COVID-19-related return policies had been extended until July 2020 for the Olympic Games. +Most of the event tickets are priced between 25,000 yen and 130,000 yen, with regular tickets priced at 7,000 yen. +Scrubbing your clothes in cold water can help them dry more quickly. Many hotels provide towels and bath mats that can be borrowed +If you don't like wearing stockings or tights, you can also use hair dryer. +Beware of overheating the fabric (the fabric can shrink or melt). +There are other ways to purify water, some of which are more effective against certain risks. +In some areas, boiling the water for one minute is sufficient. In other areas, several minutes may be necessary. +Water filters have varying degrees of effectiveness. In areas with questionable water, we recommend buying bottled water from a reputable brand. +Travelers can often find exotic pests in areas where they are not native. +Pests can contaminate food and cause food poisoning or, in worse cases, transmit diseases or carry viruses. +Viruses themselves, or the animals that carry them, are seldom thought of as pests. +Duty-free shopping offers the opportunity to buy goods tax- and duty-free in certain areas. +Travellers from countries with lighter taxes can often save a significant amount of money, especially when buying alcohol or cigarettes. +The road between Point Marion and Fairmont is said to be the most difficult stretch of the Pennsylvania Turnpike. +If you are unfamiliar with mountain driving, be careful of steep grades, narrow roads, and sharp turns. +The published speed limits are often significantly lower - typically 35-40 mph (56-64 km/h) - and are more strictly enforced than in the rest of the country. +Interestingly, cellular service is much better here than at many other points along the Pennsylvania Turnpike. +German pastries are quite good, and in Bavaria they are similar to those of Austria, with lots of butter and variety. +Apple pies are very common, and apples are often used in pies year-round, with cherries and peaches being more common in the summer. +Many German baked goods also contain almonds, hazelnuts, and other nuts. Popular cakes are especially good when paired with strong coffee. +If you're after a small but flavorful bread, then seek out a bagel, bun, or croissant, depending on where you are. +Curry is a dish whose base is a combination of spices and herbs with meat or vegetables. +Carrots can be "mushy" or "crunchy" depending on how much water they are cooked in. +In northern India and Pakistan, yoghurt is commonly used in curries, while in southern India and other coastal regions coconut milk is more common. +Indonesian cuisine is a term that covers the many regional cuisines of Indonesia, which is an archipelago with approximately 17,000 islands. +However, if used in an unrestricted sense, the term can refer to food from the central and eastern parts of Java. +Java cuisine is now widely used throughout the archipelago and is characterized by a variety of simple grilled dishes flavored with a number of major ingredients preferred by Javanese, such as peanuts, chili, salt (especially Javanese coconut salt), and various spices. +A footrest is a cushion that supports the feet of the rider on both sides of the saddle. +While this device is much more comfortable for the elderly, there is a safety issue in that it can slip off the foot. +When a rider dismounts from a horse, there is a risk that the horse may bolt and drag the rider along with it. There are several safety precautions that can be taken to minimize this risk. +Firstly, most of the cavalry would have had helmets, mail shirts and narrow leather trousers. +Also, some cells, especially British cells, have a safety bar that prevents the leather from falling out of the cell if the hinge breaks. +Cochamó Valley - The Cochamó Valley, also known as the Yosemite of South America, is Chile's premier rock climbing area, with a variety of granite walls and rock towers. +The view from the top of the mountain is breathtakingly beautiful, and hikers from all over the world come to explore the endless potential of this natural wonder. +Skiing and snowboarding are popular winter sports that involve going down a snow-covered hill on skis or a snowboard. +A ski trip is a style of travel enjoyed by ski enthusiasts, sometimes referred to as "ski bums", who plan their holidays around the amount of time they can spend skiing at a particular location. +Skiing is an ancient pastime. Cave paintings from 5000 B.C. depict people skiing. +Skiing as a sport can be traced back to at least the 17th century, and the first recreational ski club was founded in Australia in 1861 by Norwegians. +Backcountry Skiing: This activity is also known as backcountry skiing, ski touring or ski mountaineering. +This activity is similar to ski touring or mountaineering, but is usually not included in those activities, and requires much sturdier skis and boots in steep terrain. +Think of it as a similar hike to a ski course. +In good conditions, you can go slightly further than you would on foot, but you won't go nearly as fast as you would on cross-country skis with well-prepared tracks and without a heavy backpack. +Europe is a smaller continent with many independent countries. Usually, traveling between multiple countries in Europe means that you will have to apply for and pick up multiple visas and passports. +However, the Schengen area (a zone of free border-crossing: Schengen zone) acts a bit like a single country in this regard. +Residents of this area can generally cross the border without having their passports checked again. +Similarly, having a Schengen visa allows you to apply for individual Schengen visas separately without having to go through the time, expense, and bureaucracy of applying for a separate Schengen visa for each Schengen country you plan to visit. +There is no universally accepted definition of what constitutes an antique. In some countries, anything over 100 years old is considered an antique. +Compared to Europe, North America has a shorter history of defining gold as a precious metal. +Handicrafts can be defined as items that are not mass-produced, even though they may not be as old as heirlooms. +Hunting is an important means of livelihood for the Sami people, and this culture also has great significance for other traders. +Traditionally, all Sami people did not participate in reindeer herding, but most of them lived as reindeer herders while practicing fishing or hunting. +Today, many Sami work in modern trades, and tourism is an important source of income for many Sami. +The word gypsy is often considered derogatory and offensive because of its association with negative stereotypes and inaccurate perceptions of Romani people. +If the country you are visiting becomes a travel warning area, your travel health insurance or travel cancellation insurance may be affected. +While you may want to hear the government's opinion rather than your own, the advice given by each country's government will be tailored to its citizens. +For example, American citizens in the Middle East may find themselves in a different situation than Europeans or Arabs. +A warning is little more than a brief summary of the political situation in a country. +These explanations are often vague, general, and over-simplified compared to the more detailed information that can be found elsewhere. +A storm surge is the general term for the rise in water level caused by a storm. +Hailstorms can occur anywhere in the world and have different types depending on the region, topography, and atmospheric conditions. +Storm surge, flash flooding, debris flows and landslides are among the perils posed by hurricanes, typhoons and cyclones. +These include blizzards, snowstorms, snow squalls, and sandstorms. +Travellers should check the local weather forecast for their trip so as not to be caught out by any last-minute changes. +Anyone planning to travel to a country with a malaria risk should seek professional advice. +An internet search for "hostile environment course" should bring up the local company's address. +Classes generally go into much more detail on all of the issues discussed here, and often include some practical experience. +The course usually lasts between 2 and 5 days, during which time recruits will be put through their paces in a series of drills, exercises and sometimes weapons training. +While there are plenty of books and magazines about survival in the wild, there is almost nothing on the subject of survival in a combat zone. +Travellers planning to undergo gender reassignment surgery overseas should check well in advance of their return that they have valid documentation. +Whether you need to mark your passport with an "X" to indicate your gender, or to change your documents to reflect your desired name and gender varies from government to government. +The willingness of foreign governments to accept such documents varies widely. +Since 11 September 2001 security searches have become much more of a fact of life. +Transgender people undergoing surgery should not expect their privacy, dignity or autonomy to be respected. +Rip currents (also known as riptides or rip tides) are currents which flow away from the shore, returning to the shore later. +Due to the systematic classification of water in the oceans, the return flow can be concentrated in certain deep areas, thus giving rise to the formation of deep ocean currents, ranging from the fast-flowing surface currents to the deep ocean currents. +Most die from exhaustion while trying to outrun the tsunami. +As long as you can get out of the current, it's not too hard to swim back like you normally would. +If you don't want to get swept back out by the current, try to find a place where you won't get swept back out, or wait for rescue, depending on your swimming ability and whether or not you've been discovered by someone else. +The culture shock of re-entry can be more abrupt and last longer and be more intense because there is no honeymoon phase. +Travellers who find it easy to adapt to new cultures often have the hardest time adjusting back to their home cultures. +When a person who has been living in a foreign country returns to their home country, they sometimes show signs of having lost some of the habits of their own culture while adapting to the culture of the country they were living in. +Because travelers know they have to adapt to a new country when they go somewhere for the first time, most people will be patient and understanding. +People may not think it takes patience and understanding to be in the shoes of travelers making their way up the return path. +Pyramid Sound and Laser Shows are among the most popular things to do with kids in the area. +You can see the pyramids in the dark, and you can see the pyramids in the quiet before the show starts. +You'll always hear the sounds of tourists and vendors. The stories of light and sound are like storybooks. +Spruance is set to be the narrator of the background and long story. +Scenes were projected onto the pyramids and fires were lit at other pyramids. +South Georgia and the South Sandwich Islands, discovered in 1819, are claimed by several countries and currently have the most bases of any territory with 16 countries operating there in 2020. +The system is located about 120 km north of the Antarctic Peninsula, the largest of the islands being King George Island. +Other islands include Livingstone Island and Desolation Island, which still are active volcanoes, and offer a natural wonder of the caldera filled with water called Khandeka Lake. +Elsworthland is located south of the peninsula and borders the Belingshausen Sea. +Here the continental shelf gives way to a highland that stretches as far as the eye can see, forming a 360 km (225 mile) belt along the Minnesota-Manitoba border. +The northern regions or the Transantarctic Mountains are home to Vinson Massif, the highest mountain in Antarctica at 4,892 m. +If you're in a remote area outside of cell phone range, then a satellite phone may be the only option. +Satellite phones are usually not a substitute for cell phones because they have to be used outdoors where there is a clear view of the sky to connect with the satellite. +This service is often used in offshore areas where marine traffic and coastal data and voice services are required. +For more information about accessing this service, please contact your local telecommunications service provider. +More and more people are using the Gaelic language in their everyday lives and in their studies. +This is particularly popular with graduates, who can take a year out of their studies without a great deal of pressure. +In most cases, taking a "gap year" between secondary school and further or higher education will increase your chances of being offered a place. +There is usually a registration fee to sign up for these training programs. +“Finland is a great country to explore by boat. “The Land of a Thousand Lakes” has thousands of islands also in its lakes and coastal archipelagos.” +You don't need a yacht to explore the Fjords and Lakes. +Although the coastal islands and large lakes are big enough for any yacht, a smaller boat or even a kayak can be a different experience. +Boating is a national pastime in Finland, with boats owned by 7-8 people per boat. +This is similar to the case in Norway, Sweden, and New Zealand, where it is also quite unusual outside of these countries (one in forty in New Zealand). +Definitely, most of the Baltic Sea cruises offer a long stay in St. Petersburg, Russia. +This means you can spend a day exploring the historic city and then return to the cruise ship for a good night's sleep. +A separate visa is no longer required for coastal boat travel (since 2009). +Some cruise ships do include a visit to Berlin in their itinerary, but as you can see on the map, Berlin is not very close to the sea, so a visit to the city is not included in the price of the cruise. +Flying can be a daunting experience for anyone, more so for those who have never flown before or are afraid of flying. +This is not something to be ashamed or embarrassed about and is no different from other fears, phobias and anxieties that people experience. +Some people are afraid of flying because they don't understand how planes work or what happens during a flight, or because they are afraid of being out of control. +Couriers are often paid a premium to deliver items quickly. This is often the case with business documents, emergency repairs or spare parts where time is of the essence. +While major airlines operate their own flights on some routes, this is not always the case for other routes or for smaller airlines. +If you sent it as air cargo, it could take weeks to get out of customs on some routes. +The only way to expedite this was to send it as a trusted parcel. Airline regulations state that we cannot send a parcel to a passenger who is not on board the aircraft. +The best way to fly First or Business Class on a regular basis is to spend a lot of money (preferably your company's money) to get frequent-flyer status (a slightly better way is to get your company to pay for it). +So it's not exactly cheap. Depending on the class of service, you could be paying anywhere from four to eleven times the price of a regular coach ticket! +Even on a direct flight from A to B, it rarely makes sense to buy a discounted seat in business or first class. +Airlines know there is a certain core of passengers who are willing to pay a premium for the convenience and speed of a nonstop flight. +The capital of Moldova is Chişinău. The language is Romanian, but Russian is widely spoken. +Moldova is a multi-ethnic, multi-lingual, and multi-confessional republic. +Transnistria, a self-proclaimed independent republic, has de facto separated from Moldova in 1994 due to a conflict. It has its own government and currency, but is not recognized by any UN member state. +Although political negotiations between the two Maldives have been unsuccessful, economic relations have recovered. +Moldova's main religion is Eastern Orthodoxy. +Izmir is Turkey's third-largest city with a population of around 3.7 million, after Istanbul and Ankara, and has a major port and excellent connections. +The once ancient city of Smirna is now a modern and developed commercial centre surrounded by a large bay and mountains. +The city has more of a Mediterranean European feel than a traditional Turkish one, though there are plenty of traditional red-tiled roofs, 18th-century markets, old mosques and churches. +From Haldarsvik village, you can see the nearby island of Eysturoy and the unique octagonal church. +There are some interesting stone carvings of pigeons on tombs in the churchyard. +Take 30 minutes to stroll through this interesting town. +The northern town of Sintra is easily reached from Lisbon and is famous for its romantic, fairytale-like landscape that has inspired many foreign visitors, including Byron. +Scotturb bus 403 runs regularly between Sintra and Cabo da Roca and stops at Cabo da Roca. +Also, don't miss the Basilica of Our Lady of the Rosary of Pompeii (Basilica of the Blessed Virgin Mary of the Rosary of Pompeii), a world-renowned shrine to the north. +Please keep in mind that this is a very large cemetery and a significant portion of the world's population is buried there. +There are still many people here who survived, who were killed or worked to death here. Jews and non-Jews. +Please refrain from making jokes about the Holocaust or the Nazis. +Don't deface or graffiti the structure. +Catalan and Spanish are the official languages of Catalonia, and half the population prefers to speak Catalan, while most are able to understand it and nearly all are able to speak it. +However, most signs are only in Catalan, which is the first official language of Catalonia. +However, Spanish is also widely used in public transportation and other facilities. +While regular announcements on the metro are only made in Catalan, in the event of a breakdown an automatic system provides announcements in Spanish, English, French, Arabic, and Japanese. +Parisians are said to be self-centered, rude, and arrogant. +Although this is a stereotype that is often inaccurate, one of the best ways to get by in Paris is to act like a "bien séré" (well-mannered) person. This will make your life much easier. +Parisians' abysmal table manners will soon be a thing of the past, thanks to some basic etiquette. +The Plitvice Lakes National Park is mostly covered in dense forests of beech, hornbeam, maple, and other Alpine and Mediterranean species. +The wide range of climates, soils, and elevations creates a wide variety of plant communities. +The area is also home to a wide variety of animals and birds. +Here you will find rare animals such as European brown bears, wolves, eagles, owls, vultures, bats and many more common species. +Women must cover their knees and shoulders when visiting the shrine. +Most monasteries will have covers available for women to borrow, but you will get a warmer welcome if you bring your own, especially if it is a bright colour. +In the same vein, men are asked to wear pants that cover their knees. +While they can be bought at the entrance, they are not washed after every use, so they may be uncomfortable to wear. They can be worn by men of all sizes! +Like the cuisine of the Mediterranean region, Majorcan cuisine uses a lot of bread, vegetables, pork (especially pork) and olive oil. +A simple yet popular summer evening meal is a pizza topped with cheese, tuna, tomatoes, and olives. +All nouns used in conjunction with the word Sie, which means you, always begin with a capital letter even in the middle of a sentence. +This is an important way to distinguish between verbs and nouns. +Although it is slightly more complicated to determine whether a verb or adjective is used in the nominal form, it does make reading easier. +Italian is relatively easy to pronounce because most of its words are pronounced exactly as they are spelled. +The main vowels to be aware of are 'c' and 'g', as they can change depending on the vowel that comes after them. +Also, caro and carro are pronounced differently. While caro means dear, carro means carrot. +Persian is relatively easy to learn and has a fairly regular grammar. +Therefore, reading this grammar book will help you learn a lot about Persian grammar and help you understand sentences better. +It may seem obvious, but if you already know romance languages, learning Portuguese will be easier for you. +However, those who know a little Spanish may quickly conclude that Portuguese is so similar to Spanish that there is no need to learn it separately. +Most of the older observatories are now either museums or educational facilities. +In their time, light pollution was not as bad as it is today, so they were located in places that were easily accessible from both towns and campuses, much like today's observatories. +Most modern research telescopes are large facilities located in remote areas with favourable weather conditions. +The cherry blossom viewing, known as hanami, has been a part of Japanese culture since the 8th century. +This concept originated in China, where the peony was chosen as the national flower. +The first cherry blossom party in Japan was hosted by the emperor in the grounds of the palace. Only the emperor and members of the nobility were invited to this party. +“Plants are best suited to the natural environment, so a ‘one size fits all’ approach is ill-advised.” +If you visit a "formal" garden and "pick a sample" you will be chased away. +Singapore is generally a very safe place to visit, with easy transportation and almost everything available once you arrive. +However, if you find yourself in a "tropical" area a few degrees off the equator, you will have to contend with high humidity (always) and a steep drop in the intensity of the sun's rays (rare, but when the sky is clear). +There are also several buses to Hebron, the traditional burial site of Abraham, Isaac, Jacob, and their wives. +Make sure that the bus you want to take is going to Hebron and not Kiryat Arba, the Jewish settlement near Hebron. +Inland waterways can be a great theme for a holiday. +For example, visit the castles of the Rhine Valley or take a cruise along the interesting spots of the Danube. +They also set up popular hiking and cycling routes. +Christmas is one of the most important Christian holidays, a celebration of the birth of Jesus. +Many of these traditions have been secularized and embraced by non-Christians in Christian countries, as well as by non-Christians around the world. +There is a tradition of spending the eve of Easter Sunday in a state of wakefulness, in order to be able to see the sunrise. +There are Christian theological explanations for this tradition, but it could be an earlier spring and harvest festival. +Traditional churches will hold an Easter Vigil on the Saturday night before Easter Sunday, often with a midnight celebration of the Resurrection. +All animals on the island arrived either by swimming, flying, or walking across the water. +Due to their distance from the continents, penguins were unable to migrate like the giant tortoises of Galapagos. +After humans arrived, many mammals, including pigs, horses, cows, rats, cats and dogs have made their way to the island. +If you visit the Arctic in winter, you will experience the polar night, when the sun never rises above the horizon. +Due to the long hours of darkness, there are good opportunities to see the aurora. +This area has low population density, so light pollution is not a problem, and you can enjoy the stars at night. +Japanese workplace culture is more hierarchical and formal than in the West. +A suit is standard business wear, and colleagues are often referred to by their title and surname. +Teamwork is very important in the workplace because it emphasizes a group effort over individual accomplishments. +Employees must obtain their supervisor's approval for any decisions they make, and they must comply with their supervisor's instructions without question. diff --git a/test-ko-en.bleu b/test-ko-en.bleu new file mode 100644 index 0000000000000000000000000000000000000000..0e4f0af116a11335fe4ad80f2f9b27c1266b272f --- /dev/null +++ b/test-ko-en.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 21.54 55.3/27.5/16.0/9.7 (BP = 0.977 ratio = 0.978 hyp_len = 24168 ref_len = 24721) diff --git a/test-ko-en.comet b/test-ko-en.comet new file mode 100644 index 0000000000000000000000000000000000000000..6102165957b569fb9a259e451625a50668813171 --- /dev/null +++ b/test-ko-en.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 0 score: 0.7879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 1 score: 0.8753 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 2 score: 0.8147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 3 score: 0.7989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 4 score: 0.8603 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 5 score: 0.8010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 6 score: 0.8854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 7 score: 0.8964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 8 score: 0.9527 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 9 score: 0.9349 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 10 score: 0.8978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 11 score: 0.8897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 12 score: 0.8759 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 13 score: 0.8535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 14 score: 0.8693 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 15 score: 0.8083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 16 score: 0.8579 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 17 score: 0.8600 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 18 score: 0.8685 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 19 score: 0.8463 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 20 score: 0.9448 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 21 score: 0.8559 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 22 score: 0.9308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 23 score: 0.8543 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 24 score: 0.8854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 25 score: 0.9073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 26 score: 0.8397 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 27 score: 0.8745 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 28 score: 0.8195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 29 score: 0.9175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 30 score: 0.8216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 31 score: 0.8156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 32 score: 0.7892 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 33 score: 0.8787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 34 score: 0.8971 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 35 score: 0.9123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 36 score: 0.8042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 37 score: 0.8497 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 38 score: 0.8180 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 39 score: 0.7898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 40 score: 0.8055 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 41 score: 0.9345 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 42 score: 0.8905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 43 score: 0.8959 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 44 score: 0.8589 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 45 score: 0.7924 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 46 score: 0.8421 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 47 score: 0.7081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 48 score: 0.8759 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 49 score: 0.7098 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 50 score: 0.8786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 51 score: 0.9070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 52 score: 0.8903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 53 score: 0.9283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 54 score: 0.7901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 55 score: 0.8212 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 56 score: 0.8428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 57 score: 0.8363 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 58 score: 0.8954 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 59 score: 0.9248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 60 score: 0.7797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 61 score: 0.8842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 62 score: 0.8029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 63 score: 0.9010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 64 score: 0.8581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 65 score: 0.8841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 66 score: 0.7976 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 67 score: 0.8233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 68 score: 0.8818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 69 score: 0.8842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 70 score: 0.8548 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 71 score: 0.8791 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 72 score: 0.8059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 73 score: 0.7713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 74 score: 0.8511 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 75 score: 0.6833 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 76 score: 0.8524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 77 score: 0.8791 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 78 score: 0.9360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 79 score: 0.8755 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 80 score: 0.8877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 81 score: 0.8498 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 82 score: 0.8313 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 83 score: 0.8541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 84 score: 0.8974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 85 score: 0.8787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 86 score: 0.8513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 87 score: 0.8813 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 88 score: 0.8305 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 89 score: 0.8754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 90 score: 0.7746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 91 score: 0.8937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 92 score: 0.8534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 93 score: 0.8817 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 94 score: 0.8850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 95 score: 0.9123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 96 score: 0.8319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 97 score: 0.8705 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 98 score: 0.7656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 99 score: 0.8804 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 100 score: 0.9283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 101 score: 0.8129 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 102 score: 0.8901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 103 score: 0.8555 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 104 score: 0.8605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 105 score: 0.8480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 106 score: 0.8564 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 107 score: 0.8406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 108 score: 0.8016 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 109 score: 0.8494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 110 score: 0.8750 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 111 score: 0.9382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 112 score: 0.9061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 113 score: 0.9035 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 114 score: 0.8576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 115 score: 0.8298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 116 score: 0.8853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 117 score: 0.8799 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 118 score: 0.9473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 119 score: 0.8535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 120 score: 0.8639 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 121 score: 0.8607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 122 score: 0.8979 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 123 score: 0.9162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 124 score: 0.8866 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 125 score: 0.8670 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 126 score: 0.8336 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 127 score: 0.8722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 128 score: 0.9122 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 129 score: 0.8967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 130 score: 0.8490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 131 score: 0.8764 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 132 score: 0.8414 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 133 score: 0.9038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 134 score: 0.7970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 135 score: 0.7834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 136 score: 0.7960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 137 score: 0.9247 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 138 score: 0.9145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 139 score: 0.8982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 140 score: 0.8617 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 141 score: 0.8544 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 142 score: 0.9346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 143 score: 0.9117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 144 score: 0.8868 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 145 score: 0.8698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 146 score: 0.8904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 147 score: 0.9046 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 148 score: 0.8837 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 149 score: 0.9201 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 150 score: 0.8858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 151 score: 0.8744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 152 score: 0.8409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 153 score: 0.8078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 154 score: 0.8228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 155 score: 0.8394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 156 score: 0.8959 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 157 score: 0.8425 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 158 score: 0.9208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 159 score: 0.8240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 160 score: 0.9248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 161 score: 0.7577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 162 score: 0.8464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 163 score: 0.8973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 164 score: 0.8443 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 165 score: 0.8251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 166 score: 0.8943 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 167 score: 0.9004 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 168 score: 0.8195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 169 score: 0.8672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 170 score: 0.8654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 171 score: 0.9499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 172 score: 0.9509 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 173 score: 0.8712 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 174 score: 0.8651 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 175 score: 0.8991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 176 score: 0.8142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 177 score: 0.8760 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 178 score: 0.7989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 179 score: 0.7180 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 180 score: 0.9107 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 181 score: 0.9269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 182 score: 0.8964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 183 score: 0.9168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 184 score: 0.8844 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 185 score: 0.9206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 186 score: 0.9774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 187 score: 0.8002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 188 score: 0.8569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 189 score: 0.8362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 190 score: 0.8894 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 191 score: 0.7834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 192 score: 0.8597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 193 score: 0.7755 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 194 score: 0.7517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 195 score: 0.9311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 196 score: 0.8349 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 197 score: 0.7751 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 198 score: 0.9236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 199 score: 0.8797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 200 score: 0.8278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 201 score: 0.8623 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 202 score: 0.8240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 203 score: 0.7937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 204 score: 0.8325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 205 score: 0.8402 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 206 score: 0.8192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 207 score: 0.8115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 208 score: 0.8267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 209 score: 0.9442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 210 score: 0.9077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 211 score: 0.8701 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 212 score: 0.8736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 213 score: 0.9159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 214 score: 0.9225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 215 score: 0.8746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 216 score: 0.9151 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 217 score: 0.8711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 218 score: 0.8674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 219 score: 0.8899 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 220 score: 0.9331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 221 score: 0.9178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 222 score: 0.8824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 223 score: 0.8841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 224 score: 0.8757 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 225 score: 0.9385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 226 score: 0.8340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 227 score: 0.7960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 228 score: 0.7666 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 229 score: 0.7659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 230 score: 0.9307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 231 score: 0.8692 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 232 score: 0.7729 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 233 score: 0.8077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 234 score: 0.7947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 235 score: 0.7578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 236 score: 0.8896 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 237 score: 0.8634 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 238 score: 0.8792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 239 score: 0.8902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 240 score: 0.8192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 241 score: 0.7636 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 242 score: 0.8488 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 243 score: 0.8850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 244 score: 0.8177 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 245 score: 0.9698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 246 score: 0.7957 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 247 score: 0.8664 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 248 score: 0.8126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 249 score: 0.9520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 250 score: 0.8923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 251 score: 0.9027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 252 score: 0.8528 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 253 score: 0.9320 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 254 score: 0.9330 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 255 score: 0.8502 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 256 score: 0.8843 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 257 score: 0.8845 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 258 score: 0.9112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 259 score: 0.8837 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 260 score: 0.8652 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 261 score: 0.7941 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 262 score: 0.8821 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 263 score: 0.8553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 264 score: 0.9323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 265 score: 0.9016 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 266 score: 0.8750 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 267 score: 0.7795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 268 score: 0.9380 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 269 score: 0.8412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 270 score: 0.8693 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 271 score: 0.8244 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 272 score: 0.8829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 273 score: 0.8590 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 274 score: 0.6239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 275 score: 0.7757 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 276 score: 0.7907 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 277 score: 0.9244 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 278 score: 0.7782 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 279 score: 0.9369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 280 score: 0.9003 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 281 score: 0.8808 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 282 score: 0.9380 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 283 score: 0.8671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 284 score: 0.9314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 285 score: 0.9415 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 286 score: 0.8901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 287 score: 0.8518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 288 score: 0.9119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 289 score: 0.7784 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 290 score: 0.7281 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 291 score: 0.8371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 292 score: 0.8851 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 293 score: 0.8517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 294 score: 0.8241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 295 score: 0.8316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 296 score: 0.8905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 297 score: 0.8879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 298 score: 0.6020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 299 score: 0.8869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 300 score: 0.9154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 301 score: 0.8326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 302 score: 0.8935 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 303 score: 0.9223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 304 score: 0.7822 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 305 score: 0.7294 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 306 score: 0.8984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 307 score: 0.8241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 308 score: 0.9091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 309 score: 0.8750 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 310 score: 0.8884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 311 score: 0.8751 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 312 score: 0.8678 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 313 score: 0.7786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 314 score: 0.9080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 315 score: 0.9200 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 316 score: 0.6408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 317 score: 0.8891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 318 score: 0.8444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 319 score: 0.8230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 320 score: 0.8391 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 321 score: 0.8235 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 322 score: 0.8936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 323 score: 0.8904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 324 score: 0.8465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 325 score: 0.8090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 326 score: 0.8379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 327 score: 0.8305 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 328 score: 0.8891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 329 score: 0.8658 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 330 score: 0.8675 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 331 score: 0.9000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 332 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 333 score: 0.8466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 334 score: 0.9498 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 335 score: 0.9083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 336 score: 0.8325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 337 score: 0.7399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 338 score: 0.8592 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 339 score: 0.8825 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 340 score: 0.7656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 341 score: 0.8628 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 342 score: 0.8211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 343 score: 0.8350 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 344 score: 0.9137 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 345 score: 0.8754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 346 score: 0.8642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 347 score: 0.8145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 348 score: 0.7835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 349 score: 0.8445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 350 score: 0.8870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 351 score: 0.8951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 352 score: 0.8670 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 353 score: 0.9080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 354 score: 0.8632 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 355 score: 0.8921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 356 score: 0.9013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 357 score: 0.8061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 358 score: 0.9195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 359 score: 0.7418 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 360 score: 0.8537 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 361 score: 0.8398 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 362 score: 0.8311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 363 score: 0.7202 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 364 score: 0.8378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 365 score: 0.7620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 366 score: 0.8211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 367 score: 0.5703 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 368 score: 0.7603 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 369 score: 0.8495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 370 score: 0.7923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 371 score: 0.7811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 372 score: 0.8186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 373 score: 0.8660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 374 score: 0.8411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 375 score: 0.8701 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 376 score: 0.9274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 377 score: 0.9326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 378 score: 0.8446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 379 score: 0.9208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 380 score: 0.9192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 381 score: 0.8534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 382 score: 0.8015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 383 score: 0.7708 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 384 score: 0.8124 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 385 score: 0.8243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 386 score: 0.8085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 387 score: 0.8442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 388 score: 0.8595 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 389 score: 0.7930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 390 score: 0.9037 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 391 score: 0.9158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 392 score: 0.9234 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 393 score: 0.8787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 394 score: 0.9225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 395 score: 0.6309 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 396 score: 0.8100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 397 score: 0.9033 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 398 score: 0.8480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 399 score: 0.8659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 400 score: 0.9229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 401 score: 0.8479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 402 score: 0.9029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 403 score: 0.8320 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 404 score: 0.7817 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 405 score: 0.7915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 406 score: 0.8873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 407 score: 0.7685 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 408 score: 0.8932 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 409 score: 0.8984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 410 score: 0.8860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 411 score: 0.8413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 412 score: 0.8590 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 413 score: 0.8798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 414 score: 0.8438 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 415 score: 0.8632 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 416 score: 0.8618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 417 score: 0.8461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 418 score: 0.8748 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 419 score: 0.9185 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 420 score: 0.9276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 421 score: 0.8929 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 422 score: 0.8578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 423 score: 0.7578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 424 score: 0.8608 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 425 score: 0.9165 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 426 score: 0.8964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 427 score: 0.9118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 428 score: 0.8805 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 429 score: 0.9372 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 430 score: 0.9169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 431 score: 0.8795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 432 score: 0.8513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 433 score: 0.8597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 434 score: 0.8783 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 435 score: 0.7247 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 436 score: 0.8382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 437 score: 0.9076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 438 score: 0.9006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 439 score: 0.8779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 440 score: 0.8201 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 441 score: 0.9067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 442 score: 0.9503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 443 score: 0.8566 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 444 score: 0.7789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 445 score: 0.9172 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 446 score: 0.8897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 447 score: 0.8568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 448 score: 0.8933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 449 score: 0.7784 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 450 score: 0.8000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 451 score: 0.8351 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 452 score: 0.9186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 453 score: 0.8791 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 454 score: 0.8387 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 455 score: 0.9020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 456 score: 0.8404 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 457 score: 0.8959 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 458 score: 0.8699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 459 score: 0.7236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 460 score: 0.8793 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 461 score: 0.8323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 462 score: 0.7306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 463 score: 0.9030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 464 score: 0.8732 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 465 score: 0.8483 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 466 score: 0.8326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 467 score: 0.7347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 468 score: 0.7302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 469 score: 0.6807 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 470 score: 0.8078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 471 score: 0.7782 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 472 score: 0.8609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 473 score: 0.8466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 474 score: 0.7343 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 475 score: 0.9058 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 476 score: 0.8054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 477 score: 0.8665 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 478 score: 0.8699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 479 score: 0.8565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 480 score: 0.8276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 481 score: 0.8531 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 482 score: 0.8689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 483 score: 0.9138 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 484 score: 0.8742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 485 score: 0.8736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 486 score: 0.8697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 487 score: 0.8362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 488 score: 0.8641 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 489 score: 0.8370 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 490 score: 0.8618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 491 score: 0.8636 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 492 score: 0.9259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 493 score: 0.9120 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 494 score: 0.8457 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 495 score: 0.8395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 496 score: 0.8685 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 497 score: 0.8102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 498 score: 0.9304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 499 score: 0.8762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 500 score: 0.9027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 501 score: 0.9155 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 502 score: 0.9226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 503 score: 0.8689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 504 score: 0.8389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 505 score: 0.9405 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 506 score: 0.8357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 507 score: 0.7731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 508 score: 0.8974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 509 score: 0.7844 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 510 score: 0.7385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 511 score: 0.6974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 512 score: 0.8501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 513 score: 0.8404 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 514 score: 0.9098 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 515 score: 0.9041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 516 score: 0.8112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 517 score: 0.8699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 518 score: 0.8513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 519 score: 0.9373 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 520 score: 0.8849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 521 score: 0.8994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 522 score: 0.8595 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 523 score: 0.7961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 524 score: 0.9017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 525 score: 0.8470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 526 score: 0.8114 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 527 score: 0.8275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 528 score: 0.8371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 529 score: 0.8845 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 530 score: 0.8131 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 531 score: 0.8156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 532 score: 0.8814 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 533 score: 0.7739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 534 score: 0.9014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 535 score: 0.8071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 536 score: 0.8395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 537 score: 0.7258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 538 score: 0.8823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 539 score: 0.8873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 540 score: 0.8803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 541 score: 0.8843 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 542 score: 0.8830 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 543 score: 0.8292 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 544 score: 0.8513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 545 score: 0.9198 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 546 score: 0.8177 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 547 score: 0.9006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 548 score: 0.7931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 549 score: 0.9178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 550 score: 0.7517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 551 score: 0.7946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 552 score: 0.8606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 553 score: 0.8921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 554 score: 0.8874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 555 score: 0.8095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 556 score: 0.7930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 557 score: 0.8902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 558 score: 0.7648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 559 score: 0.8376 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 560 score: 0.8328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 561 score: 0.8993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 562 score: 0.7891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 563 score: 0.8324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 564 score: 0.8308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 565 score: 0.9100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 566 score: 0.8827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 567 score: 0.8424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 568 score: 0.8175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 569 score: 0.6638 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 570 score: 0.8808 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 571 score: 0.9323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 572 score: 0.8546 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 573 score: 0.9015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 574 score: 0.9251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 575 score: 0.8779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 576 score: 0.8592 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 577 score: 0.7975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 578 score: 0.8524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 579 score: 0.8356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 580 score: 0.7742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 581 score: 0.7251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 582 score: 0.5263 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 583 score: 0.6342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 584 score: 0.8136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 585 score: 0.8732 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 586 score: 0.8469 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 587 score: 0.8700 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 588 score: 0.9182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 589 score: 0.9121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 590 score: 0.8915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 591 score: 0.9364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 592 score: 0.8282 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 593 score: 0.8772 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 594 score: 0.8532 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 595 score: 0.9050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 596 score: 0.8413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 597 score: 0.8854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 598 score: 0.6141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 599 score: 0.9107 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 600 score: 0.8206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 601 score: 0.7207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 602 score: 0.8215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 603 score: 0.9023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 604 score: 0.8671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 605 score: 0.9319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 606 score: 0.7264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 607 score: 0.7289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 608 score: 0.7193 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 609 score: 0.8675 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 610 score: 0.9010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 611 score: 0.9171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 612 score: 0.8885 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 613 score: 0.8588 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 614 score: 0.8405 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 615 score: 0.8882 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 616 score: 0.9174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 617 score: 0.9606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 618 score: 0.8799 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 619 score: 0.9079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 620 score: 0.9424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 621 score: 0.8614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 622 score: 0.9109 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 623 score: 0.8624 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 624 score: 0.7353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 625 score: 0.8442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 626 score: 0.9237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 627 score: 0.8864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 628 score: 0.7885 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 629 score: 0.8529 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 630 score: 0.8159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 631 score: 0.9010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 632 score: 0.9651 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 633 score: 0.8751 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 634 score: 0.9765 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 635 score: 0.9171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 636 score: 0.8927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 637 score: 0.8465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 638 score: 0.9433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 639 score: 0.9273 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 640 score: 0.9126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 641 score: 0.9175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 642 score: 0.8392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 643 score: 0.7784 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 644 score: 0.8513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 645 score: 0.7818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 646 score: 0.8462 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 647 score: 0.8950 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 648 score: 0.8137 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 649 score: 0.8429 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 650 score: 0.9231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 651 score: 0.6461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 652 score: 0.7520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 653 score: 0.8048 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 654 score: 0.8159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 655 score: 0.9327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 656 score: 0.8544 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 657 score: 0.8951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 658 score: 0.8445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 659 score: 0.8330 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 660 score: 0.7451 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 661 score: 0.7722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 662 score: 0.7989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 663 score: 0.8877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 664 score: 0.9315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 665 score: 0.8209 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 666 score: 0.8719 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 667 score: 0.9095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 668 score: 0.8949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 669 score: 0.8833 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 670 score: 0.9076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 671 score: 0.9175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 672 score: 0.9047 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 673 score: 0.8960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 674 score: 0.8066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 675 score: 0.9060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 676 score: 0.9026 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 677 score: 0.8888 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 678 score: 0.9181 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 679 score: 0.8844 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 680 score: 0.8645 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 681 score: 0.9139 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 682 score: 0.8986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 683 score: 0.8933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 684 score: 0.8428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 685 score: 0.8616 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 686 score: 0.8835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 687 score: 0.9168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 688 score: 0.9161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 689 score: 0.8239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 690 score: 0.9451 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 691 score: 0.8600 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 692 score: 0.9082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 693 score: 0.8572 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 694 score: 0.8054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 695 score: 0.9369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 696 score: 0.8974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 697 score: 0.8986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 698 score: 0.8687 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 699 score: 0.9124 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 700 score: 0.8505 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 701 score: 0.9510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 702 score: 0.8778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 703 score: 0.8154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 704 score: 0.7234 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 705 score: 0.7984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 706 score: 0.8096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 707 score: 0.9022 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 708 score: 0.8827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 709 score: 0.9122 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 710 score: 0.9103 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 711 score: 0.8412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 712 score: 0.9194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 713 score: 0.8567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 714 score: 0.8733 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 715 score: 0.8636 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 716 score: 0.8380 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 717 score: 0.8246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 718 score: 0.9218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 719 score: 0.8003 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 720 score: 0.7983 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 721 score: 0.8678 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 722 score: 0.8903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 723 score: 0.8457 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 724 score: 0.8952 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 725 score: 0.9263 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 726 score: 0.8215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 727 score: 0.5968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 728 score: 0.8344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 729 score: 0.9012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 730 score: 0.8593 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 731 score: 0.8456 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 732 score: 0.7841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 733 score: 0.8699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 734 score: 0.8697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 735 score: 0.7437 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 736 score: 0.8882 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 737 score: 0.8466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 738 score: 0.8818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 739 score: 0.8230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 740 score: 0.9000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 741 score: 0.8790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 742 score: 0.8623 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 743 score: 0.8604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 744 score: 0.8408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 745 score: 0.8696 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 746 score: 0.9197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 747 score: 0.8045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 748 score: 0.8312 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 749 score: 0.9199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 750 score: 0.9294 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 751 score: 0.8229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 752 score: 0.8399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 753 score: 0.8503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 754 score: 0.8354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 755 score: 0.8931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 756 score: 0.8022 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 757 score: 0.8894 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 758 score: 0.8261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 759 score: 0.8067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 760 score: 0.8776 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 761 score: 0.8798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 762 score: 0.9037 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 763 score: 0.8803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 764 score: 0.8701 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 765 score: 0.7548 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 766 score: 0.8651 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 767 score: 0.8530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 768 score: 0.8907 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 769 score: 0.9385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 770 score: 0.9034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 771 score: 0.9003 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 772 score: 0.8044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 773 score: 0.8877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 774 score: 0.7529 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 775 score: 0.9006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 776 score: 0.8517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 777 score: 0.9143 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 778 score: 0.8918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 779 score: 0.8268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 780 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 781 score: 0.8317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 782 score: 0.8942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 783 score: 0.7540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 784 score: 0.8933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 785 score: 0.7682 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 786 score: 0.9217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 787 score: 0.8442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 788 score: 0.9106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 789 score: 0.8879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 790 score: 0.8742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 791 score: 0.8141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 792 score: 0.8599 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 793 score: 0.8647 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 794 score: 0.8668 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 795 score: 0.8516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 796 score: 0.9648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 797 score: 0.7465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 798 score: 0.9252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 799 score: 0.8486 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 800 score: 0.8605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 801 score: 0.8534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 802 score: 0.8748 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 803 score: 0.8229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 804 score: 0.7944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 805 score: 0.8250 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 806 score: 0.7525 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 807 score: 0.8863 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 808 score: 0.5775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 809 score: 0.8625 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 810 score: 0.8692 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 811 score: 0.8142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 812 score: 0.9054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 813 score: 0.8412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 814 score: 0.8804 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 815 score: 0.7614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 816 score: 0.8454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 817 score: 0.8059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 818 score: 0.7580 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 819 score: 0.8177 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 820 score: 0.9096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 821 score: 0.9249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 822 score: 0.8776 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 823 score: 0.8472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 824 score: 0.9069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 825 score: 0.8099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 826 score: 0.8675 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 827 score: 0.8678 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 828 score: 0.8112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 829 score: 0.8687 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 830 score: 0.8543 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 831 score: 0.8473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 832 score: 0.8604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 833 score: 0.8382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 834 score: 0.9170 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 835 score: 0.6498 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 836 score: 0.8743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 837 score: 0.7585 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 838 score: 0.8783 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 839 score: 0.8607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 840 score: 0.8610 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 841 score: 0.8510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 842 score: 0.8534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 843 score: 0.7635 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 844 score: 0.7965 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 845 score: 0.5213 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 846 score: 0.7034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 847 score: 0.8858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 848 score: 0.8075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 849 score: 0.8756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 850 score: 0.8644 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 851 score: 0.8691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 852 score: 0.9237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 853 score: 0.8959 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 854 score: 0.8610 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 855 score: 0.8491 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 856 score: 0.8153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 857 score: 0.8719 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 858 score: 0.8436 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 859 score: 0.8767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 860 score: 0.8216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 861 score: 0.8853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 862 score: 0.6527 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 863 score: 0.8304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 864 score: 0.8168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 865 score: 0.7871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 866 score: 0.8447 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 867 score: 0.8697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 868 score: 0.9211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 869 score: 0.8567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 870 score: 0.9236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 871 score: 0.8918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 872 score: 0.9007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 873 score: 0.6556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 874 score: 0.8990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 875 score: 0.8325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 876 score: 0.8470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 877 score: 0.7814 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 878 score: 0.8218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 879 score: 0.8485 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 880 score: 0.8979 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 881 score: 0.8201 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 882 score: 0.8742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 883 score: 0.8919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 884 score: 0.8162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 885 score: 0.8829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 886 score: 0.8514 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 887 score: 0.8335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 888 score: 0.7269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 889 score: 0.7854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 890 score: 0.7686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 891 score: 0.8452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 892 score: 0.7358 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 893 score: 0.8756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 894 score: 0.9141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 895 score: 0.8248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 896 score: 0.8699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 897 score: 0.7429 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 898 score: 0.8549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 899 score: 0.8741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 900 score: 0.8896 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 901 score: 0.7162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 902 score: 0.8248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 903 score: 0.8610 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 904 score: 0.7793 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 905 score: 0.7809 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 906 score: 0.8712 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 907 score: 0.6941 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 908 score: 0.8668 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 909 score: 0.9056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 910 score: 0.8588 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 911 score: 0.7967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 912 score: 0.8879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 913 score: 0.6262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 914 score: 0.8830 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 915 score: 0.8363 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 916 score: 0.8662 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 917 score: 0.8435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 918 score: 0.7666 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 919 score: 0.9074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 920 score: 0.8713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 921 score: 0.8000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 922 score: 0.9059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 923 score: 0.8754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 924 score: 0.8399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 925 score: 0.8817 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 926 score: 0.8248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 927 score: 0.8720 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 928 score: 0.8514 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 929 score: 0.8649 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 930 score: 0.8175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 931 score: 0.8912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 932 score: 0.7769 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 933 score: 0.8415 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 934 score: 0.8275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 935 score: 0.8547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 936 score: 0.8842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 937 score: 0.9574 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 938 score: 0.7925 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 939 score: 0.8785 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 940 score: 0.8236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 941 score: 0.9229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 942 score: 0.9035 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 943 score: 0.8899 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 944 score: 0.8474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 945 score: 0.8852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 946 score: 0.8431 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 947 score: 0.8648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 948 score: 0.8146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 949 score: 0.8909 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 950 score: 0.7217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 951 score: 0.7835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 952 score: 0.8394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 953 score: 0.7865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 954 score: 0.8409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 955 score: 0.8821 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 956 score: 0.8534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 957 score: 0.9591 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 958 score: 0.8767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 959 score: 0.9295 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 960 score: 0.8433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 961 score: 0.7277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 962 score: 0.8772 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 963 score: 0.8774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 964 score: 0.9484 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 965 score: 0.8576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 966 score: 0.8016 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 967 score: 0.8045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 968 score: 0.8963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 969 score: 0.7520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 970 score: 0.8542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 971 score: 0.7854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 972 score: 0.8418 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 973 score: 0.8969 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 974 score: 0.8409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 975 score: 0.9225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 976 score: 0.8263 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 977 score: 0.7790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 978 score: 0.9400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 979 score: 0.8947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 980 score: 0.8307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 981 score: 0.8976 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 982 score: 0.8837 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 983 score: 0.8471 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 984 score: 0.9188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 985 score: 0.9457 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 986 score: 0.8556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 987 score: 0.8735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 988 score: 0.6860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 989 score: 0.7433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 990 score: 0.9020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 991 score: 0.8405 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 992 score: 0.9064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 993 score: 0.8918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 994 score: 0.9341 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 995 score: 0.8518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 996 score: 0.9198 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 997 score: 0.9381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 998 score: 0.8140 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 999 score: 0.8198 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 1000 score: 0.8345 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 1001 score: 0.8589 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 1002 score: 0.8909 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 1003 score: 0.7754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 1004 score: 0.8497 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 1005 score: 0.8980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 1006 score: 0.7724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 1007 score: 0.9015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 1008 score: 0.9141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 1009 score: 0.8625 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 1010 score: 0.8869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en Segment 1011 score: 0.8772 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/group_training/alma-13b-sft-group-6-max-tokens-512//test-ko-en score: 0.8536 diff --git a/test-zh-en b/test-zh-en new file mode 100644 index 0000000000000000000000000000000000000000..50c3f96f9d1ed4e60fbc5b732c94c3322b1865ee --- /dev/null +++ b/test-zh-en @@ -0,0 +1,1012 @@ +He added: "We now have four-month-old diabetes-free mice, but they were once diabetic." +Dr. Evelyn Urbach (professor of medicine at Dalhousie University in Halifax, Nova Scotia, and a professor in the department of clinical and scientific affairs for the Canadian Diabetes Association) reminds us that this research is still in its early stages. +As with some other experts, he is skeptical that type 1 diabetes can be cured, noting that these findings are in people with established type 1 diabetes. +On Monday, the Swedish Academy's permanent secretary, Sara Danius, announced in an interview with Swedish Radio that the academy had given up trying to contact Bob Dylan to inform him that he had won the 2016 Nobel Prize in Literature. +Daniels said, "We're on hold right now. I've called some of the closest people to him and emailed some of the closest people to him, and we've received some very warm responses." +Earlier, Jamie Siminoff, CEO of Ring, said that when he started the company in his garage, he couldn't hear the doorbell ringing. +He said he made a Wi-Fi doorbell. +In 2013, Siminoff said he appeared on "Shark Tank" and saw his company's sales skyrocket after the show aired, but the show's investors passed on the opportunity to invest in the startup. +At the end of 2017, Siminoff appeared on the QVC television shopping channel. +Ring has also settled an out-of-court agreement with rival security company ADT. +Although an experimental vaccine looks promising against Ebola, there is currently no proven treatment for those infected. +An experimental drug called ZMapp - a "polyclonal antibody cocktail" - had initially been hailed as a potential game-changer in the fight against Ebola, but it proved disappointing in clinical trials. +In the PALM trial, ZMapp was used as a benchmark to compare the other three treatments. +USA Gymnastics said in a letter to the U.S. Olympic Committee that it would abide by the strict requirements of the Olympic family to provide a safe environment for all athletes. +We agree with the USOC's statement that it would be more beneficial to continue to pursue meaningful reforms within our organization rather than to revoke our charters. +We may also learn from the independent investigation supported by the U.S. Olympic & Paralympic Committee why Larry Nassar's horrific abuse was able to continue for so long, and what steps the organization will take to ensure that it never happens again. +USA Gymnastics and the U.S. Olympic & Paralympic Committee have a shared goal of ensuring the safety and well-being of athletes while also providing a positive and supportive environment for athletes to pursue their dreams. +In the 1960s, Brezhnev first worked for John F. Kennedy and then for Lyndon B. Johnson's administration. +He advised Carter on foreign policy during the 1976 presidential election and then served as national security adviser from 1977 to 1981 under Henry Kissinger. +As National Security Adviser, he helped Carter deal with a host of international issues, including the signing of the 1978 Camp David Accords, the normalization of relations with China in the late 1970s, the Iranian hostage crisis of 1979, and the Soviet invasion of Afghanistan in 1979. +The film, starring Ryan Gosling and Emma Stone, is nominated for a number of awards. +Gosling and Stone were both nominated for Best Actor and Best Actress. +Other nominations include Best Picture, Best Director, Best Cinematography, Best Costume Design, Best Film Editing, Best Original Score, Best Art Direction, Best Sound Editing, Best Sound Mixing and Best Original Screenplay. +The film's two original songs, "Into the Unknown" and "I See the Light," are nominated for Best Original Song, while Disney has the most nominations of any studio with 26. +Later on Sunday, U.S. President Donald Trump announced via a statement from the White House that U.S. troops were withdrawing from Syria. +Trump issued a statement after speaking with Turkish President Recep Tayyip Erdogan. +Turkey will also take over the responsibility of detaining IS fighters who are captured, the statement said, adding that European countries were refusing to take them back. +This not only confirms that at least some dinosaurs had feathers - a theory that has gained widespread acceptance - but also provides details that are often lacking in fossils, such as colour and three-dimensional arrangement. +Scientists say the animal has reddish-brown upperparts and pale or carrot-coloured underparts. +The findings also shed new light on the evolution of bird feathers. +The dinosaur's feathers did not have a well-developed central shaft - called a rachis - but they did have other features of feathers, such as barbs and barbules, suggesting that the evolution of the rachis may have come later than these other features. +The structure of the feathers suggests they were not used for flight but for temperature regulation or display, researchers said, although they believe it is a young dinosaur's tail rather than a juvenile's feathers. +Although it is the tail of a young dinosaur, the sample revealed adult feathers rather than juvenile down. +Yesterday morning, a car bomb exploded in front of the police headquarters in Gaziantep, Turkey, killing two police officers and injuring more than 20 people. +The governor's office said 19 of the victims were police. +Police said they suspected an Islamic State in Iraq and the Levant (ISIL) militant was responsible for the attack. +They discovered that the operation of the Sun and other stars is the same: the activity of all the stars in a galaxy is completely determined by their luminosity and their rotation. +The Rossby number of a star is determined by its luminosity and rotation, and is related to the plasma flow. +The fewer Rossby numbers, the less active the star is in its magnetic field reversal. +Throughout his journey, Rocky encountered many troubles. +He has been robbed by pirates, bitten by a mad dog in Tibet, chased by the police in Nepal, and arrested in India. +The 802.11n standard can operate on both 2.4GHz and 5.0GHz frequencies. +It is backward compatible with 802.11a, 802.11b, and 802.11g as long as the base station has two radios. +802.11n is much faster than the previous generation, with a maximum theoretical throughput of 600Mbit/s. +Duvall is married with two grown children and didn't leave much of an impression on the storyteller. +When asked for a comment, Miller said, "Mike had a lot to say at the hearing, which I was preparing for so I didn't catch everything he said." +By 2020, we will work to make the carbon dioxide emissions per unit of GDP significantly lower than in 2005," Hu said. +He did not set a figure for the cuts, only saying they would be based on China's economic output. +Hu Jintao encouraged developing countries to “not go down the old road of first pollution and then treatment.” +He added, "However, they must not be put under undue pressure to take on more than they can reasonably be expected to do." +The Iraqi group submitted its report today at noon Greenwich Mean Time (GMT). +The report warned that no one can be certain that current actions in Iraq will prevent sectarian war, escalating violence or a slide into chaos. +The report began by calling for a public debate and consensus on Middle East policy in the United States. +The report was highly critical of nearly every aspect of the administration's policy on Iraq, and urged an immediate change of course. +Among the 78 recommendations in the report, the first is that new diplomatic actions should be taken before the end of the year to protect Iraq's borders from hostile forces and rebuild relations with neighboring countries. +Former President Cristina Fernandez de Kirchner announced her plans to run for the presidency last night in La Plata, about 50 km (31 miles) from Buenos Aires. +Ms Kirchner announced in 2005 at the Teatro Colon in Buenos Aires that she would seek the presidency in 2007 - a post she held until 2015. +The debate was spurred in part by disagreements over the cost of aid and reconstruction after Hurricane Katrina, with some fiscal conservatives joking that it was "Bush's new Orleans policy." +Criticism of the reconstruction contracts has centred on the perception that they have been awarded to Washington insiders. +More than 4 million people went to Rome for the funeral. +With so many people attending the funeral in St Peter's Square, it would not have been possible to let everyone in. +Several large screens were set up around Rome so that people could watch the ceremony. +Similar structures have been set up in many other Italian cities, as well as in other parts of the world, especially in Poland. +Historians have criticized the FBI's past policy of focusing resources on solving "easy" cases, such as auto theft, in order to boost its record of solving cases. +Congress began funding the initiative in FY 2005, and mandated that the FBI assign 10 agents specifically to combat adult pornography. +Robin Uthappa was the top scorer with 70 off 41 balls with 11 fours and 2 sixes. +Middle-order batsmen Sachin Tendulkar and Rahul Dravid put on a 100-run partnership for the 10th wicket. +But India managed only 36 runs in the last five overs after losing three wickets in quick succession. +US President George W. Bush arrived in Singapore on November 16 for a week-long visit to Asia. +He was welcomed by Singapore's deputy prime minister, Heng Swee Keat, and discussed trade and terrorism with Prime Minister Lee Hsien Loong. +After a week of midterm election losses, Bush outlined the stakes on trade with Asia. +On Tuesday, Prime Minister Stephen Harper agreed to send the government's Clean Air Act to a multi-party committee for review before it is reintroduced to the House of Commons for a second reading. +Mr Layton asked the PM to "completely re-write" the Tories' green agenda when they met. +The Tasmanian and federal governments have been criticised by the state's opposition and some federal MPs for the funding announcement being made so close to the November federal election. +However, Australian Prime Minister John Howard said the legislation was only to prevent Tasmania's state government from downgrading hospital facilities by paying an extra A$45 million. +The latest report states that tsunami waves have been recorded at gauge stations in Palu and Donggala, an area north of Palu. +There were no major damage or casualties reported in Tonga, but power was knocked out and communications were disrupted, according to the Pacific Tsunami Warning Center in Hawaii. +Although the alert has now been lifted, 14 schools on or near the coastline of Hawaii were closed for the entire day on Wednesday. +U.S. President George W. Bush expressed support for the announcement. +Gordon Johndroe, a spokesman for the Bush administration, said that Pyongyang's pledge was "an important step on the path to achieving the denuclearization of the Korean peninsula." +Tropical Storm Jerry has formed in the Atlantic today, the tenth named storm of the Atlantic hurricane season. +The National Hurricane Center says "Jerry" poses no immediate threat to land. +The U.S. Army Corps of Engineers estimated that 6 inches of rainfall could overtop levees that were already damaged. +Water levels in the Ninth Ward reached up to 20 feet during Hurricane Katrina and are now up to waist deep due to the levees being overtopped by the floodwaters. +Water is about to overtop a levee on a stretch of the river that is 100 feet wide. +Adam Cuerden, a bureaucrat and administrator of the shared resource, expressed dismay at the deletion in an interview with Wikinews last month. +He's been lying to us from the start, first by pretending it was a legal issue, then by pretending to listen to us and then deleting the artwork." +Due to public outcry, a policy on sexual content is currently being drafted for the site, which has millions of publicly licensed media. +Much of the work done so far has been theoretical, but the aim is to simulate observations of the Andromeda Galaxy. +The effect they are looking for may be caused by tidal forces between the dark matter of the universe and the Milky Way. +Just as the moon exerts a gravitational pull on Earth, causing the tides, the Milky Way exerts a gravitational pull on the Andromeda Galaxy. +Scientists have concluded that dark matter interacts with other dark matter in the same way as normal matter. +The theory suggests that most of the dark matter surrounding a galaxy is in a disk around the galaxy, composed of many small particles. +Smoke could be seen billowing from the factory. +The local government has warned residents near the nuclear power plant to stay indoors, turn off their air conditioners, and not drink tap water. +Japan's nuclear watchdog says it has detected radioactive iodine and cesium at the plant. +This suggests that the containers storing the enriched uranium have ruptured and are leaking. +Dr. Toni Miles found the extensively drug-resistant tuberculosis (XDR-TB) in KwaZulu-Natal, South Africa. +He said in an interview that the new variant "is a cause for great concern and a cause for great anxiety, because it is so transmissible." +Dr. Moll believes that some patients may have become infected at the hospital, and at least two of the patients were hospital staff. +Within a year, one infected person can infect 10 to 15 close contacts. +However, the prevalence of drug-resistant tuberculosis remains low in the general population of tuberculosis patients; in South Africa, for example, at any given time 330,000 people are infected with only 6,000 of those being infected with drug-resistant tuberculosis. +Both satellites weighed more than 1,000 pounds and were traveling at 17,500 miles per hour when they collided while passing 491 miles above Earth. +Scientists say the explosion was huge. +Scientists are still working to determine the size of the impact and how it affected the Earth. +The U.S. Defense Department's Strategic Command is tracking the debris. +The results of the drawing analysis will be published on the public network. +An Ohio doctor has been charged with aggravated murder in the death of his mother, whose body was found in the trunk of his car on Wednesday, officials said. +Dr. Malar Balasubramanian, 29, was found dead in a wooded area about 15 miles northwest of Cincinnati, Ohio, wearing only a T-shirt and underwear, and appeared to have overdosed on drugs, police said. +She instructed the officers to check her black Osmond "Passion" car, which was parked 500 feet away. +They found the body of 53-year-old Saroj Barasu Brahmani, covered in blood and wrapped in a blood-stained blanket. +Police said the body had been left there for about a day. +The first cases of the current season were reported in the second half of July. +The disease is carried by pigs and transmitted by mosquitoes. +The outbreak has prompted the Indian government to take some measures, such as placing pig traps in severely infected areas, distributing thousands of mosquito nets and spraying pesticides. +The government has also pledged to provide millions of doses of the meningitis vaccine to help health workers prepare for next year. +This year's plan to vaccinate the areas worst-hit by the epidemic has been postponed due to lack of funding and lower priority compared to other diseases. +In 1956, Slaney moved to Sweden. Three years later he started working for the Swedish postal service as a chief engraver of stamps. +He has designed more than 1,000 stamps for Sweden and another 28 countries/regions. +His work is instantly recognisable, of a high quality and full of detail, which has made him one of a select band of artists to become household names. Some collectors specialise in his work. +He made his 1,000th stamp design in 2000 on the bicentenary of the Swedish King's Greatest Achievement, a painting by David Klöckner Ehrenstrahl, which earned him an entry in the Guinness Book of Records. +He has also been involved in the creation of many national banknotes, including the recent portrait of the Prime Minister on the front of the new Canadian $5 and $100 bills. +Gibson was taken to a hospital, where he was later pronounced dead. +The truck driver, 64, was not hurt. +The vehicle was towed away from the scene at about 12:00 BST. +A witness who works in a garage near the crash site said, "The kids were crossing the street when it happened, and they were all screaming and crying hysterically." +They both ran back to the scene of the accident. +Other issues on the agenda for the Bali conference include saving the world's remaining forests and helping developing countries use technology to develop in a cleaner way. +The UN also hopes to set up a fund to help developing countries cope with the effects of global warming. +These funds can be used to build flood shelters, improve water resource management, and promote crop diversity. +Fluke wrote that some people are trying to suppress the voices of women speaking out about women's health issues, but it won't be silenced. +She came to that conclusion, she said, because of the number of men and women who privately emailed her with positive feedback and encouragement, urging her to advocate for contraception as a medical necessity. +After the injured men were taken away, the remaining approximately 40 inmates refused to return to their cells. +Negotiators tried to work out a deal, but the inmate's demands were unclear. +A fire broke out between 10 and 11 p.m. in the courtyard of the prison. +Soon police in riot gear entered the courtyard and used pepper spray to force the prisoners back. +Firefighters eventually put out the blaze at 11:35 p.m. +After the dam was built in 1963, seasonal flooding was controlled and sediment was no longer carried downstream. +These deposits are essential to the formation of dunes and beaches, which provide habitat for wildlife. +As a result, two fish species became extinct and another two are on the verge of extinction, including the Arctic cisco. +Although the water level is only expected to rise a few feet above flood stage, officials are hoping that will be enough to restore some of the erosion that has taken place below the dam. +No tsunami warning has been issued yet, according to the Jakarta Geological Agency, because the quake's magnitude was below 6.5. +While no tsunami threat was reported, residents were advised to stay away from the shoreline and not to return home until told it was safe to do so. +Although Winfrey was tearful while saying goodbye, she made sure to reassure viewers that she would be back. +This is not goodbye, this is the end of a chapter and the beginning of another." +The final results of the presidential and parliamentary elections in Namibia have confirmed that incumbent President Hifikepunye Pohamba has been re-elected with an overwhelming majority. +The ruling SWAPO party also won a majority in parliament. +Troops and Afghan forces were rushed to the area to protect the base, and other coalition aircraft were sent to help. +The crash happened in mountainous terrain at a high altitude and is believed to have been caused by enemy fire. +The task of finding the crash site was hampered by bad weather and rugged terrain. +Mangola, Medecins Sans Frontieres (MSF) and the World Health Organization (WHO) said it was the country's worst ever outbreak. +Richard Veerman, a spokesperson for Doctors Without Borders, said, "Angola is currently facing its worst ever epidemic, and the situation remains dire." +Kick-off was at 10am and the weather was perfect, a bit of rain in the morning but it soon cleared off to give us some perfect seven's rugby weather. +South Africa, the tournament's top seed, got off to a strong start, beating Zambia 26-0 in their opening match. +South Africa looked out of touch in the early stages of the match against the Southern Stars, but they did get better as the game went on. +They stand out for their strict defense, ball control, and excellent teamwork. It's obviously an unbeatable team. +Officials from the Amsterdam city government and the Anne Frank Museum said the tree was infested with a fungus that posed a threat to public safety, because it was said to be at risk of toppling over at any time. +It was due to be felled on Tuesday, but a last-minute High Court injunction saved its life. +The entrances to all the caves are at least 100 to 250 metres (328 to 820 feet) in diameter. +Infrared imagery then revealed the dramatic temperature changes between day and night, indicating the likely presence of caves. +They are cooler during the day and warmer at night compared to the surrounding surfaces. +They're not as stable as the large cavities we see on Earth, which tend to maintain a fairly constant temperature, but they're similar to the deep fissures we see on Earth," said Glen Cushing, of the USGS Astrogeology Science Center in Flagstaff, Arizona, and of Northern Arizona University. +Traditionally in France, voting has been a fairly low-tech experience: Voters go into a booth and fill out a pre-printed ballot with the names of the candidates. +Officials verify the identities of voters before they put their ballots in the ballot box and sign the voter rolls. +French election laws are among the most restrictive in the world. +Transparent ballot boxes have been required since 1988, so that voters and observers can see that there are no envelopes in the box when voting begins, and that no one else puts envelopes in the box except those who are entitled to vote and are counted promptly. +Candidates can send representatives to oversee every step of the process, and volunteers work under tight supervision to count ballots according to a specific procedure in the evening. +The Asus Eee PC, which was released globally earlier, became a hot topic at the Taipei IT Information Month in 2007 due to its cost-saving and functional factors. +However, the laptop market would see a fundamental change after Asus won the 2007 Taiwan Sustainable Development Award issued by the Taiwanese Executive Yuan. +The show, according to the station's website, "is a new old-time radio show with a geek twist!" +In the past, the show was only broadcast on TogiNet Radio, an internet radio station that specialized in talk radio. +At the end of 2015, TogiNet established AstroNet as a sub-station. +The show was originally voiced by amateur voice actors, ranging from locals to East Texans. +The mass robbery on Bishek Street reportedly lasted through the night because police did not show up. +One observer described the situation in Bishkek as "anarchy," with groups of people roaming the streets and looting stores. +Several residents of Bishkek blamed the unrest on protesters from the south. +South Africa have beaten the All Blacks in a Tri-Nations match in Rustenburg, South Africa. +The final result was a one-point win, 21-20, ending a 15-match unbeaten run for the All Blacks. +The Gazelles finished the season with five consecutive losses. +The All Blacks had won the Cup two weeks previously, and this was to be their last match. +The series finale is scheduled for next week at Ellis Park in Johannesburg, when the Springboks host Australia. +A major earthquake hit western Montana on Monday at 10:08 p.m. +The U.S. Geological Survey and the National Earthquake Information Center had no immediate reports of major damage. +The epicenter of the quake was about 20 miles (15 miles) northeast of Dillon, which is 65 miles (40 miles) southwest of Butte. +On Monday, a dead wild duck was found in a marshland near Lyon, in the east of France, and was confirmed to have been infected with the H5N1 strain of avian influenza, a type of bird flu that is lethal to humans. +France is the seventh EU country to be hit by the virus, after Austria, Germany, Slovenia, Bulgaria, Greece and Italy. +The suspected cases of H5N1 in Croatia and Denmark have not yet been confirmed. +Chambers has previously sued God, claiming he is responsible for "death, destruction, and terror" that is "all over the earth with billions of people." +Chambers is an agnostic who believes his suit is "frivolous," that "anyone can sue anyone for anything." +A French opera by Camille Saint-Saens tells the story of an artist "consumed by drugs and his love for Japan." +As a result, the actors were smoking marijuana on stage, and the theatre itself encouraged the audience to join in. +Former House Speaker Newt Gingrich, Texas Gov. Rick Perry and Rep. Michelle Bachmann of Minnesota rounded out the top six. +After the results were in, Gingrich heaped praise on Santorum but criticized Romney by proxy, airing negative ads in Iowa under the name "Restore Our Future," which is the name of the pro-Gingrich super PAC. +Perry said he would "take a hard look at the results of tonight's caucus meetings and consider whether or not there is any path forward for me" but later said he would continue in the race, including in South Carolina's Jan. 21 primary. +Bachmann, who won the straw poll in Emmetsburg in August, decided to get out of the race. +The photographer was taken to Ronald Reagan UCLA Medical Center, where he later died. +He was in his 20s, the statement said, and "although I did not know him personally, I am deeply saddened by the loss of life that has taken place and my thoughts are with the families who have been affected by this." +The photographer, who had parked on the other side of Sepulveda Boulevard to get a better view of the police stop, then crossed the street to get closer to the action, prompting the two California Highway Patrol officers to stop their work twice to order him back to the other side of the street, TMZ reported. +The driver of the car that hit the photographer's car may not face criminal charges, police said. +With only eighteen medals awarded per day, many athletes from many nations were left empty-handed. +Others to miss out included Dutchwoman Anke Jochemsen, who was ninth in the women's super-G standings yesterday, and Finland's Katja Sarin, who was 10th. +Australia's Mitchell Gully finished 11th in the men's super giant slalom and Czech Ondrej Jelinek was 16th in the men's giant slalom. +Mexico's Lalo Vergara finished 15th in the men's super giant slalom and New Zealander Adam Hall was ninth in the men's giant slalom stand-up. +Maciej Krezel and guide Anna Ogarzynska of Poland were 13th in the super-G, and Jong Seork Park of South Korea was 24th in the men's visually impaired super-G. +UN peacekeepers have been in Haiti since 2010, and have been criticised for their handling of the cholera outbreak, which spread from a camp outside Port-au-Prince. +According to the suit, the U.N. camp did not properly dispose of its wastewater, allowing bacteria to flow into one of Haiti's largest rivers, the Artibonite. +Haiti has never had a problem with the disease until now, even though it has been around since the early 19th century. +A study cited by the Haitian Institute for Justice and Democracy, a nongovernmental organization, suggested that Nepal's U.N. peacekeepers may have inadvertently introduced the disease to Haiti. +Danielle Lantagne, a United Nations expert on the disease, said the outbreak was probably caused by the peacekeepers. +Hamilton confirmed that the patient's condition is stable at Howard University Hospital. +The patient had travelled to Nigeria, where a number of Ebola cases have been reported. +The hospital was following protocols for infectious control, including isolating the patient and monitoring others for signs of infection. +Simon had a number of roles before landing his part on The Simpsons. +In the 1980s he worked on shows such as Taxi, Cheers, and The Tracey Ullman Show. +In 1989, he co-created The Simpsons with Matt Groening and was responsible for hiring the show's original writing staff. +Although he left the show in 1993, he continued to be an executive producer and received annual salaries in the tens of millions of dollars. +Earlier, China's state news agency Xinhua reported that a plane had been hijacked. +Subsequent reports said the plane was forced to return to Afghanistan to make an emergency landing in Kandahar. +Earlier reports said the plane had returned to Afghanistan after being denied an emergency landing in Urumqi. +Crashes are common in Iran, where the country's ageing civilian and military aircraft are chronically underpowered and ill-maintained. +With international sanctions in place, Iran cannot buy new planes. +Earlier this week, a police helicopter crashed, killing three people and injuring three others. +Last month, an Iranian airliner crashed shortly after taking off from the capital, Tehran, killing all 168 on board, one of the country's worst aviation disasters. +Also in the same month, another plane crashed while taking off from Mashhad Airport, hitting a wall and killing 17. +Airborne Toxic Event have cancelled the remainder of their tour. +The rock band was on tour across the US and Canada until September 16. +Frontman Steven Tyler fell off the stage during a performance on August 5 and then canceled the rest of the tour. +Both players held serve in each of their service games in the first set, before Murray lost serve in the eighth game of the match. +Del Potro got off to a fast start in the second set but found himself trailing 6-6 before holding his nerve in the tie-break. +Porter received treatment on his shoulder but was able to play on. +The show started at 8:30 p.m. local time (1500 UTC). +Prominent singers from all over the country have sung prayers to Shri Shyam. +The evening began with a performance by singer Sanju Sharma, followed by Jai Shankar Choudhary, who also performed the 'Chhappan Bhog' prayer song, along with singer Raju Khandelwal. +Then Raka Singh led the group in a hymn of praise. +The 108 Chhappan Bhog (56 different foods, including sweets, fruits, nuts, and dishes) were offered to Baba Shyam. +Lakkha Singh also introduced chhappan bhog bhajan and was accompanied by singer Raju Khandelwal. +In a keynote address at the Tokyo Game Show on Thursday, Nintendo President Tatsumi Kimishima unveiled the design for the company's next-generation game console, the Nintendo Revolution. +The controller is similar to a television remote, using two sensors placed near the user's TV to track its position in three-dimensional space. +It allows players to control movement and actions in a video game with physical movement of the device. +Carlos Sainz Jr. retired early in the race after losing control of his car. +His teammate Fernando Alonso spent most of the race in the lead, but retired early due to a right front tyre problem. +Michael Schumacher retired not long after Alonso did, because of injuries sustained in a number of crashes. +He once said of her, according to a transcript of the news conference, "She's wonderful, she's lovely, she's talented." +Every time we rehearsed that performance, I was in tears, I was so overwhelmed." +About three minutes after launch, a camera on the rocket showed a lot of insulation debris separating from the fuel tank. +However, these bubbles are believed to have caused no damage to the shuttle. +N. Wayne Hale Jr., the space shuttle program manager for NASA, said the foam was "within tolerances for as long as we were concerned about it." +Within five minutes of the start of the show, a gust of wind reached speeds of 70km/h, followed by torrential rain and then hail the size of golf balls as panicked crowds ran for cover. +My sister and her friend were gone, and there were two disabled people in wheelchairs on the road, and someone jumped over to help them," Almog Vansant said. +NHK also reported that the Kashiwazaki Kariwa nuclear power plant in Ishikawa prefecture was operating normally. +The No. 1 and No. 2 reactors at the Iga Nuclear Power Plant have been shut down, and there were no abnormalities, according to the Hokuriku Electric Power Company. +Around 9,400 homes were without water and about 100 were without power, according to reports. +Some roads were damaged and rail services were disrupted in the affected areas, while Noto airport in Ishikawa prefecture remained closed. +A bomb exploded outside the governor's office. +Three more bombings were reported in the vicinity of government buildings over the next two hours. +Officials said the death toll stood at eight, but more than 30 people were injured; the final toll was not immediately known. +Urine samples from pets that died after eating the tainted food showed high levels of cyanuric acid and melamine. +Researchers at the university said the crystals formed by the interaction of the two compounds could cause kidney dysfunction. +Researchers observed crystals in cats' urine after they were fed tripolyphosphate and tripolyphosphoric acid. +Comparing the crystals using infrared spectroscopy (FTIR) revealed they were composed of the same compounds as those found in the crystals in the affected pet's urine. +I don't know if you're aware that most of the stuff we import from Central America is duty-free. +However, 80% of our items are subject to tariffs in Central American countries... we treat you. +I think that's ridiculous; that's obviously unfair. +I told people: "How you treat me, that's how I'm going to treat you." +California Governor Arnold Schwarzenegger has signed a law banning the sale or rental of violent video games to minors. +The bill requires violent video games sold in California to be labeled with an "18" rating, and retailers could be fined $1,000 for each sale to a minor. +Kier Starmer, the Director of Public Prosecutions and the Crown's chief legal adviser, issued a statement this morning announcing the charges against Huna and Pless. +Mr Huhne has now stood down, to be replaced in the cabinet by Ed Davey, the MP for Kingston and Surbiton, and Norman Lamb, the MP for North Norfolk, is expected to take over as business secretary. +Huna and Price are due to appear before Westminster Magistrates' Court on February 16. +The victims have been identified as Nicholas Alden, 25, and Zachary Cuddeback, 21, who was the driver. +Edgar Veguilla suffered a broken arm and a broken jaw, while Kristoffer Schneider required facial reconstruction. +Uka's weapon malfunctioned when it was pointed at the fifth person's head, leaving Schindler in excruciating pain, blind in one eye, missing a chunk of skull and reconstructed using titanium plates to fix his face. +Schneider testified via video link from a U.S. Air Force base in his home country. +Besides Wednesday's match, Carpanedo also participated in two individual competitions in the tournament. +Her first event was the moguls, in which she was eliminated in the first round and placed 36th out of 116 competitors. +Her other event was the backstroke, where she was tenth in the women's standing with a total time of 4:41.30, which was 2:11.60 behind Austria's Claudia Resch, who was first, and 1:09.02 behind Hungary's Kovacs Dani, who was ninth. +Four skiers in the women's sitting event did not finish, and 45 of the 117 competitors in the giant slalom did not make it past the first run. +Central Bureau of Investigation (CBI) has recovered the stolen laptops and mobile phones. +Deputy Commissioner of Police Elia (D K Arya) said, "We have arrested five people for raping the Swiss woman and recovered her mobile phone and laptop." +The accused have been identified as Baba Kanjar, Bhutha Kanjar, Rampro Kanjar, Gaza Kanjar and Vishnu Kanjar. +Police Commissioner Chandra Shekhar Solanki said the accused appeared in court with their faces covered. +Although three people were inside the house at the time of the crash, no injuries were reported. +However, the driver suffered a serious head injury. +The road was temporarily closed while emergency services worked to free the driver from the red Audi TT. +Initially he was taken to James Paget Hospital in Gorleston, Great Yarmouth, for treatment. +He was later transferred to Addenbrooke's Hospital in Cambridge. +She was later charged with his murder and remanded in custody for a hearing at Edinburgh Sheriff Court. +She has been remanded in custody, awaiting trial and sentencing; however, any witness testimony could be tainted by the widespread dissemination of her image. +This is a common practice in other parts of the UK, but Scotland's judicial system is different and the courts considered the potential for harm in releasing the photographs. +Prof Pamela Ferguson, of the University of Dundee, said: "Publication of photographs of suspects is arguably more prejudicial than helpful." +A spokesperson for the Crown Prosecution Service, which is responsible for prosecuting the case, said: "It would be inappropriate to comment further at this stage." +The document will reportedly mention the border dispute, with the Palestinians seeking to use the pre-1967 lines as a basis for their state. +Other issues reportedly discussed included the status of Jerusalem, which is considered sacred by both sides, and the Jordan Valley. +Israel has insisted on a 10-year deployment of the forces in the valley, while the Palestinian National Authority has agreed to a five-year mandate. +Rangers will be keeping a close eye on shooters taking part in the supplementary control trial as it is being monitored and assessed. +The National Rifle Association of Australia (NRAA) and the National Parks and Wildlife Service (NPWS) are working together to recruit suitably qualified volunteers for the hunt. +Mick O'Flynn, deputy director of National Parks and Wildlife Service's (NPWS) conservation and heritage management, said the four shooters selected to take part in the first round of culling had all received comprehensive safety and training briefings. +Yesterday, Marthelyi was sworn in as a member of the new nine-member temporary election commission (CEP). +This is the fifth time that Martelly has been named to the CEP since he was elected to a four-year term in 2011. +Last month, the Presidential Commission recommended that the former CEP members resign as part of the push for new elections. +The commission was set up in response to mass anti-government protests that began in October. +These protests have been ongoing since 2011 due to some elections not being held on time and sometimes turning violent. +About 60 iPods were reported to malfunction and overheat, causing six fires and minor burns to four people. +Japan's Ministry of Economy, Trade and Industry (METI) said it had received reports of 27 such incidents. +Last week, Japan's Ministry of Economy, Trade and Industry (METI) announced that Apple had reported another 34 incidents of overheating to the ministry, even though the company said the incidents were "not major." +The Ministry of Economy, Trade and Industry said in a statement that it was "extremely regrettable" that Apple had postponed the report. +The earthquake hit the Mariana Islands at 7:19 a.m. local time (9:19 p.m. ET Thursday). +The Northern Mariana Islands Office of Emergency Management said in a release that there were no reports of damage. +And the Pacific Tsunami Warning Center said there were no tsunami threats. +A former policeman in the Philippines has abducted a tourist bus in the capital Manila, taking hostages including Hong Kong tourists. +Rolando Mendoza fired his M16 rifle at the tourists. +Several hostages have been freed, and at least six hostages have been confirmed dead. +Six hostages, including children and an elderly person, were released earlier. +The two photographers then took the place of an elderly woman who had to go to the toilet, and Mendoza was killed. +Liggins followed in his father's footsteps by pursuing a career in medicine. +He had trained as a midwife and had worked at the National Women's Hospital in Auckland since 1959. +While working at the hospital, Liggins began researching premature births in her spare time. +His research showed that steroids can speed up the development of a baby's lungs. +Investigators on Wednesday found two "black boxes," or flight recorders, according to Xinhua news agency. +Other wrestlers also paid tribute to Luna. +Tommy Fury said: "Luna was the first Queen of the Jungle, my first manager. Luna died on the night of the full moon, a night as special as she was herself, a truly beautiful woman." +Dustin Runnels, also known as "Goldust," commented, "Luna and I are similar in that she's hard to figure out... maybe even harder to figure out than I am... I love her, I miss her, I hope she's in a better place." +A poll of 1,400 people ahead of the 2010 federal election found support for an Australian republic had risen 8 per cent since 2008. +During the 2010 federal election campaign, then Opposition Leader Julia Gillard stated that she believed Australia should become a republic after the reign of Queen Elizabeth II. +Thirty-four per cent of respondents said they wanted Queen Elizabeth II to be Australia's next head of state. +The survey showed a polarised result, with 29 per cent of respondents saying Australia should become a republic at the next election, while 31 per cent said Australia should never become a republic. +The Olympic gold medallist should have been in action in the 100m and 200m freestyle and the 4x100m medley relay at the Commonwealth Games but has been dogged by injury problems. +He was unable to take medication to alleviate the pain as it is banned in the sport. +Mathematician and computer scientist Curtis Cooper of the University of Central Missouri discovered the largest known prime number on January 25. +Early in February, several people used different hardware and software to verify the findings, which were announced on Tuesday. +Comets may be the source of Earth's water and organic molecules, the building blocks of life. +Scientists want to know how the planets formed, in particular how the Earth formed. +Cuomo, 53, has been governor since early this year and signed a law earlier this month that made New York the sixth state to legalize gay marriage. +He called the rumours "political gossip and stupid behaviour." +He is expected to run for president in 2016. +The Next Generation Air Transportation System (NextGen) being developed by the Federal Aviation Administration (FAA) is expected to save hundreds of millions of gallons of fuel per year and reduce carbon emissions. +It uses satellite technology rather than older ground-based radar, allowing air traffic controllers to be more accurate in their positioning of planes and providing pilots with more accurate information. +There will be no extra trains or parking/shuttle buses from Wembley, and there will be no car parks or shuttle buses on site. +There are fears the match could be played behind closed doors due to a lack of transport. +A new species of bird has been discovered in the Galapagos Islands, Ecuador, according to a study published in Science on Thursday. +The researchers, from Princeton University and Uppsala University in Sweden, report that the new species has only been around for two generations, even though the process of speciation is thought to take much longer. +Gold can be worked into a variety of shapes. It can be rolled thin enough to be transparent. +It can be drawn into a fine filament for wrapping and knotting. It can also be hammered or ground into a powder. +It can be made very thin so that it sticks to other metals; because of its thinness, it can sometimes be used as decoration on what are called "illuminated manuscripts", which are hand-painted books. +This is called the pH of a chemical. You can make an indicator with red cabbage juice. +The color of the spinach juice will change depending on the acidity or alkalinity of the chemicals. +The pH is a measure of the concentration of hydrogen ions (H+) in a solution. +A hydrogen ion is a proton (because the hydrogen atom is made up of a proton and an electron). +Mix the two powders together in a bowl and then knead into a ball with clean wet hands. +The water in your hands reacts with the outer layer to form a skin-like substance that feels really cool. +Nearly every home in the cities of Harappa and Mohenjo-daro had a flush toilet connected to an advanced sewage system. +Remnants of a sewage system have been found in houses on the Greek island of Crete and the Minoan city of Santorini. +Ancient Egypt, Persia, and China also had toilets. In Roman times, toilets were often part of a public bath. +When you call someone far away, you are using a satellite. +Satellites in space are so far away that it takes almost as long for the signal to come back as it did to go out. +Satellites are launched into space by rockets. Scientists use telescopes in space because the atmosphere of the Earth bends some of the light and distorts the view. +To put a satellite or a telescope into orbit, you need a giant rocket that is over 100 feet tall. +Wheels have changed the world in an unimaginable way. Wheels have contributed the most to us by making our transportation more convenient. +Without it, we wouldn't have trains, cars, and many other things. +Below these larger cats are more medium-sized cat species that eat medium-sized prey, such as rabbits, gazelles, and deer. +In the end, many small carnivores (including pet cats) eat far more small prey, including insects, rodents, lizards, and birds. +The secret to their success is a niche concept that each cat is responsible for a specific task to avoid competition with other cats. +Lions are the most social of the cat species and live in large groups called prides. +A pride consists of one to three adult male lions related to each other, and up to thirty females and cubs. +Female siblings and daughters often have a close relationship as part of a larger family. +A pride's behaviour is similar to that of a wolf pack or a dog pack, although their behaviour is more similar to that of lions (although unlike other large cats) and is very deadly to their prey. +Tigers are all-round athletes; they can climb (although they are not very good at it), swim, jump, and they are as strong as five human bodybuilders. +Tigers, lions, leopards and jaguars are members of the same family (Panthera) and are the only true cats to roar. +A tiger's roar is not as deep as a lion's, but more like an angry shout. +A leopard eats small animals. If possible, they will hunt monkeys, snakes, rodents, and birds. Leopards hunt prey that is much smaller than themselves. +Scientists believe jaguars use their sense of smell and tracking to find and hunt their prey on the ground. +They have excellent night vision and can see very well in the dark, and they are also very stealthy. The way the ocelot hunts is by first blending in with its surroundings and then pouncing on its prey. +When a group of organisms (a population) separates from the main group (for example, when they cross a mountain range or a river, or when they reach an island and can't easily return), they often find themselves in a different environment. +The new environment will have different resources and different competitors, so the new species will need different features or adaptations to be a successful competitor rather than what they were before. +The original populations haven't changed at all, they still need to be adapted to the environment. +Over time, new populations become increasingly different from each other as they become adapted to new environments. +After thousands or even millions of years, these two populations would eventually look so different that they would no longer be considered to be the same species. +We call this process "speciation", the formation of new species. Speciation is a necessary consequence of evolution, and a very important part of it. +Plants produce the oxygen we breathe and absorb the carbon dioxide we exhale. +Plants get nutrients from the sun through a process called photosynthesis. They also provide shade. +We use plants to make our houses, we use plants to make our clothes. Most of the food we eat is from plants. Without plants, animals could not live. +Corythosaurus was a top-level predator in that time, and it was not afraid of anything except its own kind. +It had 70 or more razor-sharp teeth in its lower jaw, and another row in its upper jaw, meaning there was nothing it couldn't eat. +It may have a forked tongue, though this is uncertain. Its diet includes sea turtles, large fish, other crocodiles, and even humans. +It would have eaten anything that went into the water, including anything as big as a Tyrannosaurus. +Although most of the food the Romans ate is familiar to us, they did have some strange or exotic dishes including wild boar, peacock, snails and a rodent called a porcupine +Another difference is that while the poor and women ate while sitting on chairs, the rich liked to hold banquets while lying on their sides. +Foods introduced from the Americas or Asia centuries later would not have been part of the Roman diet. +For example, they didn't have corn, tomatoes, potatoes, or chocolate, and no Roman ever ate roast chicken. +The Babylonians built a separate temple for each of their gods, which they considered to be their dwelling places. +People made sacrifices to please the gods, and priests performed rituals and festivals to satisfy the gods. +Each temple had an open courtyard and an inner sanctuary, which only priests were allowed to enter. +Some of these towers are shaped like pyramids and are called pyramidal ziggurats; they were built as part of a temple. +The top of a minaret is a special holy place. +In the warm climate of the Middle East, houses are not as important. +Most Hebrew families lived outdoors. +Women cooked in the courtyard; the shops were really open shelves facing the street; they built their houses out of stone. +There are no large forests in Canaan, so wood is very expensive. +The island was uninhabited for a long time. According to the Scandinavian sagas, Erik the Red was exiled from Iceland for murder and went west to find land, which he named Greenland. +But whether he saw them or not, the Eskimos were already there. +Although they are all Scandinavian, there are many differences between the peoples, kings, customs and history of Denmark, Sweden, Norway and Iceland. +If you've seen the movie National Treasure, you might think the back of the Declaration of Independence would be a treasure map. +However, that is not the case. While the back of the document has some writing on it, it is not a treasure map. +The reverse side of the Declaration of Independence has the words "Original Declaration of Independence dated 4th July 1776" at the bottom, backward. +Although no one knows who made it, the large parchment document (29 3/4 by 24 1/2 inches) is said to have been rolled up at the time of its creation. +Therefore, it was probably just added as a tag. +The Normandy landings and subsequent battles liberated northern France but left southern France under German occupation. +It was under "Vichy" French rule. These French people made a deal with the Germans in 1940 and did not resist the invaders, but instead collaborated with them. +On August 15, 1940, Allied forces invaded southern France in an operation code-named "Dragoon." +It took just two weeks for the American and Free French forces to liberate southern France and turn to face Germany. +Civilization is a single culture shared by a group of people (society) who live and work together. +The word "civilization" comes from the Latin "civilis" (meaning "citizen") and is related to the Latin words "civis" (meaning "citizen") and "civitas" (meaning "city-state"), which also helped to define the size of society. +A city-state is the predecessor of a nation. Civilized culture means that knowledge is passed down from generation to generation, the footprints of culture surround us, and culture can be fairly transmitted. +Minority cultures often disappear without a trace, and are not considered to be civilisations in their own right. +During the War of Independence, the Thirteen Colonies initially formed a weak central government under the Articles of Confederation (with Congress as its sole component). +Congress has no power to levy taxes, and because of the lack of a national executive or judiciary, Congress must rely on the states to enforce all of its laws, and the states often disagree. +It also has no power to overrule state taxes and tariffs. +These amendments must be ratified by the states in order to take effect, and the states are reluctant to cede power to the central government so often that their state representatives are often absent. +Both the Italian national football team and the German national football team are among 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 skating and Formula One car racing. +Winter sports are most popular in the north of the country and Italians compete in international and Olympic competitions there. +Japan has nearly 7,000 islands (the main ones being Honshu, Hokkaido, Kyushu and Shikoku), making it the seventh-largest island country in the world! +Due to Japan's many islands, it is often geologically referred to as an "archipelago" +The West's knowledge of Taiwan can be traced back to the 15th century, when European explorers called it Ilha Formosa, which means Beautiful Island. +In 1624, the Dutch East India Company established a base in the southwest of Taiwan and began to change the aborigines' method of food production, and hired Chinese workers to work in its rice and sugarcane plantations. +In 1683, the Qing dynasty (1644–1912) gained control of the western and northern coastal areas of Taiwan, and in 1885, the Qing empire established Taiwan as a province. +In 1895, after China's defeat in the First Sino-Japanese War (1894-1895), the Qing government signed the Treaty of Shimonoseki, ceding Taiwan to Japan, which governed Taiwan until 1945. +The city of Machu Picchu is composed of three main buildings: the Intihuatana, the Temple of the Sun and the House of the Three Windows. +Most of the buildings on the perimeter of the building group have been reconstructed in order to better acquaint visitors with the original appearance of the building group. +By 1976, thirty percent of Machu Picchu had been restored, and restoration work continues to this day. +For example, the most common static image photographic format is 35 mm, which was the dominant film format at the end of the era of photographic film. +Still in production today, more importantly its aspect ratio was applied to the format of digital camera image sensors. +The actual size of a 35 mm negative is 36 by 24 millimetres, a rather odd size. +Therefore, the aspect ratio of this format (divided by 12 to get the simplest integer ratio) is 3:2. +Many common formats (e.g. APS series) have the same aspect ratio or are very close to it. +While often abused and ridiculed, the three-point rule is a simple guideline to follow when creating a dynamic image, and helps to keep the image in order. +It says the most effective position for the subject is at the intersection of the lines formed by dividing the image vertically and horizontally (see example). +During this period in European history, the Roman Catholic Church, which had become wealthy and powerful, was closely supervised. +Although the languages and customs of Europe are varied, Christianity has united them for over a thousand years. +From the king to the peasant, its power permeates every aspect of society. +One of the main tenets of Christianity is that wealth should be used to relieve the suffering and poverty of others, and church banking was set up to do just that. +Centralized power in the church had existed for over a thousand years in Rome, and the concentration of power and wealth had begun to cause many to question whether it was being lived up to. +Shortly after the start of hostilities Britain began a naval blockade of Germany. +They cut off crucial military and civilian supplies, a strategy that proved effective even though it violated several international agreements that had been in place for decades. +Britain has laid a minefield in international waters to prevent any ship entering the whole area, including neutral ships. +Germany is hoping for a similar response to its unrestricted submarine warfare from its limited response to this strategy. +In the 1920s, the mainstream attitude of most citizens was pacifism and separatism. +After the carnage of World War One, the world's powers were keen to avoid a repeat. +In 1884, Tesla moved to the United States to work for Edison's company in New York City. +He arrived in the United States with four cents, a volume of poetry, and a letter of recommendation from his former employer, Charles Batchelor, to Thomas Edison. +Each period of Chinese history has its own distinctive features; each dynasty in Chinese history is a dynasty with distinctive features. +Similarly, the period of change of dynasties is also an unstable period of small countries splitting up. The most famous one is the Three Kingdoms Period, which lasted for 60 years between the two dynasties of Han and Jin. +During these tumultuous times, various warlords would wage fierce battles for the throne. +The Three Kingdoms is one of the bloodiest periods in Chinese history, with tens of thousands of people dying in the struggle to gain the highest power in the luxurious palaces of Xi'an. +There were also many social and political influences such as the use of metric units, the shift from dictatorship to republicanism, nationalism, and the belief that the nation was not the property of one ruler but of the people. +Also, in the aftermath of the revolution, positions were opened to all men, allowing the most ambitious and successful to rise to the top. +The military is no different, as ranks are no longer based on grade, but on ability. +The French Revolution also inspired many other oppressed workers to start their own revolutions. +Muhammad was very interested in things beyond this world. He used to go to a cave called Hira in Jabal Nur (Mountain of Light) to meditate. +Not only has the cave survived the passage of time, but it has also retained a very vivid image of Muhammad's spiritual inclinations. +The cave is located on a mountain north of Mecca, and is completely isolated from the outside world. +In fact, even if you know it's there, it's hard to find. Once you're in the cave, you're completely cut off from the rest of the world. +Besides the clear, beautiful sky and the surrounding mountains, there was nothing else to be seen. In the cave, it was almost impossible to see or hear anything from the outside world. +The Great Pyramid of Giza is the only one of the Seven Wonders of the Ancient World still standing. +The Great Pyramid was built by the ancient Egyptians in the third millennium BC, and is one of a number of large pyramids built as tombs for the country's rulers. +The Giza Plateau (also known as the "Giza Necropolis") is the site of the Great Pyramid of Giza and several other large pyramids, as well as a number of smaller pyramids, tombs, temples, and a large Sphinx. +The Great Pyramid was built as a tomb for King Khufu and was surrounded by smaller pyramids, tombs, and temples built for the king's wife and other relatives. +The "upper bow" sign looks like the letter V, and the "lower bow" sign looks like a staple or a square with no bottom. +Up means to pull the bow from the top, down means to pull the bow from the bottom (i.e. where you hold the bow in your hand). +The upper part of the bow produces a softer sound, while the lower part produces a louder, more assertive sound. +Feel free to mark up your parts with a pencil, but keep in mind that the printed notes are usually meant to be respected. +On October 6, 1789, King Louis XVI, Queen Marie Antoinette, and their two children (11-year-old Marie-Thérèse and 4-year-old Louis-Charles) were forced to flee from Versailles back to Paris, pursued by a mob of market women. +They rode back to Paris in a carriage, surrounded by a mob shouting "Long live the king! Long live the queen!" +The rioters forced the king and queen to open all the carriage windows. +One of the rioters brandished the head of a royal guard who had been beheaded at the Palace of Versailles. +The cost of the war that the United States waged in order to conquer the Philippines was paid for by the Filipino people themselves. +They were forced to pay taxes to the American colonial authorities to fund most of their expenditures, as well as interest on bonds issued by the Philippine government through Wall Street banks. +Of course, long-term exploitation of the Filipino people has been a basic source of profit for US imperialism. +To understand the Knights Templar, one has to understand the background that led to the creation of the Order. +The era in which this happened is often referred to as the High Middle Ages, i.e. the 11th, 12th and 13th centuries (1000-1300). +The Early Middle Ages were followed by the High Middle Ages, and then the Late Middle Ages, which ended around 1500. +Technological Determinism is a term that encompasses many different thoughts in practice, including technological push theory, technological necessity theory, and a strict definition - human destiny is driven by the logic behind scientific laws and its expression in technology. +Most explanations of the technological determinist argument include these two general premises: first, that technology itself develops independently of cultural or political influences, and second, that technology exerts an "influence" on society that is independent of social conditions. +For example, someone might say that cars will inevitably lead to the development of roads. +However, it would be economically unfeasible to set up a national road network for only a few cars, so a new production method was created in order to lower the cost of owning a car. +The high number of Volkswagens on the road will also lead to a higher rate of road traffic accidents, which will drive the invention of new medical technologies to repair injuries. +Romanticism has a very strong cultural determination color. It comes from writers such as Goethe, Fichte and Schlegel. +In the context of Romanticism, geography shaped the individual, and as time went on, customs and cultures associated with geography emerged, and these customs and cultures were much better than any imposed laws. +Constantinople was considered to be the fashion capital of Europe during the Middle Ages, just as Paris is today. +Its reputation as a centre for luxury goods began around 400 and lasted until around 1100. +Its decline in the 12th century was largely due to the return of the Crusaders with goods such as silk and spices, which were more valuable than the Byzantine market could offer. +It was at this time that the title "City of Fashion" moved from Constantinople to Paris. +The Gothic style peaked from the 10th to 11th centuries to the 14th century. +Originally, the skirt was influenced by Byzantine culture in the East. +However, due to the slow pace of cultural exchange, Western fashion may be 25 to 30 years behind. +As the Middle Ages drew to a close, the people of Western Europe gradually developed a style of their own. One of the big changes was when people started to use buttons to fasten their clothes after the Crusades. +Subsistence farming is farming of a plot of land to provide food for the farmer and his or her family. +Subsistence farming is a simple and often organic system of farming which relies on locally stored seeds, crop rotation or other relatively simple techniques to get the most out of a limited area of land. +Historically, most farmers practiced subsistence farming, which still remains the case in many developing countries. +Subcultures bring like-minded individuals together, giving them a sense of belonging in a world they feel is overlooked by society's standards. +Due to the differences in age, race, class, location, and/or gender, subcultures can vary. +The characteristics that make a subculture distinct may be a combination of language, aesthetics, religion, politics, gender, geography, or other factors. +Members of subcultures often use a distinctive style of behaviour to signal their membership, including fashion, body language and slang. +To illustrate the importance of socialization, one common method is to use the case of a few unfortunate children who, because of neglect, ill fortune, or intentional abuse, did not receive socialization assistance from adults while growing up. +These children were called "wild children" because they were wild children. Some wild children were imprisoned by their parents (often their own mothers); in some cases, children were abandoned because of their parents' inability to accept a child with intellectual or physical disabilities. +Youth who run away or are thrown out of their homes may have experienced severe child abuse or trauma. +Others are said to have been raised by wolves, while some live in the wild on their own. +If a wolf is raised completely by non-human animals, its behavior (within the limits of its physical being) will be very similar to that of the animals it was raised by, such as showing fear or indifference to humans. +Although project-based learning should make learning easier and more fun, scaffolded learning takes it one step further. +A bracketed lesson is not a method of learning, but a means of assisting those who have just learned to use a new computer program or to start a new project. +The flipped classroom can be done online or offline, in other words, the teacher is a type of flipped classroom, just like the little assistant in Microsoft Office. +Virtual support is built into the software to question, remind and explain to students about procedures that may be difficult for them to handle on their own. +Children are placed in foster care for many reasons, including neglect, abuse, or extortion. +No child should ever have to grow up in an environment without love, without care, without education, but that's the reality. +We believe the foster care system is a safe place for these children. +Our foster care system should provide safe homes, loving caregivers, stability and reliable medical care. +The foster care system should provide all necessities that a child's biological family is unable to provide. +The Internet combines elements of mass communication and interpersonal communication. +The distinctive nature of the Internet has added additional dimensions in terms of how it is used and how it is accessed. +For example, "learning" and "socializing" have been cited as important motivations for using the Internet (James et al., 1995). +In their 1998 study of reactions to a website, Amy and McDermott added "personal involvement" and "sustained relationships" as new motivational factors. +The use of video recordings has led to major discoveries about micro-expressions (millisecond-long facial movements). +Specifically, it is said that you can tell if someone is lying by reading their micro-expressions. +Oliver Sacks, in his essay "The President's Speech," noted that those who are unable to understand language because of brain damage can still accurately judge whether the speaker is being sincere. +He even suggested that this ability to understand human behavior might be shared by other animals, such as dogs. +Research in the twentieth century showed that there are two types of mutations: dominant and recessive. +Mutations add new variants, while selection removes variants from the pool of variants expressed. +Due to recombination and reassortment, the variants change back and forth between the two pools in each generation. +In the tropical grassland, the digestive system of primates is similar to that of humans, and the existing plant resources are difficult to meet the demand of amino acids of primates. +Moreover, if this is not done, there will be serious consequences: growth suppression, nutritional deficiencies, and ultimately death. +The most easily obtained plant-based resources should be proteins from leaves and legumes, but primates like ourselves have difficulty digesting proteins from raw legumes. +In contrast, animal foods (ants, termites, eggs) are easily digested and provide a lot of protein, which contains all essential amino acids. +Therefore, it should come as no surprise that if our ancestors solved the "protein problem" in a manner similar to that used by present-day black bears in the tropical rainforest, we should not be surprised. +Sleep paralysis is a state between sleep and wakefulness in which a person is aware but unable to move or speak. +This is easily done by using a quiet alarm clock to wake you up gradually, rather than being jolted awake. +If you find yourself resetting your alarm in your sleep, put your alarm across the room so that you have to get out of bed to turn it off. +Other behavioural choices based on circadian rhythms include drinking a large amount of liquid before bedtime (especially water or tea, which are known to be diuretic), and forcing oneself to wake up to urinate. +The degree to which a person is relaxed internally is inversely proportional to the degree of tension in the body and mind. +The lower the pressure, the more positive life becomes. Everyone has the potential to find absolute peace and contentment. +Everyone is capable of achieving enlightenment, and the only impediment is our own tension and negative emotions. +Tibetan Buddhism is based on the teachings of the Buddha, but has been expanded through the universal love of Mahayana Buddhism and many techniques of Indian yoga. +In essence, Vajrayana Buddhism is quite simple. It includes methods of Kundalini yoga, meditation, and universal love. +In Kundalini yoga, Kundalini energy (also known as Shakti) is awakened through yoga postures, breathing techniques, chanting, and visualization. +The core activity of Tibetan meditation is Tantra Yoga. By personifying different deities, purifying energy channels, activating chakras, and reaching a state of enlightenment. +Germany was the common enemy of all countries during World War II, which promoted cooperation between the Soviet Union and the United States; as the war ended, ideological, procedural, and cultural conflicts caused the two countries to go their separate ways. +Two years after the war ended, former allies became enemies and the Cold War began. +The war lasted 40 years, with proxy wars in many parts of the world including Afghanistan and Cuba. +By September 17, 1939, the Polish defences had been breached and the only hope was to withdraw across the Romanian bridgehead. +However, those plans were almost overnight rendered obsolete as more than 800,000 Soviet troops poured across the frontier, into Belarus and Ukraine, after the invasion of Poland's eastern regions, a violation of the Riga Peace Treaty, the Soviet-Polish Non-Aggression Pact, and other bilateral and multilateral treaties. +To date, shipping has been the most effective way to transport large numbers of people and goods across oceans. +Traditionally, the Navy's role has been to ensure that the country maintains a capability to transport troops and supplies while also hampering the enemy's ability to do so. +One of the most notable modern examples is the Battle of the Atlantic in World War II, when the United States tried to get supplies across the Atlantic to help Britain. +Meanwhile, the German Navy, with U-boats as its mainstay, was trying to intercept the convoy. +If the Allies had been defeated, Germany would probably have invaded and conquered the United Kingdom just as they had conquered most of continental Europe. +Domestication of sheep probably started about 10,000 BCE in the Zagros Mountains of Iran. +Ancient civilizations and tribes began to domesticate them for milk, meat, wool, and skin. +Traditionally, flocks of sheep were left to graze on the hillside or in other fields, under the care of a shepherd, who would often be a child or adolescent, similar to the more well known herdsmen. These methods of grazing are still used today. +The UK has been building lorry-only motorways since the 16th century. +Although the Mara railway carriages were just a series of parallel planks bolted together, in the days of the narrow-gauge they would have been much faster and hauled more than the carts they replaced. +Early on, sleepers were introduced to keep the rails in place, but it was found that if plates were put on the rails, the rails would be more secure. +This became a common practice, but the iron plates made the wooden wheels of carriages wear out more quickly. +Eventually, wooden wheels were replaced by iron wheels. In 1767, the first all-iron rail was made. +The first known mode of transportation was walking. About 2 million years ago, as Homo erectus (also called Homo ergaster) appeared, humans began to walk upright. +Their ancestors, the southern apes, were not used to walking upright. +Although bipedalism in the hominid line may have begun as early as 7 million years ago with Sahelanthropus tchadensis, evidence of specialization of the feet for bipedalism has been found in the fossil record between 4.2 and 3.9 million years ago. +We can begin to live in a more eco-friendly way, join the green movement, and even become an eco-activist to some degree to reduce disasters in the future. +In many cases, this is similar to symptom relief. However, if we are looking for a permanent solution rather than just a temporary fix, then we need to find the root of the problem and deal with it completely. +Obviously, because of the progress of science and technology, the world has changed a lot, and overpopulation and the extravagant lifestyle of human beings have made the problem worse. +The handwritten draft, signed by Speaker John Hancock and Secretary Charles Thomson, was approved by the Continental Congress on July 4, 1776, and then sent to John Dunlap's printing office for reproduction. +Between 150 and 200 broadsides were printed overnight, now known as "Dunlap broadsides". +On July 8, 1776, John Nixon read the Declaration of Independence for the first time in Independence Hall's courtyard. +One was sent to George Washington on July 6, and Washington read it to his army at New York on July 9. A copy reached London on August 10. +The remaining 25 Dunlap broadsides are the earliest known copies of the document. The original manuscript was not preserved. +Many palaeontologists believe that a group of dinosaurs survived, and have been living ever since, which is what we call "birds". +Many people think they are not dinosaurs because they have feathers and can fly. +Birds still have a lot in common with their dinosaur ancestors. +They have claws and scales on their feet, lay eggs, and walk on two legs just like the Tyrannosaurus Rex. +Today, nearly all computers in use are binary-based. +Binary numbers can only take the values 0 or 1, so such numbers are called binary numbers or "bits" in computer jargon. +Internal poisoning may not immediately reveal itself, and vomiting is a very common symptom, so it can't be immediately diagnosed. +The most obvious sign that someone has ingested a poison is an open container at the scene, possibly containing medications or household chemicals. +Read the labels on your medications for specific emergency instructions. +Entomologists formally refer to this group of insects as "bugs". +The term derives from the familiarity with fleas as a pest of humans, which are highly adapted parasites of humans. +Both silverfish and cockroaches are nuisance pests that prefer to live in the host's nest or home. +Multiple sclerosis (MS) affects approximately 400,000 people in the United States, and is one of the most common neurological diseases of young and middle-aged adults. +Multiple sclerosis (MS) is a disease that affects the central nervous system, which includes the brain, spinal cord, and optic nerves. +Women are twice as likely to be diagnosed with multiple sclerosis (MS). +A couple may decide not to have children for their own reasons or for the good of their children. +These couples may have an adoption plan in place. +During the adoption process, the biological parents relinquish their rights as parents so that the other couple can adopt the child. +The main purpose of science is to use the scientific method to find out how the world works. In fact, this method is used to guide most scientific research. +An experiment is a test conducted to support or disprove one or more hypotheses. However, experiments are not the only way to support or disprove a hypothesis; asking questions and observing can also help support or disprove a hypothesis. +Naturalists and philosophers were interested in classical texts, especially Latin Bibles. +All of Aristotle's views on scientific matters (including psychology) were accepted. +As Greek learning declined, the West fell out of touch with its Greek philosophical and scientific roots. +Many of the physiological and behavioral rhythms observed by researchers are dependent on the presence of an endogenous circadian cycle. +The cyclic rhythm is not just a simple response to an external rhythm signal; this rhythm has been recorded in most biological organisms, including bacteria, fungi, plants, and animals. +A biological clock is a self-sustaining oscillator that continues to function for some time even when disconnected from external signals. +The experiments of Hershey and Chase demonstrated that DNA is a major constituent of the hereditary material. +Hershey and Chase used bacteriophages or viruses to inject their own DNA into bacteria. +They performed two experiments, one in which they labeled the DNA of bacteriophages with radioactive phosphorus, and one in which they labeled the proteins of bacteriophages with radioactive sulfur. +The effects of mutations vary depending on the type of mutation, the importance of the mutated gene, and whether the mutated cell is a somatic cell or a germ cell. +Only mutations in reproductive cells can be passed on to children, while mutations in other cells can cause the cells to die or become cancerous. +Nature tourism attracts visitors interested in natural areas, including wildlife. +Activities included hunting, fishing, photography, bird-watching, park tours, and studying the ecosystem. +For example, visiting Borneo to see, photograph and learn about orangutans. +Every morning, people drive out of the small town to go to work, passing the places where they work on their way out of town. +In this dynamic traffic circulation, everyone is somehow connected to the private car-based traffic system and provides support for it. +Science now shows that this large-scale carbon economy is no longer capable of maintaining the stable state of the biosphere that has supported human evolution for the past 200,000 years. +Everyone is a part of society and uses the transportation system. Almost everyone has a complaint about the transportation system. +In developed countries, you rarely hear complaints about water quality or bridges collapsing. +Why does the traffic system cause such complaints? Why do they break down every day? Is it because the traffic engineers are incompetent, or is there a more fundamental reason? +Traffic flow studies consider the movement of drivers and vehicles between two points and the interactions between them. +Unfortunately, it is difficult to study traffic flow because it is impossible to predict the driver's behavior with 100% certainty. +Fortunately, the behavior of the driver is often within a reasonable consistency range; therefore, the traffic flow often has a certain reasonable consistency, which can be roughly expressed by mathematical methods. +To more accurately represent traffic flow, a relationship was established between the following three main features: (1) Traffic, (2) Density, and (3) Speed. +These relationships help in the planning, design, and operation of roadways. +Insects are the first animals to evolve flight, giving them the ability to escape predators, find food and mates more efficiently. +Most insects have the advantage of being able to fold their wings back along their bodies. +This gave them more small areas in which to hide from predators. +Today, the only insects that cannot fold their wings back are dragonflies and damselflies. +Thousands of years ago, a man named Aristarchus said that the solar system revolves around the sun. +Some people thought he was right, but many disagreed; they believed that the solar system orbited the Earth, and the Sun (and even the other stars) orbited the Earth. +This seems reasonable, because the Earth doesn't feel like it's moving, right? +The Amazon is the second-longest river in the world, and has the greatest volume of water of any river on Earth. +The Amazon is also the widest river in the world, up to 6 miles (9.7 km) wide in some parts. +The Amazon River discharges about 20% of the entire volume of water that flows into the oceans from all rivers in the world. +The Amazon has a length of 6,387 km (3,980 mi) and has a drainage area of 7,050,000 km2 (2,720,000 sq mi). +Although stone-built pyramids continued to be constructed until the end of the Old Kingdom, the grandeur of the Giza pyramids and the sophistication of the techniques used in their construction have never been equaled. +Ancient Egyptians during the New Kingdom were amazed by the memorials of their predecessors that were over a thousand years old. +The population of Vatican City is approximately 800. It is the smallest independent state in the world, and also the state with the lowest population. +Italian is the official language of Vatican City and is used in its laws and official communications. +Italian is also the everyday language of most of those who work in the country, while Latin is often used for religious ceremonies. +All citizens of Vatican City are Roman Catholics. +People have known about the basic chemical elements like gold, silver, copper, etc. for a long time because these elements can be found naturally in the natural world and are relatively easy to mine using primitive tools. +The philosopher Aristotle proposed a theory that all things are composed of four elements: earth, water, air, and fire. +This is more like the four states of matter (solid, liquid, gas, plasma) except that he also proposed a theory that they can change into each other to form the stuff we see around us. +Alloys are basically a mixture of two or more metals. Don't forget that there are a lot of elements in the periodic table. +Calcium, potassium and other elements are metals, and silver and gold are also metals. +Some alloys also contain small amounts of non-metals (such as carbon). +Everything in the universe is made of tiny particles called "atoms". +Atoms are so small that a full stop at the end of this sentence could contain billions of atoms. +Therefore, when the lead pencil was invented, it became many people’s favorite. +Unfortunately, with the advent of new ways to write, the pencil's use has declined. +People now write messages on computer screens and never have to touch a pen or pencil. +It remains to be seen what the keyboard's fate will be when the updated products come out. +The working principle of the fission bomb is as follows: it needs energy to gather an atomic nucleus and many protons and neutrons together. +It's a little bit like pushing a heavy rickshaw up a hill and then releasing some energy. +Some atoms have unstable nuclei, which means they are likely to decay with little or no stimulus. +The moon's surface is made up of rock and dust. The outer layer of the moon is called the crust. +The crust is about 70 km thick near the edge and about 100 km thick farther from the edge. +The crust beneath the dark side is thinner than the crust beneath the light side. +Because the crust is thinner, the sides that are closer to the center are more likely to have more dark areas and molten rock can more easily reach the surface. +The core of the motivational content theory is to find factors that people identify with or are interested in. +These theories suggest that as people mature to a certain degree, certain needs and/or desires are internalized. +These theory studies why some people want to do what they do and what things in their environment will make them do or not do certain things. +Two popular theories of content are Maslow's hierarchy of needs and Herzberg's two-factor theory. +Typically, when a manager starts to lead former peers, there are two behaviors that can occur. One is that they will try to maintain "close relationships" with the members of the team. +Managers of this type have a hard time making unpopular decisions, and have difficulty enforcing rules, assessing performance, allocating blame, and holding people accountable. +At the other extreme, this person can become a different person altogether, feeling they have to change everything the team does and take the credit for it. +After all, leaders are ultimately responsible for the success or failure of their teams. +This behavior often leads to disagreements between leaders and other members of the team. +Virtual teams need to maintain the same quality standards as traditional teams, but there are nuances. +Virtual team members often serve as the point of contact for their corresponding on-site teams. +They often have more autonomy than their counterparts on traditional teams, since their teams may span multiple time zones, and local management may not understand this. +The "invisible team" (Larson and LaFasto, 1989, p. 109) is also a unique component of virtual teams. +The "invisible team" is the management team that each member has to report to, and it sets the standards for all members. +Why does it take so long for an organization to become a learning organization? One of the goals of implementing the concept of organizational learning is to innovate. +When all available resources are effectively utilized between the functional areas of an organization, creativity and innovation will occur. +Therefore, in the process of working together to overcome obstacles, an organization often brings about new innovative processes to meet customer demands. +Before an organization can innovate, leaders must create a culture of innovation, share knowledge, and facilitate organized learning. +Angels (2006) explained the concept of continuous improvement as a way to help organizations achieve higher levels of performance. +Neurobiological data provides physical evidence for theoretical methods of cognitive research, thus narrowing the scope of research and making it more precise. +The correlation between brain pathology and behavior can support scientists' research. +We've known for a long time that different types of brain damage, injury, abnormalities and tumors can affect behavior and change certain cognitive functions. +The rise of new technology has allowed us to see and study the structure and workings of the brain in ways that were never possible before. +This has provided us with a wealth of information and materials to help us understand how the brain works. +Artificial intelligence has a very strong science fiction component, but in fact it is a very important branch of computer science, which studies the behavior, learning and intelligence adaptation of machines. +Artificial intelligence (AI) is the study of making intelligent machines. +Examples include control, planning and scheduling, the ability to diagnose and resolve customer issues, handwriting recognition, voice and facial functions. +All of these became independent disciplines, focusing on providing solutions to problems in the real world. +AI systems are now commonly used in economic, medical, engineering, and military fields, and some home computers and video games have built-in AI systems. +Field trips are an important part of any teaching activity, and teachers are often willing to take students places that buses can't go. +Virtual field trips are a high-tech solution that allows students to visit a museum, aquarium, or art gallery from the comfort of their classroom. +A virtual sharing of the field trip is also a good way to review the trip and share experiences with future classes. +For example, students at Bennet School in North Carolina create a website each year about their state government. While the website is redesigned each year, an archived version remains online to serve as a scrapbook. +A blog can also help improve a student's writing skills. Although students often make grammatical and spelling errors when they begin blogging, readers often change this situation. +Students are often the most critical readers, so bloggers often try to improve their writing to avoid criticism. +In addition, blogging "forces students to be more perceptive of the world around them," he said, adding that students become smarter and more interesting to read when they write for an audience. +Blogging is a great way to motivate collaboration and extend learning beyond the traditional classroom. +“Proper use of blogs,” can make students better at analyzing and reasoning; through actively responding to online materials, students can find their own position in the context of other people’s articles, and can form their own opinions on specific issues (Oravec, 2002).” +Ottawa is the capital of Canada and is both beautiful and bilingual, with a host of art galleries and museums showcasing the country's past and present. +To the south are the Niagara Falls, to the north are the Muskoka Lakes and the unspoiled natural beauty across from them. +All of this has helped to make Ontario the quintessential image of Canada that foreigners have in their minds. +The further north you go, the more sparsely populated it becomes, and some areas are completely uninhabited wilderness. +Some eye-popping population numbers to compare: There are more African-Americans in the U.S. than there are Canadians. +The East African islands are located in the Indian Ocean, off the eastern coast of Africa. +Madagascar is the biggest island so far, an independent continent for the wildlife. +Most of the smaller islands are independent, though some are under French control, and all are well known for their luxurious beach holidays. +Arabs also brought Islam to the region, which is now ubiquitous in Comoros and Mayotte. +European influence and colonialism began in the 15th century, when Portuguese explorer Vasco da Gama discovered a sea route from Europe to India. +It borders the Sahara to the north, the Atlantic Ocean to the southwest and west, and the Mediterranean Sea to the northeast. +Women: Regardless of the actual marital status, it is advised that all female travellers claim to be married. +Wearing a ring also helps (but don't wear a ring that looks too expensive. +Women should be aware that cultural differences could lead to behavior that they consider harassment, and that being followed or grabbed on the arm is far from unusual. +When you refuse a man, you must be resolute, and don’t be afraid to insist on your position (regardless of whether there are cultural differences, you must resolutely refuse!). +The modern city of Casablanca was founded by Berber fishermen in the 10th century, and was used as a strategic port by the Phoenicians, Romans, and Moroccans (Merenids). The port was known as Anfa. +The Portuguese destroyed the city and rebuilt it, naming it Casa Branca until it was abandoned after the 1755 earthquake. +The city was rebuilt as Daru l-Badya by the Moroccan sultan, and became a trading post for Spanish merchants, who called it Casablanca. +Casablanca is one of Morocco's most boring shopping destinations. +Throughout the medina of Meknes, there are shops selling Moroccan traditional goods such as tagines, pottery, leatherwork, pipes, and various trinkets, but all of these shops are aimed at tourists. +Goma is a tourist town in the Democratic Republic of the Congo, right on the border with Rwanda. +In 2002, Goma was largely destroyed by lava from the eruption of Mount Nyiragongo. +Although Goma is still relatively safe, going anywhere outside of Goma should be investigated in advance to see if the ongoing fighting in North Kivu has calmed down. +The city is also a base for the cheapest gorilla trekking in Africa, in the jungles of the Nyiragongo volcano. +You can take a boda-boda (motorbike taxi) ride around Goma. The normal (local) price for a short ride is 500 Congolese francs. +Because of its relative isolation, Tembagapura became a metaphor for a distant foreign land. +Today, although the fame of Timbuktu makes it a tourist attraction with an airport, it is a poor town. +In 1990, it was put on the World Heritage List because of the threat of desertification. +It was an important stop on Henry Louis Gates' journey through the "Wonders of the African World" for PBS. +The city's contrast with the rest of the country is due to its more Arabian than African character. +The Kruger National Park is located in the northeast of South Africa, bordering Mozambique and Zimbabwe to the north and east, and the Crocodile River to the south. +The park is 19,500 square kilometres in size and is divided into 14 different ecological zones to support a wide variety of wildlife. +It is one of the main attractions of South Africa and a flagship property of the South African National Parks (SANParks). +Like all national parks in South Africa, the park charges a maintenance fee and an entrance fee per day. +Wild cards also have their advantages. With a wild card, you can enter all or some of the national parks in South Africa. +Hong Kong Island is the symbol of Hong Kong, and it is also the focus of many tourists. +The many skyscrapers that make up the Hong Kong skyline are like a shining bar graph glistening against the backdrop of Victoria Harbour. +To get the best view of the Hong Kong skyline, head across the harbour to Kowloon. +Most of the urban development of Hong Kong Island is on reclaimed land in the north of the island. +This area was occupied by British colonists, so if you want to find evidence of the colony's history, this is a good place to start. +The Sundarbans are the world's largest mangrove forest, covering an area of 9,630 km2 (3,720 sq mi) along the coast of Bangladesh and India. +The Sundarbans have been declared a World Heritage Site by UNESCO, and are known as the Sundarbans National Park within India. +However, these forests are not just mangrove swamps, they are also the remnants of some of the great forests that once covered the plains of the Ganges. +Sundarbans has an area of 3,850 square kilometres (1,500 sq mi), of which about a third is waterlogged. +Sundarbans has been a Tiger Reserve since 1966 and is home to an estimated 400 Royal Bengal tigers and about 30,000 deer. +There are buses throughout the day from the city centre (both sides of the river) but most buses to the east and Jaipur/Bombay start between 6:30 and 7:30. +Due to the popularity of the hop-on hop-off buses, it is advised to book well in advance. +Most areas are served by comfortable, spacious Japanese Coaster buses. +Shared taxis are a convenient and comfortable way to get to nearby towns such as Palo (Nu 150) and Punaka (Nu 200). +The Oyapok Bridge is a cable-stayed bridge that crosses the Oyapok River, connecting Brazil's Oyapok with Saint-Georges, French Guiana. +The two towers of the bridge are 83 meters high, the length of the bridge is 378 meters, and there are two 3.50-meter-wide lanes. +The bridge has a vertical clearance of 15 metres. The project was completed in August 2011, but did not open until March 2017. +The bridge, which is expected to be fully operational by September 2017, will also mark the completion of a new Brazilian customs facility. +The Guarani were the most important indigenous group in what is now eastern Paraguay, leading a semi-nomadic hunter-gatherer lifestyle and practicing subsistence farming. +The Chaco region was home to the Guaycuru and Payaguá, among other native tribes who hunted, gathered, and fished for a living. +In the 16th century, the territory of present-day Paraguay was known as the "Great Province of the Indians" after the encounter between Spanish conquerors and the local indigenous groups. +The Spanish began a three-century period of conquest and colonization. +Since its founding in 1537, Paraguay's capital has managed to retain much of its colonial heritage and character. +Argentina is famous for having the best polo players and teams in the world. +The most important tournament of the year takes place in December at the Campo de Polo de Las Cañitas. +Throughout the year, smaller tournaments and competitions can also be seen here. +For more information on the tournament and how to purchase tickets, please visit the website of the Argentine Polo Association. +The official currency of the Falkland Islands is the Falkland pound, which is equal to the pound sterling. +You can exchange money at the only bank on the island, which is located in Stanley, opposite FIC West. +Pounds are generally accepted everywhere, and credit cards and US dollars are often accepted in Stanley. +Credit cards may not be accepted in outlying islands, but you can usually pay with U.S. or British pounds; check with the agent beforehand to see what forms of payment are accepted. +It is almost impossible to exchange currency outside of the Falkland Islands, so it is best to exchange before leaving. +Montevideo is south of the equator, so it has summer when the Northern Hemisphere has winter, and vice versa. +Montevideo has a subtropical climate in the summer, with temperatures often above 30°C in the summer months. +Winter can feel colder than it looks: Temperatures are rarely below freezing, but the combination of wind and moisture can make it feel much colder than the thermometer says. +There are no distinct "wet" and "dry" seasons: annual rainfall is more or less uniform. +While many animals in the park are accustomed to humans, wildlife is still wild and we should not feed or harass them. +Park officials say you should maintain a distance of at least 100 yards (91 m) from bears and wolves and 25 yards (23 m) from all other wildlife! +No matter how docile they appear, all large animals, including bison, moose, elk, and bears are capable of attacking humans. +Each year, dozens of tourists are injured while attempting to approach these animals, which are large and wild and can be dangerous. Please give them their space. +Also, bears and other wildlife are attracted to scents, so avoid bringing or cooking food with strong scents and keep your campsite clean. +Apia is the capital of Samoa. The city has a population of less than 40,000 and is located on the island of Upolu. +Apia was founded in the 1850s and has been the capital of Samoa since 1959. +The bay was the scene of a notable naval standoff in 1889, when seven ships from Germany, the United States, and Britain refused to leave. +All but one of the ships were sunk, and nearly 200 Americans and Germans were killed. +During the struggle for independence waged by the Mau movement, a peaceful demonstration in the town resulted in the death of Paramount Chief Tupua Tamasese Lealofi III. +Auckland is bisected by two harbours and therefore has many beaches. The most popular beaches are in three areas. +North Shore beaches (within North Harbour) stretch from Long Bay in the north to Devonport in the south. +Almost all of these beaches are safe for swimming, and many have New Zealand's native pohutukawa trees providing shade. +Tamaki Drive beach is located on the shores of Waitemata Harbour, between Mission Bay in central Auckland and the affluent suburbs of Meadowbank and St Heliers. +These beaches are sometimes crowded with vacationing families, and there are various shops lining the shore. Swimming is quite safe. +The main local beer is One, which is simple but refreshing. Another local beer is Manta. +There are many French wines available here, but New Zealand and Australian wines may be better suited to long-haul flights. +Tap water is perfectly safe to drink, but if you prefer, bottled water is readily available. +The concept of "flat white" coffee is relatively unfamiliar to Australians. Small cups of black coffee are "concentrated coffee", cappuccino has a lot of whipped cream (not foam), and tea is not drunk with milk. +Hot chocolate reached Belgian standards. Juice was expensive but good quality. +Many people visit the Great Barrier Reef year-round, and there are few incidents of injury resulting from any of these activities. +Nevertheless, you should always follow the advice of the local authorities, heed all signs and pay close attention to safety warnings. +The box jellyfish can be found along the beaches and river mouths of 1770 between October and April, but can be found at other times as well. +Sharks do exist, but they rarely attack humans. Most sharks are afraid of humans and will swim away. +The main habitat of the saltwater crocodile is not the ocean, but the river mouths north of Rockhampton. +Pre-booking can give travellers peace of mind, knowing that they have somewhere to stay when they reach their destination. +Although a travel agent may be able to help you book a camping trip or other form of accommodation, they will usually only work with certain hotels. +Tour agencies usually offer packages that include breakfast, airport transfers, and sometimes even flight and hotel bookings. +If you need time to consider the price or to obtain other documents (such as a visa), they can hold the reservation for you. +If you need to make any changes or have any queries, you should always contact your travel agent in the first instance, rather than the hotel itself. +At some festivals, the vast majority of attendees choose to camp on site, and many consider this to be an essential part of the festival experience. +If you want to see the performance up close, you'd better get there early and stake out a good spot near the stage. +Remember that although the main stage music may have finished for the day, there may still be music playing elsewhere on the site into the night. +Some music festivals have dedicated family camping areas. +If crossing the Baltic Sea in winter, check where your cabin is, as the noise from the icebreaker can be very disturbing for those who are most affected by it. +The St. Petersburg cruise includes city sightseeing. Visa-free entry for cruise passengers (please see Terms and Conditions). +Casinos usually try to get you to spend as much time and money as possible. Casinos usually don't have windows or clocks, and they're designed to make it hard to find the exits. +They often offer special meals, drinks, and entertainment in order to keep guests happy and coming back to the casino. +Some locations offer free alcoholic beverages. While intoxication can impair judgment, all good gamblers know the importance of staying sober. +Anyone travelling in these areas should be prepared for snow, ice or sub-zero temperatures. +On an icy road, there is very little friction between the wheels and the road, so you can't drive as fast as you could on a smooth asphalt road. +Snowstorms can become life-threatening in a very short time. +Snowfall, blowing snow, water droplets on windshields or frozen windshields can also obscure visibility. +On the other hand, winter weather is common in many countries and seldom interrupts traffic for long. +Wildlife viewing may be Africa's most compelling attraction, and many a traveler's reason for visiting in the first place. +The word safari comes from the Swahili for "journey", originally from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for "journey", from the Arabic for +Some animals (such as elephants and giraffes) often like to approach cars, and standard equipment can make this a better experience. +Lions, leopards and cheetahs can sometimes be quite wary of humans, and binoculars will allow you to see more clearly. +Hiking (also known as bushwalking, trekking or walking) is the activity of walking in natural environments, often on hiking trails. +The Paralympics will run from August 24 to September 5, 2021, with some events being held in other parts of Japan. +Tokyo will become the only Asian city to have hosted the Summer Olympics twice, having done so in 1964. +If you've booked flights and hotels for 2020 before the postponement was announced, you may be in for some hassle. +The cancellations varied, but as of the end of March, most of the cancellations stemming from COVID-19 were not extended to July 2020 - the original date of the Olympics. +Most tickets are priced between 2,500 yen and 130,000 yen, with general admission tickets priced at around 7,000 yen. +Ironing damp clothes can help them to dry more quickly. Although many hotel rooms do not have irons and boards, they can often be borrowed. +If you don't have an iron or don't like wearing ironed socks, you can try using a hair dryer (if you have one). +Be careful not to overheat the garment (this may cause shrinkage, and in extreme cases the garment may be ruined). +There are many ways to purify water, and some are more effective against specific contaminants. +In some areas, one minute of boiling is enough, while in other areas it takes a few minutes. +The effectiveness of filters varies, and if you are concerned about this, you should consider buying sealed bottled water from a reputable company. +Travellers may encounter exotic and sometimes dangerous fauna. +Pests can contaminate food, cause irritation, and in more serious cases cause allergic reactions, transmit toxins or transmit diseases. +Viruses and other infectious diseases, as well as dangerous animals capable of killing humans, are usually not considered pests. +Duty-free shopping refers to the opportunity to buy goods tax-free in certain places. +Visitors to countries with high taxes on alcohol and tobacco can often make significant savings by buying these products in their duty-free shops. +The most challenging stretch of the Buffalo-Pittsburgh Expressway is between Point Marion and Fairmont, where the freeway frequently passes through remote rural areas. +If you're not used to driving on country roads, you'll need to keep your wits about you: there are lots of steep hills, narrow roads and sharp bends. +The speed limit on the stretch in question is significantly lower than on roads both before and after it, typically 35 to 40 miles per hour (56 to 64 km/h), and the importance of sticking to that limit is heightened by the presence of pedestrians. +However, cellular service is much better here than it is on many other trails, such as the Appalachian Trail through Pennsylvania's Pine Barrens. +German baked goods are excellent, but Bavarian pastries are even more varied, similar to their southern neighbors Austria. +Fruit desserts are very common, and apples can be used to make desserts all year round, and strawberries and lychees can be eaten in summer. +Many German baked goods are characterized by almonds, hazelnuts, and other nuts. Popular cakes are often paired with strong coffee. +If you want to try some rich, flavorful desserts, try some jam-filled pastries, which are known by different names in different regions, such as Berliner, Pfannkuchen, or Krapfen. +Curry is a dish whose main ingredients are spices and herbs, and which is usually served with meat or vegetables. +Chicken curry can be either "dry" or "wet", depending on how much water is used. +In northern India and inland Pakistan, yogurt is often used in curries; in southern India and some coastal areas of the subcontinent coconut milk is often used. +With more than 17,000 islands, Indonesia's cuisine is as varied as its topography. +However, without more adjectives, this word often refers to food originating from the central and eastern parts of the main island of Java. +Today, Indonesian food is ubiquitous throughout the archipelago, and many dishes are quite simple in their preparation; the main seasonings used by Indonesians include peanuts, chili, sugar (especially coconut sugar), and various herbs and spices. +The saddle hangs down on either side of the horse's back to support the rider's legs. +They provide more stability for the rider but also pose a safety issue as the rider's feet can get caught. +If the rider falls off the horse but has a foot caught in the stirrup, the horse could drag the rider along as it gallops off. To minimise this risk, some precautions can be taken. +First, most equestrians wear boots with heels, and the soles are smooth and fairly narrow. +Secondly, some saddles - particularly English saddles - have a safety strap which, if the rider falls back, releases the girth from the saddle. +Chile's premier mountaineering destination, the Cochamó Valley, is said to be South America's Yosemite for its array of granite walls and cliffs. +It is an awe-inspiring sight, with climbers from all over the world continuing to push the boundaries of what is possible on the never-ending labyrinth of cliffs. +Alpine skiing includes both downhill skiing and snowboarding, and is a very popular sport. In alpine skiing, a skier or snowboarder uses skis or a snowboard to travel down a snow-covered hill. +Skiing is often the main activity of a skier's holiday and some skiers refer to themselves as "ski bums" who plan to spend their entire holiday in one ski area. +The idea of skiing has been around for a long time - cave paintings of skiers date back as far as 5000 B.C.! +The sport of skiing can be traced back at least to the 17th century, when Norwegians established the first ski club in Australia in 1861. +Skiing Holiday: This activity is also known as backcountry skiing, ski touring or ski mountaineering. +This activity is related to alpine skiing or mountaineering, but it is usually not done as part of those activities. Alpine skiing and mountaineering are done on steep terrain, which requires stiffer skis and boots. +Think of the ski runs as similar to hiking trails. +In good conditions, you can go farther with skis than you can with boots - but only in a very few cases do you get the same speed with skis as you do with boots on a flat track. +Europe is a continent which comprises much of the northern hemisphere and is bounded on the north by the Arctic Ocean, on the east by the Atlantic Ocean, on the south by the Mediterranean Sea, on the west by the Pacific Ocean and on the north-west by the Indian Ocean. +However, in this regard, the Schengen area is a bit like a nation. +As long as you remain in this area, you can usually pass through the border without further immigration checks. +Similarly, once you have a Schengen visa, you do not need to apply for a separate visa for each Schengen member state, thus saving time, money and bureaucracy. +There is no uniform definition of what constitutes an antique. Some tax authorities consider items to be antiques if they are over 100 years old. +The definition varies from region to region, and the year restrictions in North America may be shorter than in Europe. +Crafts can be considered antiques even though they are much newer than their mass-produced counterparts. +Reindeer husbandry is an important part of the Sami people's livelihood. The culture surrounding the industry is also important for many people who work in other professions. +However, in a more traditional sense, not all Sami people were reindeer herders, as some of them made their living through fishing, hunting, and similar activities, and often used reindeer as draft animals. +Many Samis now work in modern industries. Tourism is an important source of income for many Samis. +Although the word "gypsy" is widely used, even among non-Roma, it is often considered offensive due to its association with negative stereotypes and misconceptions about Romani people. +If the country you are visiting is under a travel warning, your travel health insurance or travel cancellation insurance may be affected. +You can also seek advice from other governments, but their advice will be tailored to their citizens. +For example, an American citizen of Middle Eastern descent may face different circumstances than a European or Arab. +Travel Warnings are only brief summaries of the situation on the ground. +Compared to other places that offer more detailed information, the advice offered here is often vague, general, and simplistic. +Extreme weather is a general term for any dangerous weather phenomenon; this weather can cause destruction, severe social disruption or loss of life. +Bad weather can happen anywhere in the world. There are many different types of bad weather depending on the location, topography, and atmospheric conditions. +High winds, hail, excessive rainfall, wildfires, thunderstorms, tornadoes, and cyclones are all manifestations and effects of extreme weather. +Regional and seasonal extreme weather phenomena include blizzards, snowstorms, ice storms and sandstorms. +Travellers are strongly advised to consider the risks posed by the bad weather in their area, which could disrupt travel plans. +Anyone travelling to a country considered to be part of a combat zone should receive professional training. +A search online for "courses in dealing with a hostile environment" might turn up some local companies that offer training. +This course generally covers all of the issues discussed here, often in greater depth, and often with hands-on experience. +Course training is usually 2-5 days long and involves role-playing, first-aid training, and sometimes weapons training. +There are plenty of books and magazines on survival in the wild, but little on survival in a combat zone. +Travellers who plan to undergo gender reassignment surgery in a foreign country must bring along valid identification when they return home. +The willingness of governments to issue passports without a specified gender, or to change documents to reflect a desired name or gender varies from country to country. +The degree to which foreign governments acknowledge these documents varies widely. +In the aftermath of September 11, 2001, security checkpoints became more of a hassle. +Trans people who haven't had surgery are forced to reveal their private parts to security staff using scanners and are at risk of being humiliated. +Offshore flow is the return flow of water from the beach back to the ocean, often in areas of reefs or similar. +The topography of the bottom of the lake causes the return flow to be concentrated in a few deep areas, where there may be a strong current flowing toward deep water. +Most of the deaths were caused by people swimming against the current and exhaustion. +Once you get out of the fast-flowing water, it's much easier to swim back. +Try to swim to where you won't get stuck again, or wait for rescue (depending on your skills and whether or not you've been spotted). +The impact of returning home can be more intense than the culture shock (honeymoon period shorter) and lasts longer and can be more severe. +For travellers who are easily able to adapt to new cultures, it can sometimes be difficult to readjust to their home cultures. +After living in a foreign country for some time, when you come back to your home country, you will find that you have already adapted to the new culture and got rid of some habits of your hometown culture. +When you first arrive in a new country, people may be patient and understanding because they know that travelers need time to adjust. +People may not realize that travelers also need patience and understanding when they return. +The pyramid's sound and light show is one of the region's most entertaining activities for kids. +You can see the pyramids in the dark, they were already there before the show started. +You can always hear the sounds of tourists and street vendors in this area. It's like listening to a story being told. +A lion-headed man is depicted on the backdrop, which also serves as the narrator of the long story. +The scene is shown on top of a pyramid, with different pyramids lit up. +The South Shetland Islands were discovered in 1819. Several nations claim ownership of the islands, which are home to the largest number of bases in Antarctica, with sixteen in use as of 2020. +The island group is located about 120 km north of the Antarctic Peninsula. The largest island is King George Island, home to the "Star Village" (Villa Las Estrellas). +Other islands include Livingstone Island and Deception Island, where an active volcano has created a magnificent natural harbour. +Ellsworth Land is located at the southern end of the peninsula, facing the Bellingshausen Sea. +The ranges of the peninsula rejoin the highlands here to form the Ellsworth Mountains, an area 360 miles (580 km) long that is split by the Minnesota Glacier. +Vinson Massif, in the northwest, is the highest mountain in Antarctica, at 4,892 m (16,046 ft). +Satellite phones may be your only option in remote areas where cellular networks do not reach. +In general, satellite phones are not a replacement for cell phones because they only work outdoors where there is a clear view of the sky. +The service is often used for shipping, including yachts and exploration with remote data and voice requirements. +Your local phone service provider should be able to provide you with details on how to connect to this service. +With the gap year becoming an increasingly popular option for those looking to make the most of their time out of education, a study abroad has become an increasingly viable option. +This is particularly popular among secondary school leavers, who can take a "gap year" before going to university without affecting their education. +In many cases, doing a gap year in a foreign country can actually enhance your chances of gaining a place at university back home. +These are usually fee-paying courses. +Finland is a paradise for sailing, as it has thousands of lakes and thousands of islands in its lake districts and coastal archipelagos. +In the islands and lakes, a boat is not necessary. +The size of the islands and lakes is such that any yacht can find a suitable anchorage, though smaller boats and even canoes can provide a different experience. +Boating is a national pastime in Finland, with one boat for every seven or eight people. +Norway, Sweden and New Zealand have similar ratios, but in other ways they are quite unique (for example, in the Netherlands, this ratio is 1:40). +Most typical Baltic cruise ships spend some time in St. Petersburg, Russia. +This means you can spend several days exploring this historic city and then return to your ship for the night. +As of 2009, no separate visa is required if you only disembark to go sightseeing. +Some cruise ships do advertise Berlin as a port of call, but as can be seen on the map above, Berlin is not very close to the sea, and cruise ship prices do not include the expense of visiting the city. +Flying can be a terrifying experience for anyone, more so for those who have never flown before or who have had a traumatic experience in the past. +It's not a bad thing: it's no different from the fear and loathing that many people have of other things. +For some, understanding the workings of an aircraft and the procedures of a flight may help to overcome a fear of the unknown or of being out of one's control. +Courier companies often charge a premium for speedy delivery. In many cases, time is of the essence for business documents, goods or parts for emergency repairs. +For some routes, the major airlines operate their own flights, but for others and for smaller airlines it becomes an issue. +If they use air freight, it can take a few days to offload and clear customs on some routes. +The quickest way is to check it in as hold luggage. Airline regulations do not allow them to carry luggage for non-passengers, so you'll have to be there. +The most obvious way to fly in a premium cabin is to spend the money to book one (or, better yet, have your company pay for it). +However, it doesn't come cheap: Business class tickets can be up to four times the price of an economy class ticket, while a first class ticket can be up to eleven times the price! +In general, there is no need to look for discounted business class or first class tickets when you fly directly from A to B. +Airlines know full well that some core customers are willing to pay a premium for the privilege of a faster, more comfortable flight, so they charge accordingly. +The capital of Moldova is Chisinau. The local language is Romanian, but Russian is also widely spoken. +Moldova is a multi-ethnic, multi-lingual, and multi-confessional republic. +In 1994, this conflict resulted in the formation of the unrecognised Pridnestrovian Moldavian Republic, which has its own government and currency but is not recognised by any United Nations member state. +Although the political negotiations failed, economic links between the two Moldovan regions were re-established. +Moldova's main religion is Orthodox Christianity. +Izmir is Turkey's third-largest city, with a population of around 3.7 million, and the country's second-largest port after Istanbul, a busy transport hub. +A modern, developed, and busy commercial center, it was once the ancient city of Smyrna. It is surrounded by a large bay and mountains. +Between the wide tree-lined boulevards, modern shopping malls and glass-fronted buildings, the city is dotted with traditional red-tiled roofs, 18th-century markets, ancient churches and mosques, giving it more of a Mediterranean European feel than a traditional Turkish one. +From Haldarsvik village, you can enjoy views of the neighbouring island of Eysturoy. The village has an unusual octagonal church. +Some of the tombs in the churchyard are topped by amusing stone dovecots. +A half-hour stroll through this charming village is worthwhile. +Head north and you can easily reach the romantic, picturesque town of Sintra, immortalized by Lord Byron and thus familiar to many foreigners. +Scotturb 403 buses regularly depart from Sintra, stopping at Roca viewpoint. +You can also visit the Basilica of the National Shrine of Our Lady of Fatima, one of the most famous Marian shrines in the world. +Remember, you are actually visiting one of the most significant archaeological sites in the world, with an incalculable impact on the lives of millions of people. +Still, many men and women survived here, and they are still alive today; more of their relatives perished here, some worked to the bone until they died, Jews and non-Jews alike. +Please give this place the respect, solemnity, and reverence it deserves. Do not joke about the Holocaust or the Nazis. +Please refrain from marking or graffiti on the buildings to avoid damaging the ruins. +Catalan and Spanish are the official languages of Catalonia, and Catalan is spoken by about half of the population. Almost all Catalans are able to speak Spanish, and vice versa. +However, most signs are only in Catalan, as it is the legally designated first official language. +However, public transportation and other services are often also in Spanish. +Regular announcements on the metro are only in Catalan, but temporary announcements are made in several languages, including Spanish, English, French, Arabic and Japanese. +Parisians are infamous for their self-centeredness, rudeness, and arrogance. +Although this is often just a stereotype, the best way to live in Paris is still to try to be well-mannered and behave like a "bien élevé" (well-bred) person, which will make social interactions much easier. +A little politeness goes a long way in Paris, where rudeness is quickly rewarded. +The forests of Plitvice Lakes National Park are dense and consist mainly of beech, spruce and fir trees, with a unique combination of highland and Mediterranean vegetation. +Due to the diversity of micro-climate, soil and altitude, the flora of this area is very diverse and is known for its diversity. +The area is also home to a variety of animals and birds. +Here you can see some of Europe's rarest animals including brown bears, wolves, eagles, owls, lynx, wild cats and capercaillies, as well as many more common species. +Women must wear skirts when visiting the abbey, which must be below the knee and cover the shoulders. +Most monasteries will provide a sarong for women, but if you bring your own, especially if it's brightly colored, you'll probably get a wink and a nod from the monks at the door. +Similarly, men must also wear long pants to cover their knees. +They can also be borrowed from the changing room at the entrance, but the dresses are not washed every time someone wears them, so they may be a little uncomfortable to wear; they are all standard sizes! +The cuisine of Mallorca, like that of other Mediterranean regions, is based on bread, vegetables, and meat (especially pork), and completely uses olive oil. +Pa amb Oli is a simple summer meal popular in Catalonia: bread topped with olive oil, tomatoes, and anything else you have on hand, like cheese or tuna. +All nouns except for your pronoun "you" should begin with a capital letter also if they are in the middle of a sentence. +This is an important way to distinguish some verbs and objects. +This also makes reading easier, though it does make writing more complex, as you have to decide whether a verb or an adjective is being used in a nominal form. +Italian pronunciation is relatively easy because most words are pronounced exactly as they are spelled +The main vowels to be aware of are c and g, as they are pronounced differently depending on the following vowels. +Also, make sure you pronounce "r" and "rr" differently: "caro" means "dear", while "carro" means "chariot". +Persian grammar is relatively simple and regular. +Therefore, reading this grammar book can help you master more Persian grammar and better understand collocations. +Undoubtedly, if you can speak a Romance language, learning Portuguese will be much easier. +However, those who know a little bit of Spanish may quickly come to the conclusion that since Portuguese and Spanish are so similar, there is no need to learn it separately. +Most modern observatories have superseded their predecessors, and are now either museums or educational facilities. +Because light pollution was not as bad in its heyday, observatories were often built in or on the grounds of cities or campuses, making them easier to reach than modern observatories. +Most modern research telescopes are large facilities located in remote areas with favourable conditions. +Hanami, the viewing of cherry blossoms, has been a Japanese tradition since the 8th century. +The concept comes from China, where the plum blossom is a popular flower. +In Japan, the earliest cherry blossom parties were hosted by the emperor for himself and other members of the royal family at the royal estates. +Plants are at their best in their natural environment, so resist the temptation to pick them, even if it's just one plant. +If you're visiting a carefully designed garden, collecting 'specimens' will be frowned upon, if not actively discouraged. +In general, Singapore is a very safe place to visit, and navigation is easy. Once you're there, you can pretty much buy anything. +However, due to its location just north of the equator in the "tropical zone", you will have to deal with both heat (year-round) and intense sunshine (more of a problem when the skies are clear, which is much of the time). +A few buses also head north to Hebron, where biblical patriarchs Abraham, Isaac and Jacob, as well as their wives, are buried. +Please confirm that the bus you are planning to take will go through Hebron, and not just to the nearby Jewish settlement of Kiryat Arba. +Inland waterways make a great theme for a holiday. +Examples include castles in the Loire Valley or Rhine Valley, a boat trip along the Danube, or a cruise along the canals of Amsterdam. +They also mark routes for popular hiking and biking trails. +Christmas is one of the most important days on the Christian calendar and celebrates the birth of Christ. +Many of the traditions associated with the holiday have been embraced by non-Christians and non-believers in many parts of the world. +There is a tradition of staying awake until dawn on Easter eve. +Of course, there is a Christian theological explanation for this tradition, but it may have been a celebration of spring and a plea for a bountiful harvest long before Christ was born. +Traditional churches often hold Easter Vigil services on Saturday night of Easter weekend, with the congregation often filling the sanctuary to celebrate the resurrection of Christ at the stroke of midnight. +Initially, animals were able to reach these islands by swimming, flying, or floating. +Due to its isolation from the mainland, the giant tortoise became the island's primary herbivore. +Humans have introduced many mammals to the Galapagos, including goats, horses, cows, rats, cats, and dogs. +If you travel to the Arctic or Antarctic in winter, you will experience polar night, when the sun is below the horizon for some time. +This provides a great opportunity to see the Northern Lights as the sky will be fairly dark most of the day. +These areas are sparsely populated, so light pollution is usually not an issue, and you can often enjoy a truly dark sky. +Compared with the work culture that Western people are accustomed to, the work culture in Japan is more hierarchical and formal. +A suit is a standard business outfit, and colleagues refer to each other by their surnames or titles. +A harmonious atmosphere in the workplace is crucial; emphasize team efforts rather than individual achievements. +Employees must get approval from their superiors before making any decisions and must unquestioningly obey their superiors' orders. diff --git a/test-zh-en.bleu b/test-zh-en.bleu new file mode 100644 index 0000000000000000000000000000000000000000..eb1c2814324ad79086874c16d9f76479fe98cd5c --- /dev/null +++ b/test-zh-en.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 23.92 56.4/29.5/17.7/11.1 (BP = 1.000 ratio = 1.011 hyp_len = 24981 ref_len = 24721) diff --git a/test-zh-en.comet b/test-zh-en.comet new file mode 100644 index 0000000000000000000000000000000000000000..a63e31d41658c77402ade7752148fc282f7d2f7e --- /dev/null +++ b/test-zh-en.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 0 score: 0.8744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 1 score: 0.8473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 2 score: 0.8560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 3 score: 0.8061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 4 score: 0.7619 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 5 score: 0.8384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 6 score: 0.9070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 7 score: 0.8095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 8 score: 0.8879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 9 score: 0.8534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 10 score: 0.8726 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 11 score: 0.8035 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 12 score: 0.8485 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 13 score: 0.8471 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 14 score: 0.7684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 15 score: 0.7492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 16 score: 0.8304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 17 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 18 score: 0.8842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 19 score: 0.8304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 20 score: 0.9079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 21 score: 0.9366 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 22 score: 0.8739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 23 score: 0.8082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 24 score: 0.8537 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 25 score: 0.8524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 26 score: 0.8573 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 27 score: 0.8907 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 28 score: 0.8264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 29 score: 0.8915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 30 score: 0.8388 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 31 score: 0.8296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 32 score: 0.7739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 33 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 34 score: 0.8856 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 35 score: 0.8557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 36 score: 0.8661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 37 score: 0.8809 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 38 score: 0.8245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 39 score: 0.8029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 40 score: 0.8260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 41 score: 0.9245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 42 score: 0.8943 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 43 score: 0.9072 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 44 score: 0.7921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 45 score: 0.8478 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 46 score: 0.8789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 47 score: 0.9295 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 48 score: 0.8498 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 49 score: 0.8081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 50 score: 0.7978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 51 score: 0.9149 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 52 score: 0.8914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 53 score: 0.9118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 54 score: 0.8802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 55 score: 0.8485 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 56 score: 0.7404 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 57 score: 0.8674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 58 score: 0.8865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 59 score: 0.9487 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 60 score: 0.8333 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 61 score: 0.8898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 62 score: 0.7655 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 63 score: 0.8778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 64 score: 0.8852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 65 score: 0.7718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 66 score: 0.7785 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 67 score: 0.7581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 68 score: 0.9135 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 69 score: 0.8679 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 70 score: 0.8307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 71 score: 0.8238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 72 score: 0.7572 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 73 score: 0.7650 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 74 score: 0.8405 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 75 score: 0.7567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 76 score: 0.8527 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 77 score: 0.8819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 78 score: 0.9454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 79 score: 0.8876 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 80 score: 0.9015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 81 score: 0.8929 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 82 score: 0.8954 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 83 score: 0.8558 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 84 score: 0.8735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 85 score: 0.8371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 86 score: 0.8549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 87 score: 0.8515 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 88 score: 0.8666 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 89 score: 0.8734 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 90 score: 0.8593 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 91 score: 0.8859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 92 score: 0.8422 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 93 score: 0.8444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 94 score: 0.9064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 95 score: 0.9091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 96 score: 0.8783 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 97 score: 0.8283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 98 score: 0.8285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 99 score: 0.8714 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 100 score: 0.9287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 101 score: 0.8026 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 102 score: 0.8814 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 103 score: 0.9002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 104 score: 0.8767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 105 score: 0.8617 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 106 score: 0.8399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 107 score: 0.8160 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 108 score: 0.8222 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 109 score: 0.7289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 110 score: 0.8540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 111 score: 0.9231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 112 score: 0.8860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 113 score: 0.8948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 114 score: 0.8963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 115 score: 0.8597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 116 score: 0.8757 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 117 score: 0.8780 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 118 score: 0.9155 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 119 score: 0.8126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 120 score: 0.7667 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 121 score: 0.8580 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 122 score: 0.8264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 123 score: 0.8799 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 124 score: 0.8380 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 125 score: 0.8778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 126 score: 0.8806 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 127 score: 0.8710 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 128 score: 0.8975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 129 score: 0.8813 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 130 score: 0.8175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 131 score: 0.8538 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 132 score: 0.8226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 133 score: 0.8921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 134 score: 0.7967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 135 score: 0.8580 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 136 score: 0.8764 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 137 score: 0.8933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 138 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 139 score: 0.8359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 140 score: 0.8748 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 141 score: 0.8580 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 142 score: 0.7494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 143 score: 0.8887 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 144 score: 0.9089 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 145 score: 0.8920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 146 score: 0.8186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 147 score: 0.8931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 148 score: 0.9024 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 149 score: 0.8927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 150 score: 0.8751 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 151 score: 0.9003 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 152 score: 0.8454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 153 score: 0.8176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 154 score: 0.7880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 155 score: 0.8687 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 156 score: 0.8796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 157 score: 0.7901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 158 score: 0.8639 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 159 score: 0.8647 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 160 score: 0.8964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 161 score: 0.8158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 162 score: 0.8256 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 163 score: 0.8575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 164 score: 0.7693 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 165 score: 0.8398 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 166 score: 0.8701 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 167 score: 0.8821 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 168 score: 0.8050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 169 score: 0.8670 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 170 score: 0.8741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 171 score: 0.8759 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 172 score: 0.8581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 173 score: 0.7931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 174 score: 0.8705 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 175 score: 0.9102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 176 score: 0.7651 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 177 score: 0.9072 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 178 score: 0.7441 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 179 score: 0.8598 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 180 score: 0.8862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 181 score: 0.9276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 182 score: 0.8984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 183 score: 0.8966 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 184 score: 0.8913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 185 score: 0.9158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 186 score: 0.9265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 187 score: 0.8218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 188 score: 0.8863 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 189 score: 0.8532 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 190 score: 0.8909 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 191 score: 0.7879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 192 score: 0.7728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 193 score: 0.8561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 194 score: 0.7984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 195 score: 0.9291 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 196 score: 0.8099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 197 score: 0.8001 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 198 score: 0.8838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 199 score: 0.7756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 200 score: 0.7507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 201 score: 0.7795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 202 score: 0.7885 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 203 score: 0.7609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 204 score: 0.8164 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 205 score: 0.8784 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 206 score: 0.7881 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 207 score: 0.8479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 208 score: 0.9342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 209 score: 0.9057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 210 score: 0.9032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 211 score: 0.8655 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 212 score: 0.8290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 213 score: 0.9256 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 214 score: 0.9149 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 215 score: 0.8801 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 216 score: 0.9134 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 217 score: 0.8433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 218 score: 0.8752 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 219 score: 0.8570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 220 score: 0.8777 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 221 score: 0.9095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 222 score: 0.8393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 223 score: 0.8618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 224 score: 0.6058 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 225 score: 0.9291 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 226 score: 0.8526 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 227 score: 0.8064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 228 score: 0.7797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 229 score: 0.8112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 230 score: 0.9490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 231 score: 0.7988 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 232 score: 0.7989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 233 score: 0.7242 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 234 score: 0.7961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 235 score: 0.8902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 236 score: 0.8712 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 237 score: 0.9000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 238 score: 0.8674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 239 score: 0.8139 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 240 score: 0.7881 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 241 score: 0.7175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 242 score: 0.7836 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 243 score: 0.8427 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 244 score: 0.8378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 245 score: 0.8532 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 246 score: 0.7698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 247 score: 0.7612 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 248 score: 0.7773 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 249 score: 0.9322 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 250 score: 0.8054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 251 score: 0.8826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 252 score: 0.9150 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 253 score: 0.9347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 254 score: 0.8827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 255 score: 0.8765 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 256 score: 0.8800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 257 score: 0.8722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 258 score: 0.7685 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 259 score: 0.8653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 260 score: 0.8739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 261 score: 0.8179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 262 score: 0.8252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 263 score: 0.7795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 264 score: 0.9274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 265 score: 0.8921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 266 score: 0.8360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 267 score: 0.7863 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 268 score: 0.9099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 269 score: 0.8806 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 270 score: 0.8559 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 271 score: 0.8159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 272 score: 0.9178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 273 score: 0.8275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 274 score: 0.7036 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 275 score: 0.7385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 276 score: 0.8240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 277 score: 0.7931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 278 score: 0.8745 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 279 score: 0.9489 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 280 score: 0.9202 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 281 score: 0.8609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 282 score: 0.9294 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 283 score: 0.8897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 284 score: 0.8690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 285 score: 0.9348 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 286 score: 0.7856 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 287 score: 0.8764 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 288 score: 0.8762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 289 score: 0.8552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 290 score: 0.8189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 291 score: 0.8094 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 292 score: 0.8860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 293 score: 0.8160 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 294 score: 0.7722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 295 score: 0.8256 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 296 score: 0.8268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 297 score: 0.8260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 298 score: 0.6203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 299 score: 0.8646 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 300 score: 0.8927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 301 score: 0.8773 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 302 score: 0.8592 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 303 score: 0.8873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 304 score: 0.8506 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 305 score: 0.8190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 306 score: 0.8829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 307 score: 0.8276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 308 score: 0.9027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 309 score: 0.8695 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 310 score: 0.9673 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 311 score: 0.9002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 312 score: 0.8474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 313 score: 0.7370 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 314 score: 0.9454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 315 score: 0.8405 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 316 score: 0.8506 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 317 score: 0.8413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 318 score: 0.8497 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 319 score: 0.9226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 320 score: 0.8151 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 321 score: 0.8141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 322 score: 0.8514 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 323 score: 0.8355 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 324 score: 0.8351 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 325 score: 0.8768 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 326 score: 0.8007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 327 score: 0.8533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 328 score: 0.8997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 329 score: 0.8823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 330 score: 0.8227 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 331 score: 0.8155 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 332 score: 0.8717 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 333 score: 0.8993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 334 score: 0.9393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 335 score: 0.8355 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 336 score: 0.8971 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 337 score: 0.7446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 338 score: 0.8505 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 339 score: 0.8821 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 340 score: 0.7354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 341 score: 0.8680 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 342 score: 0.8104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 343 score: 0.8496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 344 score: 0.9178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 345 score: 0.8429 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 346 score: 0.8755 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 347 score: 0.8150 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 348 score: 0.8887 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 349 score: 0.7736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 350 score: 0.8903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 351 score: 0.8810 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 352 score: 0.8434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 353 score: 0.9157 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 354 score: 0.6667 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 355 score: 0.8765 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 356 score: 0.8936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 357 score: 0.8252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 358 score: 0.7759 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 359 score: 0.8055 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 360 score: 0.8166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 361 score: 0.8721 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 362 score: 0.9092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 363 score: 0.8546 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 364 score: 0.8415 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 365 score: 0.8350 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 366 score: 0.7674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 367 score: 0.7589 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 368 score: 0.7756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 369 score: 0.8335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 370 score: 0.7758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 371 score: 0.8482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 372 score: 0.8452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 373 score: 0.8713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 374 score: 0.8775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 375 score: 0.8620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 376 score: 0.9282 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 377 score: 0.9158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 378 score: 0.8246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 379 score: 0.8916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 380 score: 0.9088 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 381 score: 0.8567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 382 score: 0.7455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 383 score: 0.8079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 384 score: 0.7655 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 385 score: 0.8684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 386 score: 0.7819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 387 score: 0.8343 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 388 score: 0.8648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 389 score: 0.8754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 390 score: 0.8678 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 391 score: 0.9123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 392 score: 0.8375 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 393 score: 0.7497 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 394 score: 0.9161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 395 score: 0.7580 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 396 score: 0.8076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 397 score: 0.9232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 398 score: 0.8347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 399 score: 0.7883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 400 score: 0.9105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 401 score: 0.8664 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 402 score: 0.8914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 403 score: 0.8134 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 404 score: 0.7909 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 405 score: 0.8574 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 406 score: 0.8147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 407 score: 0.8811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 408 score: 0.8875 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 409 score: 0.8466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 410 score: 0.8675 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 411 score: 0.7761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 412 score: 0.8231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 413 score: 0.8224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 414 score: 0.8903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 415 score: 0.8378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 416 score: 0.8766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 417 score: 0.8285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 418 score: 0.8927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 419 score: 0.9327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 420 score: 0.9174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 421 score: 0.8465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 422 score: 0.8463 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 423 score: 0.7981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 424 score: 0.8732 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 425 score: 0.8996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 426 score: 0.8825 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 427 score: 0.8878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 428 score: 0.8613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 429 score: 0.9512 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 430 score: 0.8884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 431 score: 0.8385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 432 score: 0.7387 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 433 score: 0.8838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 434 score: 0.8668 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 435 score: 0.8275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 436 score: 0.8561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 437 score: 0.8803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 438 score: 0.8588 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 439 score: 0.8384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 440 score: 0.8711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 441 score: 0.8560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 442 score: 0.9303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 443 score: 0.8767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 444 score: 0.8023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 445 score: 0.8187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 446 score: 0.8431 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 447 score: 0.7606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 448 score: 0.8995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 449 score: 0.8551 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 450 score: 0.7839 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 451 score: 0.8471 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 452 score: 0.8900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 453 score: 0.8559 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 454 score: 0.8634 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 455 score: 0.8342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 456 score: 0.8120 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 457 score: 0.8957 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 458 score: 0.8527 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 459 score: 0.8386 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 460 score: 0.9043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 461 score: 0.8256 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 462 score: 0.8674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 463 score: 0.8980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 464 score: 0.8494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 465 score: 0.8285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 466 score: 0.8340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 467 score: 0.7937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 468 score: 0.8175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 469 score: 0.8163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 470 score: 0.7794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 471 score: 0.8076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 472 score: 0.7125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 473 score: 0.8183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 474 score: 0.7174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 475 score: 0.8732 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 476 score: 0.8638 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 477 score: 0.8594 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 478 score: 0.8748 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 479 score: 0.9044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 480 score: 0.8693 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 481 score: 0.8481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 482 score: 0.8648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 483 score: 0.9016 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 484 score: 0.8732 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 485 score: 0.8299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 486 score: 0.8094 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 487 score: 0.8531 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 488 score: 0.8345 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 489 score: 0.8425 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 490 score: 0.8735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 491 score: 0.8786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 492 score: 0.9282 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 493 score: 0.8356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 494 score: 0.8429 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 495 score: 0.8521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 496 score: 0.8286 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 497 score: 0.8707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 498 score: 0.9337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 499 score: 0.8469 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 500 score: 0.8918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 501 score: 0.9153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 502 score: 0.8869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 503 score: 0.8773 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 504 score: 0.8069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 505 score: 0.7633 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 506 score: 0.8532 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 507 score: 0.8548 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 508 score: 0.9026 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 509 score: 0.7870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 510 score: 0.6574 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 511 score: 0.8158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 512 score: 0.8778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 513 score: 0.8633 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 514 score: 0.9040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 515 score: 0.9179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 516 score: 0.7724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 517 score: 0.9394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 518 score: 0.7905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 519 score: 0.9331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 520 score: 0.8687 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 521 score: 0.8973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 522 score: 0.8688 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 523 score: 0.8686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 524 score: 0.9183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 525 score: 0.8070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 526 score: 0.8370 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 527 score: 0.7793 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 528 score: 0.7830 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 529 score: 0.8736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 530 score: 0.8300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 531 score: 0.8979 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 532 score: 0.8279 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 533 score: 0.6407 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 534 score: 0.8344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 535 score: 0.8014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 536 score: 0.8616 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 537 score: 0.8145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 538 score: 0.8866 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 539 score: 0.8928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 540 score: 0.8571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 541 score: 0.8696 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 542 score: 0.8627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 543 score: 0.8106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 544 score: 0.8584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 545 score: 0.9185 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 546 score: 0.7912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 547 score: 0.8580 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 548 score: 0.8410 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 549 score: 0.8841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 550 score: 0.7943 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 551 score: 0.8864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 552 score: 0.8232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 553 score: 0.8495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 554 score: 0.8270 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 555 score: 0.8680 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 556 score: 0.8091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 557 score: 0.7933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 558 score: 0.6627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 559 score: 0.7963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 560 score: 0.8737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 561 score: 0.9156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 562 score: 0.8484 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 563 score: 0.7856 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 564 score: 0.7783 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 565 score: 0.8649 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 566 score: 0.8789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 567 score: 0.8654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 568 score: 0.8411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 569 score: 0.8074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 570 score: 0.8344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 571 score: 0.9251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 572 score: 0.8530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 573 score: 0.8525 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 574 score: 0.8686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 575 score: 0.7812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 576 score: 0.8667 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 577 score: 0.7786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 578 score: 0.8411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 579 score: 0.8755 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 580 score: 0.8098 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 581 score: 0.7851 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 582 score: 0.8741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 583 score: 0.7944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 584 score: 0.7484 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 585 score: 0.8733 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 586 score: 0.8339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 587 score: 0.8077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 588 score: 0.7887 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 589 score: 0.8714 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 590 score: 0.8851 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 591 score: 0.9065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 592 score: 0.7928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 593 score: 0.9066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 594 score: 0.9195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 595 score: 0.9080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 596 score: 0.8783 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 597 score: 0.8586 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 598 score: 0.8349 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 599 score: 0.8728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 600 score: 0.8741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 601 score: 0.8282 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 602 score: 0.8712 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 603 score: 0.8954 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 604 score: 0.8669 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 605 score: 0.9110 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 606 score: 0.7890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 607 score: 0.7490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 608 score: 0.8061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 609 score: 0.8660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 610 score: 0.9035 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 611 score: 0.9213 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 612 score: 0.8932 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 613 score: 0.8793 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 614 score: 0.8905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 615 score: 0.8968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 616 score: 0.9196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 617 score: 0.9544 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 618 score: 0.8764 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 619 score: 0.9227 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 620 score: 0.9072 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 621 score: 0.8822 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 622 score: 0.9104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 623 score: 0.8588 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 624 score: 0.9231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 625 score: 0.8654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 626 score: 0.8939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 627 score: 0.8546 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 628 score: 0.6982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 629 score: 0.8609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 630 score: 0.8759 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 631 score: 0.9126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 632 score: 0.8869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 633 score: 0.9385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 634 score: 0.9759 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 635 score: 0.9034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 636 score: 0.8758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 637 score: 0.8789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 638 score: 0.9312 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 639 score: 0.9017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 640 score: 0.8906 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 641 score: 0.9015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 642 score: 0.7620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 643 score: 0.8236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 644 score: 0.8196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 645 score: 0.8644 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 646 score: 0.7921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 647 score: 0.8705 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 648 score: 0.7482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 649 score: 0.8799 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 650 score: 0.9334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 651 score: 0.8952 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 652 score: 0.5996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 653 score: 0.7461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 654 score: 0.8502 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 655 score: 0.9154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 656 score: 0.8911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 657 score: 0.8862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 658 score: 0.7991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 659 score: 0.8826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 660 score: 0.8467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 661 score: 0.9261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 662 score: 0.9228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 663 score: 0.8786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 664 score: 0.9005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 665 score: 0.8728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 666 score: 0.8932 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 667 score: 0.9083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 668 score: 0.8624 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 669 score: 0.9021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 670 score: 0.8659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 671 score: 0.8948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 672 score: 0.8703 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 673 score: 0.8991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 674 score: 0.9241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 675 score: 0.8982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 676 score: 0.8865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 677 score: 0.8140 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 678 score: 0.9005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 679 score: 0.7857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 680 score: 0.9037 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 681 score: 0.9198 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 682 score: 0.9047 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 683 score: 0.8695 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 684 score: 0.8445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 685 score: 0.8880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 686 score: 0.8830 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 687 score: 0.8463 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 688 score: 0.9084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 689 score: 0.8452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 690 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 691 score: 0.8650 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 692 score: 0.8976 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 693 score: 0.8385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 694 score: 0.7919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 695 score: 0.8810 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 696 score: 0.8572 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 697 score: 0.9419 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 698 score: 0.7987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 699 score: 0.8721 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 700 score: 0.8427 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 701 score: 0.9274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 702 score: 0.8421 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 703 score: 0.8568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 704 score: 0.8760 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 705 score: 0.8761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 706 score: 0.7792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 707 score: 0.9003 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 708 score: 0.9008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 709 score: 0.8833 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 710 score: 0.8694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 711 score: 0.8382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 712 score: 0.9054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 713 score: 0.8127 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 714 score: 0.8744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 715 score: 0.8444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 716 score: 0.9061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 717 score: 0.8133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 718 score: 0.8990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 719 score: 0.8454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 720 score: 0.8620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 721 score: 0.8811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 722 score: 0.8807 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 723 score: 0.8997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 724 score: 0.9402 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 725 score: 0.8881 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 726 score: 0.7982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 727 score: 0.8263 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 728 score: 0.7661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 729 score: 0.8510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 730 score: 0.8540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 731 score: 0.9066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 732 score: 0.7941 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 733 score: 0.8587 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 734 score: 0.8576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 735 score: 0.8305 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 736 score: 0.8630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 737 score: 0.7822 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 738 score: 0.7722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 739 score: 0.8542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 740 score: 0.9056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 741 score: 0.7966 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 742 score: 0.8501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 743 score: 0.9038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 744 score: 0.8684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 745 score: 0.9019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 746 score: 0.8885 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 747 score: 0.8434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 748 score: 0.8418 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 749 score: 0.8540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 750 score: 0.9225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 751 score: 0.8476 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 752 score: 0.8516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 753 score: 0.8347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 754 score: 0.8074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 755 score: 0.8953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 756 score: 0.8450 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 757 score: 0.8691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 758 score: 0.8830 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 759 score: 0.9052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 760 score: 0.9018 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 761 score: 0.9142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 762 score: 0.9167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 763 score: 0.8856 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 764 score: 0.8900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 765 score: 0.9123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 766 score: 0.8762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 767 score: 0.8835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 768 score: 0.9284 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 769 score: 0.9574 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 770 score: 0.8996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 771 score: 0.8997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 772 score: 0.8713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 773 score: 0.8807 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 774 score: 0.8891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 775 score: 0.8502 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 776 score: 0.8654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 777 score: 0.9028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 778 score: 0.8570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 779 score: 0.8314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 780 score: 0.8878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 781 score: 0.8345 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 782 score: 0.8928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 783 score: 0.8361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 784 score: 0.8882 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 785 score: 0.7688 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 786 score: 0.9404 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 787 score: 0.8631 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 788 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 789 score: 0.8578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 790 score: 0.8815 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 791 score: 0.8731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 792 score: 0.8144 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 793 score: 0.8993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 794 score: 0.8324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 795 score: 0.8506 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 796 score: 0.8785 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 797 score: 0.8259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 798 score: 0.8324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 799 score: 0.8228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 800 score: 0.8550 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 801 score: 0.8899 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 802 score: 0.8133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 803 score: 0.8524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 804 score: 0.8057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 805 score: 0.8317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 806 score: 0.7855 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 807 score: 0.7677 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 808 score: 0.3130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 809 score: 0.8465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 810 score: 0.8594 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 811 score: 0.7735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 812 score: 0.9057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 813 score: 0.9106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 814 score: 0.8876 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 815 score: 0.7542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 816 score: 0.8025 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 817 score: 0.8429 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 818 score: 0.8727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 819 score: 0.8501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 820 score: 0.9018 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 821 score: 0.9065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 822 score: 0.8913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 823 score: 0.6757 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 824 score: 0.9110 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 825 score: 0.8368 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 826 score: 0.8567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 827 score: 0.8219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 828 score: 0.8794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 829 score: 0.8852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 830 score: 0.8069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 831 score: 0.8394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 832 score: 0.8483 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 833 score: 0.8072 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 834 score: 0.8830 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 835 score: 0.8303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 836 score: 0.8632 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 837 score: 0.9041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 838 score: 0.8881 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 839 score: 0.7604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 840 score: 0.8762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 841 score: 0.8294 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 842 score: 0.7953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 843 score: 0.8763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 844 score: 0.8286 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 845 score: 0.8523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 846 score: 0.7865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 847 score: 0.8359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 848 score: 0.7796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 849 score: 0.8376 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 850 score: 0.8250 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 851 score: 0.9131 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 852 score: 0.8920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 853 score: 0.8512 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 854 score: 0.8092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 855 score: 0.8619 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 856 score: 0.7195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 857 score: 0.4211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 858 score: 0.7953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 859 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 860 score: 0.8858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 861 score: 0.8924 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 862 score: 0.8471 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 863 score: 0.8602 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 864 score: 0.8803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 865 score: 0.8354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 866 score: 0.8242 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 867 score: 0.8916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 868 score: 0.9095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 869 score: 0.8656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 870 score: 0.8670 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 871 score: 0.7975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 872 score: 0.8591 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 873 score: 0.9056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 874 score: 0.9149 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 875 score: 0.9028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 876 score: 0.9426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 877 score: 0.8718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 878 score: 0.9188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 879 score: 0.8181 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 880 score: 0.8747 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 881 score: 0.9076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 882 score: 0.8759 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 883 score: 0.8603 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 884 score: 0.8689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 885 score: 0.8291 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 886 score: 0.8493 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 887 score: 0.7758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 888 score: 0.8006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 889 score: 0.8573 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 890 score: 0.7829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 891 score: 0.7784 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 892 score: 0.8241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 893 score: 0.8322 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 894 score: 0.8652 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 895 score: 0.8500 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 896 score: 0.8779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 897 score: 0.8858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 898 score: 0.9013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 899 score: 0.8128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 900 score: 0.7905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 901 score: 0.7593 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 902 score: 0.8010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 903 score: 0.8656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 904 score: 0.8292 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 905 score: 0.8314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 906 score: 0.8646 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 907 score: 0.8357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 908 score: 0.7824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 909 score: 0.8941 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 910 score: 0.8381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 911 score: 0.8209 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 912 score: 0.9236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 913 score: 0.8346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 914 score: 0.8678 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 915 score: 0.8738 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 916 score: 0.7985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 917 score: 0.8205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 918 score: 0.8143 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 919 score: 0.8221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 920 score: 0.9315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 921 score: 0.8420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 922 score: 0.8640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 923 score: 0.8689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 924 score: 0.8492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 925 score: 0.8448 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 926 score: 0.8745 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 927 score: 0.8519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 928 score: 0.8607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 929 score: 0.8283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 930 score: 0.8494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 931 score: 0.8684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 932 score: 0.7535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 933 score: 0.8522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 934 score: 0.8207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 935 score: 0.8556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 936 score: 0.8628 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 937 score: 0.9326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 938 score: 0.7805 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 939 score: 0.8811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 940 score: 0.9044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 941 score: 0.9473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 942 score: 0.8750 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 943 score: 0.8879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 944 score: 0.8458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 945 score: 0.8789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 946 score: 0.7216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 947 score: 0.8622 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 948 score: 0.8136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 949 score: 0.8389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 950 score: 0.8024 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 951 score: 0.7925 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 952 score: 0.7764 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 953 score: 0.9257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 954 score: 0.8577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 955 score: 0.8617 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 956 score: 0.9084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 957 score: 0.8745 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 958 score: 0.8458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 959 score: 0.8994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 960 score: 0.8344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 961 score: 0.7055 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 962 score: 0.8850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 963 score: 0.8190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 964 score: 0.9240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 965 score: 0.8550 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 966 score: 0.8120 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 967 score: 0.8139 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 968 score: 0.8574 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 969 score: 0.7936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 970 score: 0.9057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 971 score: 0.8556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 972 score: 0.7746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 973 score: 0.9482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 974 score: 0.8687 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 975 score: 0.9214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 976 score: 0.8358 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 977 score: 0.7562 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 978 score: 0.9220 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 979 score: 0.8414 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 980 score: 0.8495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 981 score: 0.8695 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 982 score: 0.8509 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 983 score: 0.8239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 984 score: 0.9134 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 985 score: 0.8748 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 986 score: 0.9106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 987 score: 0.8825 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 988 score: 0.8291 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 989 score: 0.7703 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 990 score: 0.9037 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 991 score: 0.8660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 992 score: 0.8752 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 993 score: 0.9070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 994 score: 0.9055 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 995 score: 0.8537 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 996 score: 0.9396 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 997 score: 0.9267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 998 score: 0.9044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 999 score: 0.7686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 1000 score: 0.8419 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 1001 score: 0.8621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 1002 score: 0.8692 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 1003 score: 0.7253 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 1004 score: 0.9040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 1005 score: 0.8745 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 1006 score: 0.8164 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 1007 score: 0.8588 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 1008 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 1009 score: 0.8386 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 1010 score: 0.9085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en Segment 1011 score: 0.8764 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-6-max-tokens-512//test-zh-en score: 0.8522 diff --git a/trainer_state.json b/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..277c72020039706c1a5e4447a5bfe3ca3b958304 --- /dev/null +++ b/trainer_state.json @@ -0,0 +1,175 @@ +{ + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 0.9980636237897649, + "eval_steps": 23, + "global_step": 451, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.05089903181189488, + "grad_norm": 0.7468199729919434, + "learning_rate": 0.001825741858350554, + "loss": 1.4222, + "step": 23 + }, + { + "epoch": 0.10179806362378976, + "grad_norm": 0.33098104596138, + "learning_rate": 0.0008451542547285166, + "loss": 1.2833, + "step": 46 + }, + { + "epoch": 0.15269709543568466, + "grad_norm": 0.3552784323692322, + "learning_rate": 0.0006262242910851496, + "loss": 1.095, + "step": 69 + }, + { + "epoch": 0.20359612724757953, + "grad_norm": 0.32930678129196167, + "learning_rate": 0.0005198752449100363, + "loss": 1.0648, + "step": 92 + }, + { + "epoch": 0.2544951590594744, + "grad_norm": 0.32375234365463257, + "learning_rate": 0.0004540766091864998, + "loss": 1.0184, + "step": 115 + }, + { + "epoch": 0.3053941908713693, + "grad_norm": 0.37444040179252625, + "learning_rate": 0.0004082482904638631, + "loss": 1.0037, + "step": 138 + }, + { + "epoch": 0.3562932226832642, + "grad_norm": 0.398503839969635, + "learning_rate": 0.00037397879600338285, + "loss": 0.9613, + "step": 161 + }, + { + "epoch": 0.40719225449515906, + "grad_norm": 0.36333534121513367, + "learning_rate": 0.00034710506725031166, + "loss": 0.9395, + "step": 184 + }, + { + "epoch": 0.4580912863070539, + "grad_norm": 0.3362521231174469, + "learning_rate": 0.0003253000243161777, + "loss": 0.929, + "step": 207 + }, + { + "epoch": 0.5089903181189488, + "grad_norm": 0.3286592960357666, + "learning_rate": 0.0003071475584169756, + "loss": 0.9067, + "step": 230 + }, + { + "epoch": 0.5598893499308437, + "grad_norm": 0.37335479259490967, + "learning_rate": 0.0002917299829957891, + "loss": 0.8955, + "step": 253 + }, + { + "epoch": 0.6107883817427386, + "grad_norm": 0.3964427411556244, + "learning_rate": 0.0002784230231948523, + "loss": 0.8665, + "step": 276 + }, + { + "epoch": 0.6616874135546335, + "grad_norm": 0.39572906494140625, + "learning_rate": 0.0002667852642561041, + "loss": 0.8622, + "step": 299 + }, + { + "epoch": 0.7125864453665284, + "grad_norm": 0.4889402389526367, + "learning_rate": 0.0002564945880212886, + "loss": 0.8716, + "step": 322 + }, + { + "epoch": 0.7634854771784232, + "grad_norm": 0.3482915163040161, + "learning_rate": 0.00024730968341474897, + "loss": 0.8326, + "step": 345 + }, + { + "epoch": 0.8143845089903181, + "grad_norm": 0.4124608337879181, + "learning_rate": 0.00023904572186687873, + "loss": 0.8199, + "step": 368 + }, + { + "epoch": 0.865283540802213, + "grad_norm": 0.3616255819797516, + "learning_rate": 0.00023155842232374464, + "loss": 0.8103, + "step": 391 + }, + { + "epoch": 0.9161825726141078, + "grad_norm": 0.42308276891708374, + "learning_rate": 0.00022473328748774736, + "loss": 0.8067, + "step": 414 + }, + { + "epoch": 0.9670816044260028, + "grad_norm": 0.4363687038421631, + "learning_rate": 0.00021847813825958586, + "loss": 0.8163, + "step": 437 + }, + { + "epoch": 0.9980636237897649, + "step": 451, + "total_flos": 4.580565166436909e+18, + "train_loss": 0.9513344627261955, + "train_runtime": 3338.9072, + "train_samples_per_second": 17.323, + "train_steps_per_second": 0.135 + } + ], + "logging_steps": 23, + "max_steps": 451, + "num_input_tokens_seen": 0, + "num_train_epochs": 1, + "save_steps": 23, + "stateful_callbacks": { + "TrainerControl": { + "args": { + "should_epoch_stop": false, + "should_evaluate": false, + "should_log": false, + "should_save": true, + "should_training_stop": true + }, + "attributes": {} + } + }, + "total_flos": 4.580565166436909e+18, + "train_batch_size": 2, + "trial_name": null, + "trial_params": null +}